Changes
4 changed files (+16/-19)
-
fish/functions/backup.fish (deleted)
-
@@ -1,11 +0,0 @@function backup if not set -q HOSTNAME set HOSTNAME (hostnamectl hostname) end cd ~/Documents/Backups/$HOSTNAME cp ~/.local/share/fish/fish_history . cp ~/.mozilla/firefox/*.default-release/places.sqlite . cp ~/.thunderbird/*.default-release/Mail/Feeds/feeds.json . cd - end
-
-
systemd/user/backup.service (deleted)
-
@@ -1,8 +0,0 @@[Unit] Description=Back up important files [Service] ExecStart=fish -c backup [Install] WantedBy=default.target
-
-
-
@@ -0,0 +1,8 @@[Unit] Description=rclone [Service] ExecStart=rclone sync ~ crypt: --transfers 32 --include "Documents/**" --include "Music/**" --include "Pictures/**" --include "Videos/**" --include ".local/share/fish/fish_history" --include ".mozilla/firefox/*.default-release/places.sqlite" --include ".ssh/**" [Install] WantedBy=default.target
-
-
-
@@ -0,0 +1,8 @@[Unit] Description=rclone daily timer [Timer] OnCalendar=00:00 UTC [Install] WantedBy=timers.target
-