modification des profils en .conf
This commit is contained in:
parent
43498e2ed2
commit
6432ba159a
@ -54,7 +54,7 @@ vars=$(zenity --forms \
|
|||||||
nomsauvegarde=$(echo $vars | cut -d\| -f1)
|
nomsauvegarde=$(echo $vars | cut -d\| -f1)
|
||||||
profilename=$(echo $vars | cut -d\| -f2)
|
profilename=$(echo $vars | cut -d\| -f2)
|
||||||
|
|
||||||
cat << EOF >> $HOME/.config/borg/"$profilename".txt
|
cat << EOF >> $HOME/.config/borg/"$profilename".conf
|
||||||
nomsauvegarde="$nomsauvegarde"
|
nomsauvegarde="$nomsauvegarde"
|
||||||
borg_repo="$borg_repo"
|
borg_repo="$borg_repo"
|
||||||
borg_archive="\$(date +%d_%B_%Y)"
|
borg_archive="\$(date +%d_%B_%Y)"
|
||||||
@ -66,7 +66,7 @@ EOF
|
|||||||
|
|
||||||
elif [ "$choixmenu" = "ap" ];then
|
elif [ "$choixmenu" = "ap" ];then
|
||||||
# Afficher les profils
|
# Afficher les profils
|
||||||
fichierprofil=$(ls -1 *.txt | zenity $H $W --window-icon=$HOME/.icons/borg.svg --list --title "Liste des profils" --text "Choisir un profil dans la liste" --hide-header --column "profil")
|
fichierprofil=$(ls -1 *.conf | zenity $H $W --window-icon=$HOME/.icons/borg.svg --list --title "Liste des profils" --text "Choisir un profil dans la liste" --hide-header --column "profil")
|
||||||
zenity $W $H --info --text="<tt>$(cd $dossierprofil && cat $fichierprofil)</tt>"
|
zenity $W $H --info --text="<tt>$(cd $dossierprofil && cat $fichierprofil)</tt>"
|
||||||
|
|
||||||
elif [ "$choixmenu" = "" ];then
|
elif [ "$choixmenu" = "" ];then
|
||||||
|
Loading…
Reference in New Issue
Block a user