blitz.migration: create migration dir

This commit is contained in:
openoms 2021-09-08 20:04:55 +01:00
parent 332e47c84a
commit 4300e1e9f3
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65

View file

@ -282,6 +282,7 @@ if [ "$1" = "export" ]; then
# zip it # zip it
echo "# Building the Export File (this can take some time) .." echo "# Building the Export File (this can take some time) .."
sudo mkdir -p ${defaultUploadPath}
sudo tar -zcvf ${defaultUploadPath}/raspiblitz-export-temp.tar.gz -X ~/.exclude.temp /mnt/hdd 1>~/.include.temp 2>/dev/null sudo tar -zcvf ${defaultUploadPath}/raspiblitz-export-temp.tar.gz -X ~/.exclude.temp /mnt/hdd 1>~/.include.temp 2>/dev/null
# get md5 checksum # get md5 checksum