This commit is contained in:
2025-07-02 00:06:47 -07:00
commit f1b2f81de4
99 changed files with 5755 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[Unit]
Description=rsync backup service
[Service]
User=root
Type=oneshot
ExecStart=/usr/local/bin/backup.sh
StandardOutput=journal
StandardError=journal

View File

@ -0,0 +1,9 @@
[Unit]
Description=rsync backup timer
[Timer]
OnCalendar=01:00:00
Persistent=true
[Install]
WantedBy=timers.target