diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-06 03:45:25 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-06 03:45:25 -0800 |
commit | 4364360842ea926bd8b3898175d9fba8c2c6b71e (patch) | |
tree | 280216decf708f68d9f0906ff773263cc9191c7e /home/xyz/.local | |
parent | 8aaed2dfee361349fb47c052f5da4b8af83c4944 (diff) |
insp upd already append pp sdcv_history to insp sdcv_history, backup no need anymore
Diffstat (limited to 'home/xyz/.local')
-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 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 } |