Rename borgmatic.timer

This commit is contained in:
Jeffrey Serio 2024-02-11 11:15:07 -06:00
parent 0f872bd55e
commit 9006ac0882
2 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@
"add-files": [ "add-files": [
["borgmatic-config.yaml", "/etc/borgmatic/config.yaml"], ["borgmatic-config.yaml", "/etc/borgmatic/config.yaml"],
["user-dirs.defaults", "/etc/xdg/user-dirs.defaults"], ["user-dirs.defaults", "/etc/xdg/user-dirs.defaults"],
["borgmatic-2300.timer", "/usr/lib/systemd/system/borgmatic-2300.timer"] ["borgmatic.timer", "/usr/lib/systemd/system/borgmatic.timer"]
], ],
"units": [ "units": [
"borgmatic-2300.timer", "borgmatic.timer",
"snapper-cleanup.timer", "snapper-cleanup.timer",
"snapper-timeline.timer" "snapper-timeline.timer"
], ],