On Thu, Jul 21, 2005 at 06:43:41PM +0200, Mario D_ring wrote:
> For that I used the filter -f 'P /dir/*'
> but it seems that it only works for /dir/* and not /dir/bla/*
If you started the transfer in "/", protecting /dir/* will prevent any
recursion in that part of the hierarchy. If you have mult
Hello,
I want to copy some stuff via rsync from one host to another and delete
the deleted files afterwards (--delete-after).
I have one folder, that I don't want to get deleted though.
For that I used the filter -f 'P /dir/*'
but it seems that it only works for /dir/* and not /dir/bla/*
Do I h