Run gen-ssh-host-keys.sh script before starting container. Make sure to put the authorized ssh key in data/ssh/key.pub. Run the container using docker compose with the provided docker-compose.yml. On ...
This script offers Time Machine-style backup using rsync. It creates incremental backups of files and directories to the destination of your choice. The backups are structured in a way that makes it ...
I hate to admit it, but I’ve screwed up many times throughout the years when it’s come to using computers. My first big “Oh shi!” moment came when I was about 8-years-old, goofing around on my ...
A simple rsync script to back up your home directory Your email has been sent Backing up your files is a very important and very often neglected measure to save yourself the frustration of lost data.
I hate to admit it, but I’ve screwed up many times throughout the years when it’s come to using computers. My first big “Oh shi!” moment came when I was about 8-years-old, goofing around on my ...
At the moment I have an rsync job that copies data from a local drive to a remote drive via an SMB mount. <BR><BR>It seems to be working well, but I was wondering if there's any disadvantage in doing ...
Andrew Tridgell's rsync is a useful file-transfer tool, one that has no encryption support of its own but is easily “wrapped” (tunneled) by encryption tools such as SSH and Stunnel. What ...
I follow the documentation<BR><b>http://troy.jdmz.net/rsync/index.html</b> and setup rsync between 2 CENTOS servers on LAN. <BR>The only difference was I changde -b ...