diff options
author | xyz <gky44px1999@gmail.com> | 2022-07-18 18:51:44 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-07-18 18:51:44 -0700 |
commit | d3e93e5c2f221d86bb39b61c447504cc23638357 (patch) | |
tree | 6f708eff97037d494650f68bf87af7f3e38bad76 | |
parent | ac0bee7a19d8ad88c654c9ed601c9c8ac766c780 (diff) |
change bakdup drive label from BAKDRI to bd0
-rw-r--r-- | etc/.cfgl/config | 2 | ||||
-rwxr-xr-x | home/xyz/.local/bin/upd | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/.cfgl/config b/etc/.cfgl/config index 7696d4c3..57825631 100644 --- a/etc/.cfgl/config +++ b/etc/.cfgl/config @@ -15,5 +15,5 @@ remote = origin merge = refs/heads/master [remote "usb"] - url = /run/media/xyz/BAKDRI/git_repos/config_local_arch + url = /run/media/xyz/bd0/git_repos/config_local_arch fetch = +refs/heads/*:refs/remotes/usb/* diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 688817d5..ecac1b16 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -110,16 +110,16 @@ 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 ~/.password-store /run/media/xyz/BAKDRI + #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 ~/.password-store /run/media/xyz/bd0 # --files-from make -a not imply -r, so need to specify explicitly - rsync -avPRr --delete --files-from="$XDG_CONFIG_HOME/myconf/upd_rsync_files" / /run/media/xyz/BAKDRI + rsync -avPRr --delete --files-from="$XDG_CONFIG_HOME/myconf/upd_rsync_files" / /run/media/xyz/bd0 # not sure if useful or not sync } xmr () { - monero-blockchain-export --output-file /run/media/xyz/BAKDRI/archive/monero/blockchain.raw + monero-blockchain-export --output-file /run/media/xyz/bd0/archive/monero/blockchain.raw # not sure if useful or not sync } |