Forum Moderators: phranque

Message Too Old, No Replies

Rsync Commands and Options.

         

duckxtales

6:16 pm on Mar 13, 2007 (gmt 0)

10+ Year Member



Can someone please verify this is correct rsync command:

rsync --update --delete -avz -e ssh /home/veisi /home/ctownice /home/tbxmix /home/voiceout /home/eternals /home/parkblue /var /etc #*$!@x.com:server1

Also im not sure what the option avz is for. I dont see it in the man pages. -e means encrypt it via SSH right?

thx

bill

2:46 am on Mar 14, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



From the rsync man page [rsync.samba.org]:

-a, --archive
-v, --verbose
-z, --compress

-e, --rsh=COMMAND

This option allows you to choose an alternative remote shell program to use for communication between the local and remote copies of rsync.