summaryrefslogtreecommitdiff
path: root/upd
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-02-21 03:18:10 -0800
committerXiao Pan <gky44px1999@gmail.com>2024-02-21 03:18:10 -0800
commit21368d3206f10dc4b5f3223965eea98446285709 (patch)
tree93eb2c3f985cad84de11f8601569c282d0ff2ca3 /upd
parent51ba5c494add70d448b6f6232d3f63cb02757e2a (diff)
update
Diffstat (limited to 'upd')
-rwxr-xr-xupd4
1 files changed, 2 insertions, 2 deletions
diff --git a/upd b/upd
index d34ea90..afe0bbb 100755
--- a/upd
+++ b/upd
@@ -37,13 +37,13 @@ backup () {
)
# rsync backup from studio to insp
- rsync -avPR --delete studio:/home/xyz/.config/qBittorrent :/home/xyz/.local/share/qBittorrent "$HOME/backup/studio"
+ rsync -avPR --delete studio:/home/xyz/.config/qBittorrent :/home/xyz/.local/share/qBittorrent/BT_backup "$HOME/backup/studio"
fi
if [ "$hostname" = xyzinsp ] || [ "$hostname" = xyzstudio ]; then
# rsync backup from ka
- rsync -avPR --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/BT_backup "$HOME/backup/ka"
fi
if [ "$hostname" != xyzstudio ] && [ "$hostname" != xyzka ]; then