From: Stephen Rothwell Date: Tue, 2 Sep 2008 09:00:47 +0000 (+1000) Subject: add backup_next X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=03f9de2f2a6d643e2eccf52a3119fcdec93f8b35;p=next-scripts add backup_next --- diff --git a/backup_next b/backup_next new file mode 100755 index 0000000..826dfa5 --- /dev/null +++ b/backup_next @@ -0,0 +1,6 @@ +#!/bin/bash + +rsync -avHP --include next/.git --include next/.git/'**' --exclude next/'**' \ + --include quilt/.git --include quilt/.git/'**' --exclude quilt/'**' \ + --include tools/.git --include tools/.git/'**' --exclude tools/'**' \ + next/ fs:next/