diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-29 20:36:49 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-29 20:36:49 -0800 |
commit | 14c83c6e9e1023fb2ec9ec58b30c797f43cdca57 (patch) | |
tree | 53328a98846ef1f7c383b56f19d59ea88619ad34 /home/xyz/.local | |
parent | e053fc676dc934f2f9f57f6cab567cf460457344 (diff) |
update
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/upd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 87fa3f86..8ce096ec 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -37,7 +37,6 @@ backup () { # Need // for absolute path, see manpage URL FORMAT section. If not use //, will store to /home/xyz/home/xyz/... # --files-from has a bug, this bug makes source url that is / not working while /home works, more see vq notes sudo duplicity --ssh-askpass --use-agent --encrypt-key 9790577D2BE328D46838117ED3F54FE03F3C68D6 --sign-key 05899270DF25BB1EEDF57BE824F769E5D08C9E9A --full-if-older-than 1Y --include /etc/.cfgs --include-filelist "/home/xyz/.config/myconf/upd_rsync_files" --exclude / / sftp://xyz@xyzka.kyun.li//home/xyz/backup/master - } clean () { |