Displaying 1 result from an estimated 1 matches for "r4s64eajdic".
2016 Feb 03
1
How can the --backup-dir be set to remote machine?
Hi,
I am running rsync backup on Centos 6, the following command does not seem
work, the /backup/fll_copy was fine, but the /backup/Wednesday in the
remote machine was not created even I changed the source contents several
times.
rsync -e "ssh -q -o StrictHostKeyChecking=no" --backup
--backup-dir=username at ipaddress:/backup/$(date +%A) -av $SRC
username at