mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
blitz.migration: create migration dir
This commit is contained in:
parent
332e47c84a
commit
4300e1e9f3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue