Bug
Blitzinstallation
apt-get update && apt-get -y install wget rsync sudo
vi /etc/sudoers
wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh
bash /tmp/basic_install.sh
restoretool -v3 init linuxserver
apt install nfs-kernel-server
- /etc/exportfs (auf dromedar)
/home 75.144.134.19(ro,async,no_root_squash,subtree_check)
- /etc/fstab:
173.212.231.221:/home /media/dromedar/home nfs auto,ro,rsize=8192,wsize=8192,hard,intr 0 1