How about a "default" preset for synchronization? The user can still change it, but the default can be other than nothing.
There is a configurable default. The default transfer settings still apply to synchronization.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
How about a "default" preset for synchronization? The user can still change it, but the default can be other than nothing.
That seemed to do it. It's a bit confusing because one can easily assume that the (Text, Binary ...) Presets apply to synchronization (as I did) because the pulldown on the Synchronization window for "Transfer settings" contains choices for (Presets) Text and Binary, as well as for Custom; and also the Configure pulldown takes us to the Presets window! Best to have the synchronization apply the default presets and not require the user to always specify a Custom mask to be applied to each synchronization separately.
Also, how about not trying to copy zero-length files, just "touch" them on the output side of the synchronization?
I have separated the masks with semicolons ... it still tries to synch the /dev/null and /dev/zero.
mask=(without quotes)
"/dev/null; /dev/zero"
What is an endess file?
The 'size' field specifies the size of the file on disk, in bytes. If it is present during file creation, it SHOULD be considered a hint as to the file's eventual size.
So far I've never heard about /dev/zero file. But reading about it now it seems that what you experience is natural consequence of the file properties. It seems that the file is not zero-length, it is endless. Correct me if I'm wrong.
BTW, solution would be to add the file to exclusion list.