From 8715b66147daa048894655020e5a6daf8ad46283 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Tue, 16 Apr 2013 17:27:28 +0200 Subject: [PATCH] liveboot_rsync: fix filter: use recursive wildcard --- liveboot_rsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveboot_rsync.sh b/liveboot_rsync.sh index 2240bc7..b356dfc 100755 --- a/liveboot_rsync.sh +++ b/liveboot_rsync.sh @@ -11,7 +11,7 @@ export # Define default settings # RSYNC_SRC=/srv/mirror/liveboot -RSYNC_FILTER='--include=liveboot-* --include=pending-approval --exclude=*' +RSYNC_FILTER='--include=liveboot-** --include=pending-approval --exclude=*' # # destination patterns, must contain username and path and trailing slash, aka $USER@$HOST/$PATH/ -- 2.39.5