[CentOS] rsync question
Carl E. Hartung
carlh04426 at gmail.comFri Sep 11 03:19:00 UTC 2015
- Previous message: [CentOS] rsync question
- Next message: [CentOS] rsync question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 10 Sep 2015 22:50:47 -0400 Robert Moskowitz wrote: > > That will use the default port on the remote host, you can override > > that without specifying the -e if required using -p <port>. > > > $ rsync -ah --stats --delete -p 613 root at 192.168.129.2:/etc/dhcp/ > /home/rgm/data/htt/httnet/homebase/new/dhcp > Unexpected remote arg: root at 192.168.129.2:/etc/dhcp/ > rsync error: syntax or usage error (code 1) at main.c(1330) > [sender=3.1.1] > > So not there yet. :( From 'man rsync': -p, --perms This option causes the receiving rsync to set the destination permissions to be the same as the source per- missions. Try this: rsync -ah --stats --delete root at 192.168.129.2:613:/etc/dhcp/ /home/rgm/data/htt/httnet/homebase/new/dhcp
- Previous message: [CentOS] rsync question
- Next message: [CentOS] rsync question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list