Kaynağa Gözat

Extract files on restore

Bob Mottram 10 yıl önce
ebeveyn
işleme
7e4223ea76
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      install-freedombone.sh

+ 2
- 0
install-freedombone.sh Dosyayı Görüntüle

@@ -520,6 +520,8 @@ function create_restore_script {
520 520
   echo 'fi' >> /usr/bin/$RESTORE_SCRIPT_NAME
521 521
   echo 'echo "Restoring web content and miscellaneous files"' >> /usr/bin/$RESTORE_SCRIPT_NAME
522 522
   echo "duplicity --force file://$USB_MOUNT/backup/tempfiles /home/$MY_USERNAME/tempfiles" >> /usr/bin/$RESTORE_SCRIPT_NAME
523
+  echo 'tar -xzvf /home/$MY_USERNAME/tempfiles/miscfiles.tar.gz -C /' >> /usr/bin/$RESTORE_SCRIPT_NAME
524
+  echo 'rm -rf /home/$MY_USERNAME/tempfiles' >> /usr/bin/$RESTORE_SCRIPT_NAME
523 525
 
524 526
   echo "if [ -d /home/$MY_USERNAME/Maildir ]; then" >> /usr/bin/$RESTORE_SCRIPT_NAME
525 527
   echo '  echo "Restoring emails"' >> /usr/bin/$RESTORE_SCRIPT_NAME