rsync bash script to backup specific directories nightly to remote server
Posted
by
Janice Young
on Super User
See other posts from Super User
or by Janice Young
Published on 2011-01-16T16:44:31Z
Indexed on
2011/01/16
16:55 UTC
Read the original article
Hit count: 327
bash
Hello, I am looking for a rsync script that will backup specific directories from my home machine to a remote server nightly. So say: /home/me/Pictures to ssh -p 6587 [email protected]/Pictures. It would be nice if it can look for changes but im not worried so much about the changes aspect is having a script that runs at a certain time of night with cron or however. I have googled and found scripts but those scripts were specific to the operations of those creators. Any help would be happily accepted as the scripted part really throws me off. Thank you, Janice
© Super User or respective owner