Archived
1
0
Fork 0
This repository has been archived on 2023-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/borg/borg-daily.service

9 lines
226 B
Desktop File

[Unit]
Description=Daily full system borg backup
After=network.target network-online.target
[Service]
Type=oneshot
ExecStartPre=/bin/sh -c 'until host borg.caspervk.net; do sleep 10; done'
ExecStart=/usr/local/sbin/backup.sh