search for: updatesys

Displaying 1 result from an estimated 1 matches for "updatesys".

Did you mean: updates
2001 Nov 09
1
Update of several SPECIFIC files
...several specific files over ssh. This works fine when I specify the files indivdually, a la: rsync -av --rsync-path=/usr/local/bin/rsync /etc/passwd remotehost:/etc/passwd What I want to do though, is update several files at once, a la: rsync -av --rsync-path=/usr/local/bin/rsync --include-from updatesys.inc remotehost: See below for updatesys.inc. The file list gets generated just fine. It doesn't update any of the files on the remote host though. Here's the output: receiving file list ... done drwxr-xr-x 512 2001/11/02 10:06:53 . drwxr-xr-x 3584 2001/11/07 15:58:42 etc -rw-...