diff options
author | xyz <gky44px1999@gmail.com> | 2022-05-23 23:38:20 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-05-23 23:38:20 -0700 |
commit | 897920caa35c2c0db3ef204427ebbe64ed990080 (patch) | |
tree | ee81667e8a12225c0fa785c50eeb2dba88197a34 /home/xyz | |
parent | e310e519745cc5ab849de500262e817184fbc111 (diff) |
upd rsync no dryrun
Diffstat (limited to 'home/xyz')
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index efb9ed48..d46e01b7 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -109,7 +109,7 @@ usb () { git --git-dir="$XDG_DOCUMENTS_DIR/notes/.git/" --work-tree="$XDG_DOCUMENTS_DIR/notes/" push usb git --git-dir="$HOME/programs/reminders/.git/" --work-tree="$HOME/programs/reminders/" push usb - rsync -navPR --delete ~/archive ~/documents ~/downloads ~/music ~/pictures ~/programs ~/test ~/videos ~/.local/share/stardict/dic ~/.local/share/qBittorrent ~/.local/share/sdcv_history ~/.cache/nsxiv ~/.config/qBittorrent ~/.bitmonero/wallets /run/media/xyz/BAKDRI/ + rsync -avPR --delete ~/archive ~/documents ~/downloads ~/music ~/pictures ~/programs ~/test ~/videos ~/.local/share/stardict/dic ~/.local/share/qBittorrent ~/.local/share/sdcv_history ~/.cache/nsxiv ~/.config/qBittorrent ~/.bitmonero/wallets /run/media/xyz/BAKDRI/ monero-blockchain-export --output-file /run/media/xyz/BAKDRI/archive/monero/blockchain.raw # not sure if useful or not |