This commit is contained in:
2022-06-13 18:38:17 -07:00
parent c3a39f3cce
commit d748c386c8
6 changed files with 12 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ sleep 1
echo " "
echo "INFO ! Base image size after cleanup."
du --human-readable --summarize debian-stretch
sleep 10
sleep 5
echo " "
echo "INFO ! Creating base image archive."
echo "INFO ! This may take some time."
@@ -18,7 +18,7 @@ sleep 1
echo " "
echo "INFO ! Base image archive."
du --human-readable --summarize debian-stretch.tar.bz2
sleep 10
sleep 5
echo " "
echo "INFO ! Uploading image to ftp server."
ftp-upload -v -h {IP}:{PORT} -u {USER} --password {PASSWORD} -d /mnt/user/FTP debian-stretch.tar.bz2