feat(backups): add automated backups
This commit is contained in:
parent
d1248694db
commit
a9f196e0aa
3 changed files with 5 additions and 3 deletions
|
@ -3,4 +3,4 @@ Description=Backup this computer to a remote server
|
|||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=%h/.local/bin/backups.sh
|
||||
ExecStart=%h/.local/bin/backup.sh
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[Unit]
|
||||
Description=Backup this computer to a remote server
|
||||
Description=Backup this computer every 15m
|
||||
|
||||
[Timer]
|
||||
OnBootSec=5m
|
||||
OnUnitActiveSec=15m
|
||||
Unit=backups.service
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue