Ferrobackup

Docker containers wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries – anything that can be installed on a server. This guarantees that the software will always run the same, regardless of its environment.

Moderator: Lillian.W@AST

Post Reply
piotr167
Posts: 4
youtube meble na wymiar Warszawa
Joined: Sat Oct 20, 2018 4:02 am

Ferrobackup

Post by piotr167 »

I have software for data backup and after shutting down my NAS port mapping disappeard. I can't map it. I tried to delete container, delete docker, it didn't help... Here is command which I used and it was working for about month...

docker run --name FBSServer --hostname BACKUPSERVER --restart=always --network=host -p 4530:4530 -p 4531:4531 -v /volume1/backup:/fbs ferro/backupsystem FBS_Server
Post Reply

Return to “Docker”