diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-12-29 02:41:30 -0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-12-29 02:41:30 -0800 |
commit | 739f7d18ff41c48070ab3586d9dbedbdf2bf94aa (patch) | |
tree | 08ec2813c90484c158e31e3cfa06c29bef5b04b8 /sh/upd | |
parent | 40212b1c2bddb55d041a7ea4b463185ae9bc8f54 (diff) |
upd backup ib
Diffstat (limited to 'sh/upd')
-rwxr-xr-x | sh/upd | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -68,7 +68,8 @@ backup () { if [ "$hostname" = xyzinsp ] || [ "$hostname" = xyzstudio ]; then # rsync backup from ia rsync -avPR --delete ia:/home/xyz/.config/qBittorrent :/home/xyz/.local/share/qBittorrent/BT_backup "$HOME/backup/ia" - # In the future, maybe other VPS servers also need bakcup to insp and studio. Now, only ia needs + rsync -avPR --delete ib:/home/xyz/.config/qBittorrent :/home/xyz/.local/share/qBittorrent/BT_backup "$HOME/backup/ib" + # In the future, maybe other VPS servers also need bakcup to insp and studio. Now, both ia and ib need fi if [ "$hostname" = xyzinsp ] || [ "$hostname" = xyzpp ]; then |