SCP Command
Flags
-C
: Compress
-v
: Verbose
Rsync Command
Flags
a
: Archive (Ensures that symbolic links, devices, attributes, permissions, ownerships, etc. are preserved)
-r
: Recursive copy folders
-v
: Verbose Output
-z
: Compress
-P
: Show Progress
-n
/ --dry-run
: Perform an trial run
--delete
: Delete files in destination that are not in present in source (Mirror Source) - Used rarely (Can be dangerous)