On Sat, Jan 13, 2007 at 10:25:42PM -0500, George Georgalis wrote:
> hours left. Would it be straightforward to
> include progress when creating hardlinks?
Please upgrade -- hard-link handling is much improved in newer versions.
..wayne..
--
To unsubscribe or change options: https://lists.samba.
I'm copying a partition that has a bunch of hardlink
based snapshots (-aPH). I think there's about
250,000 files in each backup and between 100 and 200
snapshots.
Earlier today, I saw the files had completed and it
was making all the hardlinks. I thought it would be
"not long" but it's been makin
On 1/13/07, Tino Schöllhorn <[EMAIL PROTECTED]> wrote:
It would really help if the documentation would be updated and point out
that --delete works only with the -r option. As I can see there are a
lot of people out there who have problems with that option.
Version 2.6.7 and later of the man pa
Hi,
thanks. Now it works. Of course you are right: Synching worked without
-r als long as I specified the files explicitly.
It would really help if the documentation would be updated and point out
that --delete works only with the -r option. As I can see there are a
lot of people out there w
On 1/13/07, Tino Schöllhorn <[EMAIL PROTECTED]> wrote:
rsync -v --delete --times /var/subversion/ myhost.de:backup/subversion/
The backup works fine - but file which are deleted from the source
*aren't* deleted from the destination as I expected.
You need the -r option (--recursive) to make rs
Hi,
I have a problem with the --delete option.
In our backup-process we run:
rsync -v --delete --times /var/subversion/ myhost.de:backup/subversion/
The backup works fine - but file which are deleted from the source
*aren't* deleted from the destination as I expected.
I tried a lot of varia