Hlink node data for 570645 already has path ...
Kevin Korb
kmk at sanitarium.net
Thu Dec 1 07:56:57 MST 2011
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Right, I was assuming they were linked in the source because you were
using rsync --link-dest to do your incremental backups.
On 12/01/11 09:48, Kevin Korb wrote:
> If you are switching to btrfs subvolume snapshots then you don't
> want to do all the rsync hard linking. You want to copy each
> backup onto a separate subvolume. Something like this (psuedo
> code):
>
> Assuming you have /backup/rsync/oldest as the oldest backup and a
> bunch of other /backup/rsync/newer* and are moving to
> /backup/btrfs:
>
> # create the oldest as a subvolume btrfs subvolume create
> /backup/btrfs/oldest rsync -aH --numeric-ids --omit-dir-times
> /backup/rsync/oldest/ /backup/btrfs/oldest/
>
> # create all the newer backups as subvolume snapshots foreach
> backupdir (/backup/rsync/newer*) set backup=`basename $backupdir`
> btrfs subvolume snapshot /backup/btrfs/oldest
> /backup/btrfs/$backup rsync -aH --numeric-ids --omit-dir-times
> --inplace /backup/rsync/$backup /backup/btrfs/backup/ end
>
> This will give you the space saving advantages of btrfs and the
> much faster deletion of old backups via 'btrfs subvolume delete'
> instead of rm -rf
>
> Note that if you intended to continue using rsync --link-dest
> instead of btrfs subvolume snapshots then you really don't want a
> btrfs subvolume. It is much slower at dealing with hard links than
> ext4 is (when it works at all as you have seen) and it has nowhere
> near the stability.
>
> Here is something I wrote a while back on how to leverage btrfs to
> improve rsync backups:
> http://sanitarium.net/golug/rsync+btrfs_backups_2011.html I wish
> I could say that btrfs had improved a lot since I wrote that but
> it really hasn't. A filesystem error still pretty much means
> reformatting and starting over.
>
> On 12/01/11 09:28, Paul Slootman wrote:
>> When syncing one backup system (running dirvish, but that's not
>> really relevant) to a second long-term backup system which uses
>> btrfs snapshots, I get the following output:
>
>
>> rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-12934.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/plugins/.svn/prop-base/openX3rdPartyServers.zip.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-temp-statistics-501.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-temp-statistics-500.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-temp-priority-501.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-613.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-611.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-610.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-609.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-608.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-607.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-606.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-605.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-604.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-603.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-602.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-601.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-600.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-584.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-583.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-582.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-581.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-580.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-548.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-547.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-546.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-544.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-543.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-542.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-541.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-540.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-539.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-538.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-537.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-536.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-535.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-534.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-533.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-532.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-531.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-530.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-516.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-512.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-511.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-510.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-507.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-506.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-505.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-500.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-399.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-332.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-331.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-330.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-329.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-328.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-327.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-326.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-325.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-324.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-323.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-308.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-300.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-199.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-131.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-130.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-12934a.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) rsync: link
>> "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-12934.bin.svn-base"
>>
>>
(in backup-aquagirl) =>
>> tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc_tables-core.bin.svn-base
>>
>>
failed: Too many links (31) Hlink node data for 570645 already has
>> path=tree/elo/var/www/lokaalx/openx-htdocs/etc/plugins/.svn/prop-base/openX3rdPartyServers.zip.svn-base
>>
>>
(tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-12934.bin.svn-base)
>
>
> rsync error: errors with program diagnostics (code 13) at
> hlink.c(548) [generator=3.0.9]
>> rsync: read error: Connection reset by peer (104) rsync error:
>> error in rsync protocol data stream (code 12) at io.c(764)
>> [sender=3.0.9]
>
>> The "Hlink node data" message points to something failing
>> somewhere... The command being run is:
>
>> rsync -aH --timeout=12345 --whole-file --numeric-ids --inplace
>> --omit-dir-times --delete --stats
>> parasite.oob.telegraaf.net/vservers-var-www/laatste/
>> duimalot.oob::backup-aquagirl/parasite.oob.telegraaf.net/vservers-var-www/
>
>>
>
>
>> The "Too many links" is because btrfs is a bit silly in the
>> amount of hard links it allows in the same directory. (The
>> request made lately by someone else to let rsync create a new
>> file to link to in such cases would be most welcome.)
>
>> If there's anything I can do, let me know. The tree being synced
>> is quite large, however:
>
>> Number of files: 701592 Number of files transferred: 3106 Total
>> file size: 119530232600 bytes Total transferred file size:
>> 1173483739 bytes
>
>> (That's from the dirvish log.)
>
>
>> Paul
>
- --
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~
Kevin Korb Phone: (407) 252-6853
Systems Administrator Internet:
FutureQuest, Inc. Kevin at FutureQuest.net (work)
Orlando, Florida kmk at sanitarium.net (personal)
Web page: http://www.sanitarium.net/
PGP public key available on web site.
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk7XlbgACgkQVKC1jlbQAQfBZQCgm5T7E7aEvFw5WoIMeX0Q3Nej
7KkAn1woDtLjJjsup2TIHxbAVJGAtxX1
=Nsyo
-----END PGP SIGNATURE-----
More information about the rsync
mailing list