Network File Transfers
Rsync
rsync -avz PATH USER@IP:PATH
#-n test run
#-v verbose
#-z compression
#-a archive perms
#-i itemized list
rsync -avz PATH USER@IP:PATH
#-n test run
#-v verbose
#-z compression
#-a archive perms
#-i itemized list