diff options
Diffstat (limited to 'systemd/backomp.service')
-rw-r--r-- | systemd/backomp.service | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/systemd/backomp.service b/systemd/backomp.service new file mode 100644 index 0000000..6ab7163 --- /dev/null +++ b/systemd/backomp.service @@ -0,0 +1,5 @@ +[Unit] +Description=Automated rotating snapshots using rsync + +[Service] +ExecStart=backomp /etc/backomp.conf |