From e9c0cf4c616ff855fb34bf0b3de45feae0a4961d Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Fri, 12 Aug 2022 12:03:23 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20de=20no-cancel=20=C3=A0=20la=20cr=C3=A9?= =?UTF-8?q?ation=20d'archive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit en attente de trouver une solution perenne pour l'annulation --- borg-gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg-gui.sh b/borg-gui.sh index f942e9b..6d617e1 100755 --- a/borg-gui.sh +++ b/borg-gui.sh @@ -213,7 +213,7 @@ fi else if [ "$VarDossierPresent" != "false" ];then log="/tmp/borg-zenity-$borg_archive-$(date +%H-%M-%S).log" - borg create ${borg_excludes} ${borg_compress} "$borg_repo"::"$borg_archive" . 2> "$log" | ZenityPulsate + borg create ${borg_excludes} ${borg_compress} "$borg_repo"::"$borg_archive" . 2> "$log" | zenity $W $iconborg --progress --pulsate --auto-close --no-cancel chmod 777 "$log" if [ $(wc -c "$log" | cut -f1 -d " ") -gt 1 ] ;then zenity $W --error --title "borg-zenity erreur" --text "$(cat $log)"