From 4fa71af8cc5072373d09ee568e7cdfcbee819e3b Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 6 Dec 2020 16:19:54 +0100 Subject: [PATCH] .bin/daily.sh: exclude more paths --- .bin/daily.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.bin/daily.sh b/.bin/daily.sh index ed18264..54c7e89 100755 --- a/.bin/daily.sh +++ b/.bin/daily.sh @@ -13,18 +13,18 @@ rsync -zaAP --numeric-ids --delete --relative \ -e "ssh" --delete-excluded \ --exclude "/home/kunsi/.cache/" \ --exclude "/home/kunsi/.config/Rambox/" \ + --exclude "/home/kunsi/.local/lib/python*/site-packages/" \ + --exclude "/home/kunsi/.local/share/sddm/" \ --exclude "/home/kunsi/.npm/" \ --exclude "/home/kunsi/.nvm/" \ --exclude "/home/kunsi/.platformio/" \ + --exclude "/home/kunsi/.ssh/cm-*" \ + --exclude "/home/kunsi/.vdirsyncer" \ --exclude "/home/kunsi/Downloads/" \ + --exclude "/home/kunsi/qemu/Windows_10.qcow2" \ --exclude "/home/kunsi/Schreibtisch/" \ --exclude "/home/kunsi/VirtualBox VMs/" \ "/home/kunsi" "kunsi-t470@nas":backups/ -rsync -zaAP --numeric-ids --delete --relative \ - --rsync-path="/usr/bin/rsync --fake-super" \ - -e "ssh" \ - "/etc" "kunsi-t470@nas":backups/ - # Do updates yay -Syu