From a3f564d7fcd8b0e9c28304d023814d5293cc3536 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 9 Jun 2023 23:14:25 -0700 Subject: duplicity `--include-filelist` need leading slashes, rsync `--files=from` will ignore leading slashes so no different --- home/xyz/.config/myconf/upd_rsync_files | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'home') 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 -- cgit v1.2.3-70-g09d2