On 11/13/06, Amit Dor-Shifer <[EMAIL PROTECTED]> wrote:
[Darin Perusich wrote:]
is there a way for rsync to create non-existing parent directories when
syncing files to a destination? something similar to 'mkdir -p
non-existing/directory'. i'm doing 'rsync -r /path/to/source
/path
On Tue, Nov 07, 2006 at 07:19:31PM +0100, Ed wrote:
> b) in the certificate, I specified the command that could be run... the likes
> of: "command="rsync -av ./source [EMAIL PROTECTED]:/destination" ssh-rsa"
It's completely invalid to specify a client command when expecting a
server command. Jus
On Wednesday 08 November 2006 00:34, Ed wrote:
> On Tuesday 07 November 2006 22:53, you wrote:
> ...snip...
>
> > You want to run the rsync command upon connection. Try to use:
> >
> > "command="/usr/bin/rsync --server --daemon --config=/foo/rsyncd.conf ."
> > ,no-port-forwarding,no-agent-forwardin
At Sun, 12 Nov 2006 06:42:23 -0800,
Wayne Davison wrote:
> > AFAICS, these error messages are caused by rsync trying to change
> > the time (and permissions, ownership) of symbolic links, which
> > according to my knowledge is not possible on Ext2.
>
> Since Linux lacks the lutimes() system functi
ok, so this is not entirely an rsync question. but, it seems the
'crowd' most familiar w/ hard-linking are the rsync crowd. so ...
i'm doing rsync + incremental backups to a local drive.
the incremental steps, currently, use the
rsync REMOTE_DIR OLD_DIR
... time passes ...
cp -al OLD_DIR NE
I'm posting with reference to
http://www.mail-archive.com/rsync@lists.samba.org/msg17343.html
(Couldn't find a way to post directly to thread).
is there a way for rsync to create non-existing parent directories when
syncing files to a destination? something similar to 'mkdir -p
non-e