Does 'minimum free disk space' apply to versioned data?

See title. It appears to default to 1%. The info text refers to the index database, and so I am wondering if it also will do smart things with eg: staggered version archives (getting rid of old ones in the case your drive fills)…

Thx.

There are two places where you can set “minimum free disc space” setting. Global and per folder.

  • The global setting does check it for the home folder (index db). If that file system has less free space, syncthing will stop completely with an appropriate log message.
  • The per folder setting will stop the folder, if the filesystem where the folder resides has less free space.

Syncthing does not remove versioned files depending on free space.

1 Like

Ooh! Great answer, thank you.

For the per-folder setting: does syncthing stop syncing the folder? And, I assume, it emits some sort of error somewhere?

Yes, it stops the folder and shows it as stopped in the ui. Folders living on the same disk are likely to be stopped to as they are likely to breach the same threshold.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.