diff options
-rw-r--r-- | etc/myconf/cfgl_meta | 1 | ||||
-rwxr-xr-x | home/xyz/.local/bin/upd | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/etc/myconf/cfgl_meta b/etc/myconf/cfgl_meta index d0c1404a..516b1714 100644 --- a/etc/myconf/cfgl_meta +++ b/etc/myconf/cfgl_meta @@ -128,6 +128,7 @@ 755 xyz wheel //home/xyz/.local/bin/upd 755 xyz wheel //home/xyz/.local/bin/vinfo 755 xyz wheel //home/xyz/.local/bin/wh +755 xyz wheel //home/xyz/.local/bin/wtr 755 xyz wheel //home/xyz/.local/bin/xmq 755 xyz wheel //home/xyz/.local/share 700 xyz wheel //home/xyz/.local/share/applications diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 23300878..9e272d36 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -95,14 +95,11 @@ checkrebuild: $(checkrebuild | awk '$2!="zoom"{printf("%s ",$2)}') #} usb () { - cfg -l push usb cfg -s push - 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/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/bd0/pp + #rsync -avPRr --delete --files-from="$XDG_CONFIG_HOME/myconf/upd_rsync_files" / /run/media/xyz/bd0/pp # not sure if useful or not sync |