[Bug 10668] Remote rsync daemon still showing deleted file

samba-bugs at samba.org samba-bugs at samba.org
Sun Jun 22 08:38:19 MDT 2014


https://bugzilla.samba.org/show_bug.cgi?id=10668

--- Comment #1 from Barry Sanford <ebsanford at mac.com> 2014-06-22 14:38:18 UTC ---
I have a server on my LAN that's hosting an rsync daemon.  When I backup to the
'Backups' module on this server I have a 'pre-exec' script that creates a
'HardLink' file.  Then a 'post-exec' script deletes this file.  After running a
backup, I get the following when I list the contents of the server's folder:

$ ssh server.local ls -l /Volumes/Rugged/Backups/EBSMac
total 8
drwx------  9 ebsanford  staff   306 Jun 21 23:58 20140621
drwx------  9 ebsanford  staff   306 Jun 22 00:00 20140622
-rw-------  1 ebsanford  staff  1309 Jun 22 09:15 LOG


$ rsync server.local:/Volumes/Rugged/Backups/EBSMac/
drwxr-xr-x            170 2014/06/22 09:15:04 .
-rw-------          1,309 2014/06/22 09:15:04 LOG
drwx------            306 2014/06/21 23:58:28 20140621
drwx------            306 2014/06/22 00:00:03 20140622


$ rsync server.local::Backups/EBSMac/
Password: xxxx
drwxr-xr-x            204 2014/06/22 09:29:11 .
lrwxr-xr-x              8 2014/06/22 09:29:11 HardLink
-rw-------          1,386 2014/06/22 09:29:11 LOG
drwx------            306 2014/06/21 23:58:28 20140621
drwx------            306 2014/06/22 00:00:03 20140622

Notice in the 3rd listing that the 'HardLink' file is still present!!! I
believe this to be fantom lurking around in a cache somewhere.  Restarting the
server rsync daemon does not clear the issue.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list