From 480dd4688b20be3b69b54043d5e5d3df713926c0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 8 Sep 2021 19:35:23 -0700 Subject: linux: remove configurations specific to linux They are all handled by the repository `linux-desktop`. It's easier to have a different repository for this bits of configs. --- config/systemd/user/backup.service | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 config/systemd/user/backup.service (limited to 'config/systemd/user/backup.service') diff --git a/config/systemd/user/backup.service b/config/systemd/user/backup.service deleted file mode 100644 index 98a9df9..0000000 --- a/config/systemd/user/backup.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=backup my home directory - -[Service] -Type=oneshot - -Environment=RESTIC_REPOSITORY=rest:http://192.168.6.10:8010/ -Environment=RESTIC_PASSWORD_FILE=/home/fcuny/.config/restic/password - -ExecStart=/usr/bin/restic --tag=home --exclude=/home/fcuny/.cache --exclude=/home/fcuny/.mozilla --exclude=/home/fcuny/media --exclude=/home/fcuny/.config/chromium backup /home/fcuny - -[Install] -WantedBy=default.target -- cgit 1.4.1