diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-09 23:14:25 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-09 23:14:25 -0700 |
commit | a3f564d7fcd8b0e9c28304d023814d5293cc3536 (patch) | |
tree | 1442f89004b40ebdeee8eb2fad62756b6cf7058d /home/xyz/.config/myconf/upd_rsync_files | |
parent | f3eb523243c59980ce12fd7f95ac9072cd39966a (diff) |
duplicity `--include-filelist` need leading slashes, rsync `--files=from` will ignore leading slashes so no different
Diffstat (limited to 'home/xyz/.config/myconf/upd_rsync_files')
-rw-r--r-- | home/xyz/.config/myconf/upd_rsync_files | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/home/xyz/.config/myconf/upd_rsync_files b/home/xyz/.config/myconf/upd_rsync_files index f7e62551..937e0ddd 100644 --- a/home/xyz/.config/myconf/upd_rsync_files +++ b/home/xyz/.config/myconf/upd_rsync_files @@ -1,14 +1,14 @@ -home/xyz/.bitmonero/wallets -home/xyz/.cache/nsxiv -home/xyz/.config/qBittorrent -home/xyz/.config/qmmp/qmmp.conf -home/xyz/.local/share/qBittorrent -home/xyz/.local/share/sdcv_history -home/xyz/.password-store -home/xyz/archive -home/xyz/documents -home/xyz/music -home/xyz/pictures -home/xyz/programs -home/xyz/test -home/xyz/videos +/home/xyz/.bitmonero/wallets +/home/xyz/.cache/nsxiv +/home/xyz/.config/qBittorrent +/home/xyz/.config/qmmp/qmmp.conf +/home/xyz/.local/share/qBittorrent +/home/xyz/.local/share/sdcv_history +/home/xyz/.password-store +/home/xyz/archive +/home/xyz/documents +/home/xyz/music +/home/xyz/pictures +/home/xyz/programs +/home/xyz/test +/home/xyz/videos |