Showing posts with label rsync. Show all posts
Showing posts with label rsync. Show all posts

Saturday, September 4, 2010

rsync backup

Dry run
rsync -a --delete /SOURCE/ /DESTINATION/ --update --progress --stats -n

Run
rsync -a --delete /SOURCE/ /DESTINATION/ --update --progress --stats