Add Borg local sync system service and configuration
This commit is contained in:
@@ -325,7 +325,7 @@ def cmd_list(args):
|
||||
print()
|
||||
println("System services:", "blue")
|
||||
|
||||
systemd_timers = ["borg-backup.timer", "dynamic-dns.timer"]
|
||||
systemd_timers = ["borg-backup.timer", "borg-local-sync.timer", "dynamic-dns.timer"]
|
||||
|
||||
for timer in systemd_timers:
|
||||
is_active, is_enabled, next_run = get_systemd_timer_status(timer)
|
||||
|
Reference in New Issue
Block a user