diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-28 01:39:21 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-28 01:39:21 -0800 |
commit | 6fa17f8a745b9aca6b07b6c71b56de00e97da2d0 (patch) | |
tree | 8d581bd36ed81024e2c7833fa513c1fb0cc1edde /home/xyz/.local | |
parent | bf9e1f5fe87047368efe99b07efd9424b3a8243f (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 f61a69e2..0539a384 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -23,7 +23,7 @@ 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 + rsync -avPRr --delete --files-from="$XDG_CONFIG_HOME/myconf/upd_rsync_files" / studio:/home/xyz/backup/master # 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/... |