Displaying 2 results from an estimated 2 matches for "testdst".
Did you mean:
testdat
2019 Jun 09
2
[Bug 13991] New: rsync --delete --one-file-system skips deletes after crossing filesystems on destination.
...filesystem.
Example done on a Centos7 machine where deleteme1 is left in the destination
after deleting from the source:
------------------
root at arden-lt ~]# ## Setup environment in lvm
root at arden-lt ~]# cd /tmp
[root at arden-lt tmp]# VG=vg_ardenkvm
[root at arden-lt tmp]# mkdir testsrc testdst
[root at arden-lt tmp]# lvcreate -l 1 $VG/lvtest1
Volume group name expected (no slash)
Run `lvcreate --help' for more information.
[root at arden-lt tmp]# lvcreate -l 1 -n lvtest1 $VG
Logical volume "lvtest1" created.
[root at arden-lt tmp]# mkfs /dev/$VG/lvtest1
mke2fs 1.42.9...
2014 Mar 11
17
[Bug 10495] New: "skipping directory foo" (does not transfer directories by default)
https://bugzilla.samba.org/show_bug.cgi?id=10495
Summary: "skipping directory foo" (does not transfer
directories by default)
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P5
Component: core
AssignedTo: wayned at