]> git.ozlabs.org Git - next-scripts/blobdiff - backup_next
update to_build_host a bit
[next-scripts] / backup_next
index f9249a1dc25d25a1f0315e163aab8e707f0bf95f..70abf7fd7752db0996a55f546dc0ae408fab5039 100755 (executable)
@@ -3,6 +3,9 @@
 host="fs"
 [ "$1" ] && host="$1"
 
-rsync -avHP --include next/.git --include next/.git/'**' --exclude next/'**' \
+rsync -avHP --exclude gitk.cache --exclude next-2'*'/ \
+       --include mmotm/.git --include mmotm/.git/'**' --exclude mmotm/'**' \
+       --include next/.git --include next/.git/'**' --exclude next/'**' \
        --include quilt/.git --include quilt/.git/'**' --exclude quilt/'**' \
+       --include next-fixes/.git --include next-fixes/.git/'**' --exclude next-fixes/'**' \
        --delete --delete-excluded next/ "$host":next/