Merge pull request #2 from bashclub/dev

Dev
This commit is contained in:
Chriz
2024-06-22 11:45:34 +02:00
committed by GitHub

View File

@@ -13,7 +13,9 @@ done
source $configfile source $configfile
ssh root@$SOURCEHOST zfs set $ZPUSHTAG=subvols $ZFSROOT ssh root@$SOURCEHOST zfs set $ZPUSHTAG=all $ZFSROOT
ssh root@$SOURCEHOST zfs set $ZPUSHTAG=all $ZFSSECOND
ssh root@$SOURCEHOST zfs set $ZPUSHTAG=all rpool/pveconf #you have to use our postinstaller on source
echo "target=$ZFSTRGT" > /etc/bashclub/$SOURCEHOST.conf echo "target=$ZFSTRGT" > /etc/bashclub/$SOURCEHOST.conf
echo "source=root@$SOURCEHOST" >> /etc/bashclub/$SOURCEHOST.conf echo "source=root@$SOURCEHOST" >> /etc/bashclub/$SOURCEHOST.conf