diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-13 19:12:28 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-13 19:12:28 -0700 |
commit | d585f2ad527d61329c032b1c2e96a4b8e0da7b9b (patch) | |
tree | d9b2d62c50cb225dfb84834055d19b373de5075c /home/xyz/.local | |
parent | 60a3cdf1c047c613e5950034161a43ccba4947a3 (diff) |
update
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 7878fd95..55ff85dd 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -16,7 +16,7 @@ backup () { # https://wiki.archlinux.org/title/Duplicity # 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 - duplicity --ssh-askpass --use-agent --encrypt-sign-key FDA389A17B94BCE0E2FA3D71842BFD347BE06812 --full-if-older-than 1Y --include-filelist "$XDG_CONFIG_HOME/myconf/upd_rsync_files" --exclude / / scp://ka//home/xyz/backup + duplicity --ssh-askpass --use-agent --encrypt-key 9790577D2BE328D46838117ED3F54FE03F3C68D6 --sign-key 05899270DF25BB1EEDF57BE824F769E5D08C9E9A --full-if-older-than 1Y --include-filelist "$XDG_CONFIG_HOME/myconf/upd_rsync_files" --exclude / / sftp://ka//home/xyz/backup } clean () { |