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
Tag: rsync
backup data with rsync and ssh
I have computer1 as a data source and computer2 as a backup machine, computer1 and computer2 is also an example username on both machine. I want to create a backup function using rsycn and ssh without using password so it can run in cronjob automatically…