rsync <option> source destination
rsycn -e ‘ssh -p mypassword’ –exclude-from file.txt user@192.168.1.9 /home/backup
It means this program can copy accross network
rsync <option> source destination
rsycn -e ‘ssh -p mypassword’ –exclude-from file.txt user@192.168.1.9 /home/backup
It means this program can copy accross network
Leave a Reply