5 lines
101 B
Bash
5 lines
101 B
Bash
local_path="/mnt/butter/syncthing"
|
|
backup_path="syncthing"
|
|
|
|
backup_pre() { :; }
|
|
backup_post() { :; }
|