Hello,
I have made an effort to search the web and this forum for answers before registering. If there are threads that contain actionable instructions on how to get past this, please direct me to them.
EDIT: Currently running 2.2.0.0_stable_2025-10-23 in Docker. *
TLDR: I am migrating from an old Windows machine to a Linux server after the Windows system died. Restoring works but reconfiguring the backups is not.*
I have restored from config file successfully. After this, I have attempted to set up the backup also using the config file in “Add backup” → “Import from file” and attaching the JSON config. Going through the wizard, I change the directory path from Windows path to the new restored directory and this seems to work. The UI gives no visual indication that backups will not work. However, I notice this in the logs:
Error while running <backup-name>
The backup contains files that belong to another operating system. Proceeding with a backup would cause the database to contain paths from two different operation systems, which is not supported. To proceed without losing remote data, delete all filesets and make sure the --no-auto-compact option is set, then run the backup again to re-use the existing data on the remote store.
I can see this flag as an option in the UI, but I don’t really understand why it is needed. The documentation doesn’t provide a clear explanation (to me, at least). According to the CLI docs I found, the flag ”Performs a compact process after purging files”, which does not seem to do what the name implies. In fact, it seems like the opposite of what I am looking for. Any explanation here would be appreciated.
I have read Changing source OS - #4 by John . This a long and confusing thread that goes into directly editing database files - is this process still necessary? Is the process documented somewhere?
I have also looked into setting up a new backup from scratch, using the same source. But I cannot do this because
The remote destination already contains a backup. Please use a different folder for each backup.
Unsure how to progress from here. Any advice is appreciated.

