Re: --backup requires remote connection?

2004-05-03 Thread Sean M. Kaiser
Wayne Davison [EMAIL PROTECTED] writes: On Fri, Apr 30, 2004 at 04:19:35PM -0400, Sean M. Kaiser wrote: [skaiser-pbg4:~] localska% /usr/local/bin/rsync --delete --backup --backup-dir=/Users/localskaiser/archive -a /Users/localskaiser/source /Users/localskaiser/target This command works fine

Re: --backup requires remote connection?

2004-05-03 Thread Wayne Davison
On Mon, May 03, 2004 at 02:30:52PM -0400, Sean M. Kaiser wrote: Here's another test. Works fine for my unmodified 2.6.0. I'm currently left to assume the modifications that the third-party made to the version of rsync that you're using are at fault. You should either try an unmodified rsync,

--backup requires remote connection?

2004-04-30 Thread Sean M. Kaiser
Does the --backup, --backup-dir set require that either then source or target be a remote connection? Test folder hierarchy: /Users/localskaiser/source/myfile.txt /Users/localskaiser/source/a/b/c/newfile.txt /Users/localskaiser/target /Users/localskaiser/archive I can not get the following

Re: --backup requires remote connection?

2004-04-30 Thread Wayne Davison
On Fri, Apr 30, 2004 at 04:19:35PM -0400, Sean M. Kaiser wrote: [skaiser-pbg4:~] localska% /usr/local/bin/rsync --delete --backup --backup-dir=/Users/localskaiser/archive -a /Users/localskaiser/source /Users/localskaiser/target This command works fine for me when used as you described. stat