Exclude syncthing data from backups

Hello

it seems that the yunohost backup create includes the data from syncthing but there is a huge amount of data. Is it possible to ignore data from this backup ?

Thanks

Hi @Szdavid welcome back on the forum!

Does the documentation Include or exclude files | Yunohost Documentation answer your question ? According to it you might find it useful to run

BACKUP_CORE_ONLY=1 yunohost backup create --apps syncthing

which should (needs to be tested) only backup the configuration of syncthing, not the data.

Since this might be a pretty common usecase it might be interresting to interact with package maintainers on Issues · YunoHost-Apps/syncthing_ynh · GitHub so that a more configurable option could be provided (for example skipping a large “Share” and including a smaller one)

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