]> git.ozlabs.org Git - next-scripts/blob - backup_next
add backup_next
[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/