Assistance to start a sync, safebackup question #3493
-
|
i'm sorry to ask for a support question i have last version (2.5.7) and i'm on kubuntu 24.04 i first use this program with simple config file : but i notice a lot of safebackup files (900+) so, now i want to try with now i'm trying to do a resync, like asked :
what should i do next ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
safebackup files get generated when a file already exists in the target destination location and the client cannot work out which file should be the master - this is why those files are created. In your use case - you must already have those files with those names already present in your Linux system.
Essentially you need to tell the client what mode of operation to use when performing the resync. Please also read the documentation. Start here: |
Beta Was this translation helpful? Give feedback.
@gilles007-
safebackup files get generated when a file already exists in the target destination location and the client cannot work out which file should be the master - this is why those files are created.
In your use case - you must already have those files with those names already present in your Linux system.
Essentially you need to tell the client wha…