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
SYSTEMD
Raw Normal View History

2022-05-10 01:25:47 +02:00
[Unit]
Description=Daily full system borg backup
After=network.target network-online.target
[Service]
Type=oneshot
2022-06-11 23:30:42 +02:00
ExecStartPre=/bin/sh -c 'until host borg.caspervk.net; do sleep 10; done'
2022-05-10 01:25:47 +02:00
ExecStart=/usr/local/sbin/backup.sh