suppression de la fonction «SauvegardeBorg»
intégration des commandes dans le menu
This commit is contained in:
parent
b7b96b693d
commit
33f7c11279
29
borg-gui.sh
29
borg-gui.sh
@ -50,21 +50,6 @@ DossierPresent () {
|
||||
fi
|
||||
}
|
||||
|
||||
SauvegardeBorg () {
|
||||
DossierPresent $borg_repo
|
||||
DossierPresent $borg_dir
|
||||
|
||||
zenity --width=600 --height=500 --info --text="<tt>$(cd $dossierprofil && cat $fichierprofil)</tt>"
|
||||
|
||||
espacedisqueutil=$(df -k --output=pcent $borg_repo | tail -n +2)
|
||||
zenity --width=600 --notification --text "Espace disque utilisé\n\n $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"
|
||||
zenity --width=600 --info --text "Sauvegarde $nomsauvegarde terminée"
|
||||
}
|
||||
|
||||
# Profils et tests
|
||||
#################################################################################
|
||||
# si $1 n'est pas vide fichier de profil = $1
|
||||
@ -116,7 +101,19 @@ qu\nQuitter\
|
||||
|
||||
if [ "$choixmenu" = "cs" ] ;then
|
||||
TestBorgRepo
|
||||
SauvegardeBorg
|
||||
|
||||
DossierPresent $borg_repo
|
||||
DossierPresent $borg_dir
|
||||
|
||||
zenity --width=600 --height=500 --info --text="<tt>$(cd $dossierprofil && cat $fichierprofil)</tt>"
|
||||
|
||||
espacedisqueutil=$(df -k --output=pcent $borg_repo | tail -n +2)
|
||||
zenity --width=600 --notification --text "Espace disque utilisé\n\n $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"
|
||||
zenity --width=600 --info --text "Sauvegarde $nomsauvegarde terminée"
|
||||
|
||||
elif [ "$choixmenu" = "ed" ] ;then
|
||||
espacedisqueutil=$(df -k --output=pcent $borg_repo | tail -n +2)
|
||||
|
Loading…
Reference in New Issue
Block a user