[Bug 233849] Re: rsync doesn't delete deleted files

2009-08-21 Thread Stefhen
** Changed in: rsync (Ubuntu) Status: New => Invalid -- rsync doesn't delete deleted files https://bugs.launchpad.net/bugs/233849 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 233849] Re: rsync doesn't delete deleted files

2008-11-10 Thread nexus
I also had this problem. Adding --exclude=".gvfs/" solves the problem. -- rsync doesn't delete deleted files https://bugs.launchpad.net/bugs/233849 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 233849] Re: rsync doesn't delete deleted files

2008-08-23 Thread Michael Chang
Make that... rsync -av --delete --delete-excluded --exclude=".gvfs/" /home/david/ /media/disk/Backup -- rsync doesn't delete deleted files https://bugs.launchpad.net/bugs/233849 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 233849] Re: rsync doesn't delete deleted files

2008-08-23 Thread Michael Chang
Have you tried rsync -av --delete --exclude=".gvfs/" /home/david/ /media/disk/Backup (notice the modified --exclude parameter, particularly the trailing slash) -- rsync doesn't delete deleted files https://bugs.launchpad.net/bugs/233849 You received this bug notification because you are a membe

[Bug 233849] Re: rsync doesn't delete deleted files

2008-08-04 Thread undecidable
I should add, it is not a problem with rsync. The problem is that .gvfs is (apparently) not behaving like a normal dir. It does not say it is a link, but rsync seems to treat it like a lnk. Assuming it stands for gnome virtual file system, this is to be expected. -- rsync doesn't delete del

[Bug 233849] Re: rsync doesn't delete deleted files

2008-08-04 Thread undecidable
It is a problem. The workaround is to have an exclude file with the line: - .gvfs Funnily, - .gvfs/ did not work. Maybe it is not really a dir? The solution above would also work with amended grammar. I think the format for an exclude should be: --exclude="- .gvfs" or for just one home dir: