diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-09-05 13:03:40 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-09-05 13:03:40 +0800 |
commit | 00c13fb3d875ca8618c4ff5710969cbf14b7d8a1 (patch) | |
tree | 0be905fd24f08aff98c329958878255d84c4b7bc /sh | |
parent | bfcd286bb674b015de6877eff784511c83398146 (diff) |
comment I prefer to use Note instead of NB
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/upd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ backup () { ) # rsync backup from ib to insp ~/backup/ib - # NB: don't use things like `:.config/qBittorrent` because it will sync + # Note: don't use things like `:.config/qBittorrent` because it will sync # to /home/xyz/backup/ib/.config, which is not what I want. I want # /home/xyz/backup/ib/home/xyz/.config rsync -avPR --delete xyz@ib.flylightning.xyz:/home/xyz/.config/qBittorrent :/home/xyz/.local/share/qBittorrent/BT_backup "$HOME/backup/ib" |