]>
Raphaƫl G. Git Repositories - distgen/blob - lib/sync.sh
3 # Rsync files (removed P option)
4 rsync
--delete -aAX $DISTCOOK/root
/ ${MOUNTPOINT}/
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