[Bug 2734] --delete doesn't work

2005-05-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2734 [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 2734] --delete doesn't work

2005-05-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2734 --- Additional Comments From [EMAIL PROTECTED] 2005-05-24 17:38 --- You are right! =) Now it works! =) Sorry for this false bug report, and thank you very much for your help! -- Configure bugmail: https://bugzilla.samba.org/userprefs

[Bug 2734] --delete doesn't work

2005-05-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2734 --- Additional Comments From [EMAIL PROTECTED] 2005-05-24 16:09 --- You'll note that the differences mention a change in the link count. Since you're not specifying -H (--hard-links), that can result in a lot of extra space being taken

[Bug 2734] --delete doesn't work

2005-05-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2734 --- Additional Comments From [EMAIL PROTECTED] 2005-05-24 13:57 --- [different blocksizes] Can this be an issue, when I messure enverthing i megabytes with "du -hsm"? [-n doesn't update] Now I udnerstand what you mean=) I have forgot t

[Bug 2734] --delete doesn't work

2005-05-23 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2734 --- Additional Comments From [EMAIL PROTECTED] 2005-05-23 14:06 --- You really need to compare the contents of the directories. Try this: cd /lib ls -lAR >/tmp/ls1 cd /mnt/backupboot/lib ls -lAR >/tmp/ls2 cd /tmp diff ls1 ls2 That sho

[Bug 2734] --delete doesn't work

2005-05-23 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2734 --- Additional Comments From [EMAIL PROTECTED] 2005-05-23 13:06 --- 1. It's quite easy for a different filesystem to have a different block size, so du often produces very different results for an identical set of files on two different

Re: [Bug 2734] --delete doesn't work

2005-05-23 Thread Bob Hutchinson
On Monday 23 May 2005 12:47, [EMAIL PROTECTED] wrote: > https://bugzilla.samba.org/show_bug.cgi?id=2734 > > > > > > --- Additional Comments From [EMAIL PROTECTED] 2005-05-23 04:47 --- > Replying to your two latest posts. > > When I use the log-format with the %i I do see some files to be d

[Bug 2734] --delete doesn't work

2005-05-23 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2734 --- Additional Comments From [EMAIL PROTECTED] 2005-05-23 04:47 --- Replying to your two latest posts. When I use the log-format with the %i I do see some files to be deleted, but not enough. I don't tend to backup across mounted parti

[Bug 2734] --delete doesn't work

2005-05-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2734 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug 2734] --delete doesn't work

2005-05-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2734 --- Additional Comments From [EMAIL PROTECTED] 2005-05-22 10:45 --- I've tried the command you specified (supplying my own list of exclusions, since you didn't mention any) and it reports deletions as expected. Keep in mind two things:

[Bug 2734] --delete doesn't work

2005-05-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2734 --- Additional Comments From [EMAIL PROTECTED] 2005-05-22 01:50 --- The problem is that rsync doesn't report any files to be deleted, and it should, as the source side is 3,6GB and the dest side is 3,8GB. -- Configure bugmail: https://

[Bug 2734] --delete doesn't work

2005-05-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2734 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 2734] --delete doesn't work

2005-05-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2734 --- Additional Comments From [EMAIL PROTECTED] 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

[Bug 2734] New: --delete doesn't work

2005-05-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2734 Summary: --delete doesn't work Product: rsync Version: 2.6.5 Platform: All OS/Version: Linux Status: NEW Severity: major Priority: P3 Component:

RE: --delete doesn't work when transferring many files

2002-07-25 Thread tim . conway
t; "Granzow, Doug (NCI)" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 07/24/2002 01:05 PM To: "'William R. Dickson'" <[EMAIL PROTECTED]> "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: (bcc: Tim Co

RE: --delete doesn't work when transferring many files

2002-07-24 Thread Granzow, Doug (NCI)
ete, but I would recommend finding the cause of the problem first. -Original Message- From: William R. Dickson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 9:30 PM To: [EMAIL PROTECTED] Subject: --delete doesn't work when transferring many files This is a curious thing.

--delete doesn't work when transferring many files

2002-07-23 Thread William R. Dickson
This is a curious thing. I'm syncing two directories, containing some 250 subdirectories totalling around 11,000 files. This: rsync --password-file=/usr/local/etc/rsync/.passwd --delete -rtv --exclude-from=/usr/local/etc/rsync/excludes /usr/local/sourcedir [EMAIL PROTECTED]::modulename ...work

Re: --delete doesn't work

2002-05-03 Thread Dave Dykstra
1/file/ /export/home/test/ - Dave Dykstra On Wed, May 01, 2002 at 10:15:37PM -0500, David Walgamotte Jr. wrote: > --delete doesn't work , I've read the docs, can anyone help ? > > ie . > > /usr/local/bin/rsync -rztvp --delete rsync://1.1.1.1/file/*.dat /export/home/tes

--delete doesn't work

2002-05-01 Thread David Walgamotte Jr.
--delete doesn't work , I've read the docs, can anyone help ?   ie .   /usr/local/bin/rsync -rztvp --delete rsync://1.1.1.1/file/*.dat /export/home/test/     As docs read --delete will remove files on rec. server that are not on sending server. This does not work .   Regards, David

delete doesn't work

2000-10-25 Thread Mark Swarbrick
I can't get --delete to work with rsync. Can anyone tell me the magic trick to make it work? [EMAIL PROTECTED]