Cannot delete in target

Get help for specific problems
Posts: 3
Joined: 11 Aug 2018

mjxkietp

Hi. I want to sync to folders. It seems the program cannot delete files in target to update some other files.
Whats wrong?

The Error: "Glib Error Code 0: Papierkorb-Ordner konnte für /home/username/test/file.7z nicht gefunden oder angelegt werden [g_file_trash]"

Marcus
Posts: 3
Joined: 11 Aug 2018

mjxkietp

One more info. I am starting FreeFileSync with a shellscript to mount some nas directories.
sudo mount -t cifs -o user=admin,password=xyz,domain=WORKSPACE //192.168.0.100/volume_1 mnt/syn1
sudo mount -t cifs -o user=admin,password=xyz,domain=WORKSPACE //192.168.0.100/volume_2 mnt/syn2
sudo ./FreeFileSync
Maybe that's the reason?!?
User avatar
Posts: 2272
Joined: 22 Aug 2012

Plerry

Looking at the error description, it seems you have instructed FFS to use the Recycle-bin (Papierkorb-Ordner) for deleting files in your "Delete files" setting (see here).
And your NAS does not support/have a Recycle-bin.
Try using another "Delete files" setting (Permanent or Versioning)
Posts: 3
Joined: 11 Aug 2018

mjxkietp

Thank you very much. Now it works. :)