=====Synchronize Files Between Systems Securely===== ====rsync==== When synchronizing with the rsync command, two standard options are the -v and -a options. The rsync command -v or --verbose option provides a more detailed output. This option is helpful for troubleshooting and viewing live progress. The rsync command -a or --archive option enables "archive mode". This option enables recursive copying and turns on many valuable options to preserve most characteristics of the files. Archive mode is the same as specifying the following options: