backuprunner/targets/syncthing.sh
2025-01-13 21:57:34 +00:00

5 lines
101 B
Bash

local_path="/mnt/butter/syncthing"
backup_path="syncthing"
backup_pre() { :; }
backup_post() { :; }