summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-11-30 03:48:26 +0000
committerXiao Pan <gky44px1999@gmail.com>2023-11-30 03:48:26 +0000
commitee75b3d333bbd1d8e4cefb9f4b23dce5e1032459 (patch)
tree3d7c8a15e51a5c4aab7d5633bfba430c5b76981e
parent73cb7c0f8f6959229e9e328ed936df8350abb987 (diff)
update
-rwxr-xr-xhome/xyz/.local/bin/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd
index f6f1612f..2a2c3d3f 100755
--- a/home/xyz/.local/bin/upd
+++ b/home/xyz/.local/bin/upd
@@ -7,7 +7,7 @@ all () {
}
backup () {
- rsync -avPRr --delete ka:/home/xyz/.config/qBittorrent :/home/xyz/.local/share/qBittorrent "$HOME/backup/ka"
+ rsync -avPR --delete ka:/home/xyz/.config/qBittorrent :/home/xyz/.local/share/qBittorrent "$HOME/backup/ka"
# --use-agent not working, works on insp, not sure why
sudo duplicity --ssh-askpass --encrypt-key 9790577D2BE328D46838117ED3F54FE03F3C68D6 --sign-key 05899270DF25BB1EEDF57BE824F769E5D08C9E9A --full-if-older-than 1Y --include /etc/.cfgs --include /home/xyz/.config/qBittorrent --include /home/xyz/.local/share/qBittorrent --exclude / / sftp://xyz@xyzka.kyun.li//home/xyz/backup/studio
}