Displaying 4 results from an estimated 4 matches for "heko".
Did you mean:
heiko
2005 Mar 29
7
[Bug 2554] Output overwrite action
https://bugzilla.samba.org/show_bug.cgi?id=2554
------- Additional Comments From wayned@samba.org 2005-03-29 11:50 -------
(In reply to comment #0)
>> If a file will be deleted the line starts with "Delete", but when a
> file will be copied or overwritten, nothing is displayed.
I assume you mean, "no prefix is displayed" since there is something that is
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:
2009 Jul 13
0
Call of Juarez 2
...ey made COJ 2, and now I want to play this game, has anyone tried this game with wine? Im so noob with wine&linux so i have no idea what to do or how to try. I wouldnt want to buy this game, if it doesnt work then its just waste of money.
So if u tried it, please share your experiences!
br,
Heko
2005 May 21
0
[Bug 2734] New: --delete doesn't work
...Summary: --delete doesn't work
Product: rsync
Version: 2.6.5
Platform: All
OS/Version: Linux
Status: NEW
Severity: 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...