rsync options source destination
- -v : verbose
- -r : copies data recursively (but don’t preserve timestamps and permission while transferring data
- -a : archive mode, archive mode allows copying files recursively and it also preserves symbolic links, file permissions, user & group ownerships and timestamps
- -z : compress file data
- -h : human-readable, output numbers in a human-readable format
Examples at
https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/
Local file test at
https://superuser.com/questions/544436/rsync-between-two-local-directories
No comments:
Post a Comment