]> git.ozlabs.org Git - next-scripts/blob - backup_next
Various updates I forgot to commit
[next-scripts] / backup_next
1 #!/bin/bash
2
3 host="fs"
4 [ "$1" ] && host="$1"
5
6 rsync -avHP --include next/.git --include next/.git/'**' --exclude next/'**' \
7         --include quilt/.git --include quilt/.git/'**' --exclude quilt/'**' \
8         --delete --delete-excluded next/ "$host":next/