12 lines
262 B
Desktop File
12 lines
262 B
Desktop File
[Unit]
|
|
Description=Restic backup of edge01 to Backblaze B2
|
|
Wants=network-online.target
|
|
After=network-online.target docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/restic-edge01-backup
|
|
Nice=10
|
|
IOSchedulingClass=best-effort
|
|
IOSchedulingPriority=7
|