casync icon indicating copy to clipboard operation
casync copied to clipboard

Top-level subvolume extraction fails with 'Failed to run synchronizer: File exists'

Open srd424 opened this issue 5 years ago • 0 comments

If the toplevel directory of a tree is a subvolume, mkdir_or_mksubvol() never seems to get called for it, so it is not created as subvolume. However ca_decoder_finalize_child() checks the subvolume status against the flags and fails with EEXIST, leading to a "Failed to run synchronizer: File exists" message.

Can be worked around by creating the subvolume by hand before calling casync.

This is a different bug to #237.

srd424 avatar Jun 13 '20 18:06 srd424