btrbk/btrbk.service
2022-07-04 16:46:55 +02:00

11 lines
173 B
Desktop File

[Unit]
Description=runs backup for btrfs subvolumes
Wants=btrfs.timer
[Service]
Type=oneshot
ExecStart=/usr/local/bin/btrbk --backup
[Install]
WantedBy=multi-user.target