diff options
-rw-r--r-- | etc/myconf/cfgl_meta | 1 | ||||
-rw-r--r-- | home/xyz/.config/myconf/upd_rsync_files | 1 | ||||
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/etc/myconf/cfgl_meta b/etc/myconf/cfgl_meta index a0fbd079..5d19cc62 100644 --- a/etc/myconf/cfgl_meta +++ b/etc/myconf/cfgl_meta @@ -67,7 +67,6 @@ 644 xyz wheel //home/xyz/.config/myconf/pacman_Qqne 644 xyz wheel //home/xyz/.config/myconf/sye 644 xyz wheel //home/xyz/.config/myconf/syue -644 xyz wheel //home/xyz/.config/myconf/upd_rsync_files 755 xyz wheel //home/xyz/.config/nvim 644 xyz wheel //home/xyz/.config/nvim/init.vim 744 xyz wheel //home/xyz/.config/qrcp diff --git a/home/xyz/.config/myconf/upd_rsync_files b/home/xyz/.config/myconf/upd_rsync_files deleted file mode 100644 index 190aad50..00000000 --- a/home/xyz/.config/myconf/upd_rsync_files +++ /dev/null @@ -1 +0,0 @@ -/home/xyz/.local/share/sdcv_history diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 869d4f2f..1863330d 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -8,7 +8,7 @@ all () { 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/pp + #rsync -avPRr --delete --files-from="$XDG_CONFIG_HOME/myconf/upd_rsync_files" / studio:/home/xyz/backup/pp # --use-agent not working, works on insp, not sure why sudo duplicity --ssh-askpass --encrypt-key 9790577D2BE328D46838117ED3F54FE03F3C68D6 --sign-key 05899270DF25BB1EEDF57BE824F769E5D08C9E9A --full-if-older-than 1Y --include /etc/.cfgs --include-filelist "$XDG_CONFIG_HOME/myconf/upd_rsync_files" --exclude / / sftp://xyz@xyzka.kyun.li//home/xyz/backup/pp } |