diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-02-21 03:18:10 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-02-21 03:18:10 -0800 |
commit | 21368d3206f10dc4b5f3223965eea98446285709 (patch) | |
tree | 93eb2c3f985cad84de11f8601569c282d0ff2ca3 | |
parent | 51ba5c494add70d448b6f6232d3f63cb02757e2a (diff) |
update
-rwxr-xr-x | upd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |