X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai-redep;h=840f2c4f34b0372ba8e20282eb92ade8e948d965;hb=6201b20db7c46d78c9c11007c2aaa8d7f1738b6e;hp=9a455c9c0cc6d01f30e8b0a0469e6c18a22fbc1a;hpb=a027429011d313e0d9156fef9451f5a55a588163;p=automated-distro-installer diff --git a/fai-redep b/fai-redep index 9a455c9..840f2c4 100755 --- a/fai-redep +++ b/fai-redep @@ -38,7 +38,7 @@ host=${1:-faiserver} # use it, so look it up just to avoid the warning spam. faiserver_host=$(chost $host) || faiserver_host=$host -rsync -rl --delete --relative --exclude /fai/config/basefiles/ fai/config root@$faiserver_host:/srv +rsync -rlp --delete --relative --exclude /fai/config/basefiles/ fai/config root@$faiserver_host:/srv scp -q ~/.ssh/id_rsa.pub \ @@ -53,7 +53,7 @@ tar -cz /p/c/machine_specific/*/filesystem/etc/ssh | \ ssh root@$faiserver_host tar -xz -C /srv/fai/config/distro-install-common -# built BELANOS basefile with mk-basefile -J BELENOS64. it's stored in +# built BELENOS basefile with mk-basefile -J BELENOS64. it's stored in # it's own repo which is published alongside this one called # fai-basefiles due to being a large binary file.