Added scripts for the Server.
This commit is contained in:
8
scripts/restore_backup_all.sh
Executable file
8
scripts/restore_backup_all.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
read -p "*** RIPRISTINO BACKUP ! -------- SEI SICURO DI CANCELLARE TUTTO ??? (Y/N) ? " risposta
|
||||
|
||||
if [[ $risposta == "Y" || $risposta == "y" ]]; then
|
||||
cd /
|
||||
sudo tar -xzvf /mnt/backup/freeplanet-Sunday.tgz
|
||||
fi
|
||||
Reference in New Issue
Block a user