]> Raphaƫl G. Git Repositories - distgen/blob - lib/sync.sh
1d1109dbc65da07b23251b3b89f0a1a700d3de10
[distgen] / lib / sync.sh
1 #! /bin/sh -e
2
3 # Rsync files (removed P option)
4 rsync --delete -aAX $DISTCOOK/root/ ${MOUNTPOINT}/
5
6 # Fix by hand /var/log/journal
7 #XXX: see warning about copy on write on btrfs filesystem
8 chattr +C ${MOUNTPOINT}/var/log/journal