Yeah, that does not work because it only seems to operate on an entire
directory not an individual file..
- Greg
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
> Hello,
>
> I have several individual files in a directory that I want to keep
> syncronized. Here's an example:
>
>
> Server #1 (host):
> /tmp/file1
> /tmp/file2
>
> Now of course I can run "rsync -a /tmp/file1 [EMAIL PROTECTED]:/tmp"...
>
> But, w
Hello,
I have several individual files in a directory that I want to keep
syncronized. Here's an example:
Server #1 (host):
/tmp/file1
/tmp/file2
Now of course I can run "rsync -a /tmp/file1 [EMAIL PROTECTED]:/tmp"...
But, when I delete /tmp/file1 from the host and try to run this it
complain