** 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
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@
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
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
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
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: