]> git.ozlabs.org Git - next-scripts/blob - backup_next
826dfa5d5468bd45180125155004f7219d62b679
[next-scripts] / backup_next
1 #!/bin/bash
2
3 rsync -avHP --include next/.git --include next/.git/'**' --exclude next/'**' \
4         --include quilt/.git --include quilt/.git/'**' --exclude quilt/'**' \
5         --include tools/.git --include tools/.git/'**' --exclude tools/'**' \
6         next/ fs:next/