Results 1 to 1 of 1
I'd like to do a nightly rsync of my pictures, I never know when my wife may add a few. I've got the rsync line that I want to use:
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-20-2008 #1Linux Newbie
- Join Date
- Feb 2005
- Location
- Lebanon, PA
- Posts
- 110
A few questions about cron and rsync
I'd like to do a nightly rsync of my pictures, I never know when my wife may add a few. I've got the rsync line that I want to use:
01 2 * * * root rsync --verbose --progress --stats --compress --rsh=ssh --recursive --times --perms --links /fileshare/pics/* 192.168.0.4:/backup/Pics
But I'd like the rsync data to be dumped to a file.
Can I simply change that line to this?
01 2 * * * root rsync --verbose --progress --stats --compress --rsh=ssh --recursive --times --perms --links /fileshare/pics/* 192.168.0.4:/backup/Pics > rsyncOutput.log'Linux is like a swiss army knife. Yet it never gets that "I'm bloated and need suspenders" feeling.' - www.arkaoss.com


Reply With Quote
