diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-29 19:48:29 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-29 19:48:29 -0800 |
commit | f947111a64b460f0ab48888afab71b5ef49e3b1b (patch) | |
tree | 30740b58860d47d312403184abaabdb99bf4f21b /home/xyz/.local | |
parent | 401fe02b6076178be9f32bdcc9586c8749277192 (diff) |
update
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index b99d524f..034fff48 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -24,6 +24,8 @@ backup () { # --files-from make -a not imply -r, so need to specify explicitly rsync -avPRr --delete --files-from="$XDG_CONFIG_HOME/myconf/upd_rsync_files" / studio:/home/xyz/backup/master + rsync -avPR --delete ka:/home/xyz/.config/qBittorrent :/home/xyz/.local/share/qBittorrent "$HOME/backup/ka" + rsync -avPR --delete studio:/home/xyz/.config/qBittorrent :/home/xyz/.local/share/qBittorrent "$HOME/backup/studio" # https://wiki.archlinux.org/title/Duplicity # Need // for absolute path, see manpage URL FORMAT section. If not use //, will store to /home/xyz/home/xyz/... |