diff --git a/borg-gui.sh b/borg-gui.sh index 9cddb7e..ffb07d1 100755 --- a/borg-gui.sh +++ b/borg-gui.sh @@ -120,9 +120,6 @@ if [ "$choixmenu" = "cs" ] ;then DossierPresent $borg_repo DossierPresent $borg_dir - espacedisqueutil=$(df -k --output=pcent $borg_repo | tail -n +2) - zenity --width=600 --notification --text "Espace disque utilisé : $espacedisqueutil" - borg create $borg_excludes $borg_compress $borg_repo::$borg_archive $borg_dir | zenity --width=600 --progress --pulsate --auto-close --title="Sauvegarde en cours..." sync | zenity --width=600 --progress --pulsate --auto-close --title="Synchronisation des écritures..." zenity --notification --text "Sauvegarde $nomsauvegarde terminée"