btrbk/btrbk.service

11 lines
173 B
SYSTEMD
Raw Normal View History

2022-05-27 15:50:39 +02:00
[Unit]
Description=runs backup for btrfs subvolumes
Wants=btrfs.timer
[Service]
Type=oneshot
2022-07-04 16:46:55 +02:00
ExecStart=/usr/local/bin/btrbk --backup
2022-05-27 15:50:39 +02:00
[Install]
WantedBy=multi-user.target