Displaying 2 results from an estimated 2 matches for "base_lvh".
Did you mean:
base_len
2014 Jul 26
2
Concern: rsync failing to find some attributes in a file transfer?
...alled from a script file in perl):
my $rcmd = [$Rsync];
push( @$rcmd, qw(
--8-bit-output --acls --archive
--hard-links --human-readable
--no-inc-recursive --one-file-system --prune-empty-dirs
--whole-file --xattrs ),
"--compare-dest=$base_lvh->fs_mp/.");
output of the program:
Rsync with 9 excludes from config file...
Missing abbreviated xattr value, trusted.SGI_ACL_DEFAULT, for
"/home.diff/Bliss/Documents/law/Pictures/Artists"
Missing abbreviated xattr value, trusted.SGI_ACL_DEFAULT, for
"/home.diff/Bliss/...
2014 Jul 29
2
[Bug 10748] New: 3.1.0 and 3.1.1 create all dirs on target even with --prune-empty-dirs
...t;diffdir"
**minus** the basedir, as in "--compare-dest" in below
args... :
<rsync command> arglist = qw( --8-bit-output --acls
--archive --hard-links --human-readable --no-inc-recursive
--one-file-system --prune-empty-dirs --whole-file --xattrs ),
"--compare-dest=$base_lvh->fs_mp/.") <snapshotdir> <diffdir>
Unfortunately, it's creating *ALL* of the dirs on the source,
changed or not.
After the above was run, the "diffdir" contained 560515 dirs,
of which 386220 were empty. Deleting them freed up almost
300MB on a 600MB "diff&qu...