mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-06 17:11:03 +01:00
borgmatic: add module
This commit is contained in:
parent
da3b8049fd
commit
04f5399978
12 changed files with 473 additions and 0 deletions
10
tests/modules/services/borgmatic/basic-configuration.timer
Normal file
10
tests/modules/services/borgmatic/basic-configuration.timer
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
||||
[Timer]
|
||||
OnCalendar=weekly
|
||||
Persistent=true
|
||||
RandomizedDelaySec=10m
|
||||
|
||||
[Unit]
|
||||
Description=Run borgmatic backup
|
||||
Loading…
Add table
Add a link
Reference in a new issue