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
|
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
|
# Profils et tests
|
||||||
#################################################################################
|
#################################################################################
|
||||||
# si $1 n'est pas vide fichier de profil = $1
|
# si $1 n'est pas vide fichier de profil = $1
|
||||||
@ -116,7 +101,19 @@ qu\nQuitter\
|
|||||||
|
|
||||||
if [ "$choixmenu" = "cs" ] ;then
|
if [ "$choixmenu" = "cs" ] ;then
|
||||||
TestBorgRepo
|
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
|
elif [ "$choixmenu" = "ed" ] ;then
|
||||||
espacedisqueutil=$(df -k --output=pcent $borg_repo | tail -n +2)
|
espacedisqueutil=$(df -k --output=pcent $borg_repo | tail -n +2)
|
||||||
|
Loading…
Reference in New Issue
Block a user