From 21368d3206f10dc4b5f3223965eea98446285709 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 21 Feb 2024 03:18:10 -0800 Subject: update --- upd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'upd') 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 -- cgit v1.2.3-70-g09d2