From 03f9de2f2a6d643e2eccf52a3119fcdec93f8b35 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Tue, 2 Sep 2008 19:00:47 +1000 Subject: [PATCH] add backup_next --- backup_next | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 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/ -- 2.39.5