lots of stuff

This commit is contained in:
2025-06-24 00:18:44 -07:00
parent e52151ab99
commit ce9ce4e872
6 changed files with 126 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
[Unit]
Description=Backup to external drive
[Service]
Type=oneshot
ExecStart=/home/opal/.local/bin/backup.sh
StandardOutput=append:/home/opal/.local/state/backup/backup.log
StandardError=append:/home/opal/.local/state/backup/backup.log

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Daily backup to external drive
[Timer]
OnCalendar=daily
Persistent=true
AccuracySec=5min
[Install]
WantedBy=default.target