Commands to rsync pics to my private server and back.
rsync -avz --checksum --dry-run --ignore-existing saver/ sbargy@bargabus.com:~/saver
- -a archive (lots of things including recursive)
- -v verbose
- -z compress on sync
- --checksum use checksum for file comparison, not just size/date
No comments:
Post a Comment