Displaying 2 results from an estimated 2 matches for "bootlist".
2005 May 21
0
[Bug 2734] New: --delete doesn't work
...major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: maj@heko.dk
QAContact: rsync-qa@samba.org
When I use this
rsync -arRWxn --delete --delete-excluded --log-format='%i %f %l'
--exclude-from=/home/maj/.rsync-exclude-bootlist / /mnt/backupboot
files one the destianation side are not being deleted, even if they are not the
source side.
--delete ought to delete files on the destination side, that are not on the
source side.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiv...
2005 May 22
11
[Bug 2734] --delete doesn't work
https://bugzilla.samba.org/show_bug.cgi?id=2734
------- Additional Comments From vanes002@umn.edu 2005-05-21 22:15 -------
Your rsync options (-arRWxn) include -n, so nothing is actually going to get
deleted on the destination, even though rsync reports that they are being
deleted (which is what -n is for - i.e. to preview what will happen).
--
Configure bugmail: