forked from kunsi/dotfiles
.bin/daily.sh: exclude more paths
This commit is contained in:
parent
b06d9d0332
commit
4fa71af8cc
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue