summaryrefslogtreecommitdiff
path: root/upd
diff options
context:
space:
mode:
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