adding help functions EN and FR
adding alias bobaman - bobaman - bobaaide - bobahelp
This commit is contained in:
parent
72e9716743
commit
82b68d3421
@ -1,3 +1,70 @@
|
|||||||
|
###############################################################################
|
||||||
|
# help functions
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
function bobaman {
|
||||||
|
cat << EOF
|
||||||
|
BorgBackup alias and functions (by Djan GICQUEL)
|
||||||
|
---
|
||||||
|
bobals With argument : list all files of an archive
|
||||||
|
Without argument : list achives in repo
|
||||||
|
bobagrepls List the archives of the repository with a filter (prompting)
|
||||||
|
bobainfoa Get information of an archive in argument
|
||||||
|
bobainfor Get information of a repository
|
||||||
|
bobainfolast Get info from last archive
|
||||||
|
bobainfoall Get info from all archives in the repository (can be long and cpu intensive)
|
||||||
|
bobadurationr Show name and backup duration for all archive in the current repo (can be long and cpu intensive)
|
||||||
|
bobadur List the name of all archives and sizes (O,C,D) (can be long and cpu intensive)
|
||||||
|
bobamount Mount archive in argument in the home dir of the current user
|
||||||
|
bobamountfirst Mount first archive in the home dir of the current user
|
||||||
|
bobamountlast Mount last archive in the home dir of the current user
|
||||||
|
bobasearchinrepo Search for a file in the repository, the function will display a list of all archives that contain the match
|
||||||
|
bobasearchinarchive Search for a file in the archive in argument, displaying full path in the archive
|
||||||
|
1st argument : archive,2nd argument : text to find
|
||||||
|
bobacachedel Delete the cache dir of a repository (do not delete any archive)
|
||||||
|
bobasecuritydel Delete the security folder from a repository (do not delete any archive)
|
||||||
|
bobadel Delete the archive in argument
|
||||||
|
bobadelast Delete the last archive in the repository
|
||||||
|
bobacheckrepo Check the repo consistencyi without repairing it (to avoid data lost)
|
||||||
|
bobadeleter Mass archives deleting
|
||||||
|
bobagrepdeleter Mass archives deleting with filter (prompting)
|
||||||
|
bobarenamer Mass archives renaming
|
||||||
|
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
|
||||||
|
function bobaaide {
|
||||||
|
cat << EOF
|
||||||
|
BorgBackup alias and functions (by Djan GICQUEL)
|
||||||
|
---
|
||||||
|
bobals Lister les archives du dépôt
|
||||||
|
bobagrepls Lister les archives du dépôt avec un filtre (saisie)
|
||||||
|
bobainfoa Obtenir les informations d’une archive
|
||||||
|
bobainfor Obtenir les informations d’un dépôt
|
||||||
|
bobainfolast Obtenir les informations de la dernière archive
|
||||||
|
bobadel Supprimer l'archive en paramètre
|
||||||
|
bobadelast Supprimer la dernière archive du dépôt
|
||||||
|
bobacheckrepo Vérifier la consistance d'un dépôt sans le réparer (pour éviter les pertes de donnée)
|
||||||
|
bobamount Monter une archive dans le home de l'utilisateur courant
|
||||||
|
bobamountlast Monter la dernière archive dans le home de l'utilisateur courant
|
||||||
|
bobainfolast Afficher les infos de la dernière archive
|
||||||
|
bobainfoall Affiche les infos de toutes les archives du dépôt (peut être long)
|
||||||
|
bobasearchinrepo Chercher un fichier dans le dépôt, la fonction va afficher le nom de toutes les archives qui contienne le fichier
|
||||||
|
bobasearchinarchive Chercher un fichier dans une archive en argument, affiche le chemin dans l'archive
|
||||||
|
1er argument : archive,2ème argument : chaîne de caractère à chercher
|
||||||
|
bobaduration Montrer le nom des archives et le temps de sauvegarde
|
||||||
|
bobadur Lister le nom des archive et leurs tailles (originale, compressée, dédupliquée)
|
||||||
|
bobadeleter Supprimer facilement plusieurs archives d'un dépôt
|
||||||
|
bobagrepdeleter Supprimer facilement plusieurs archives d'un dépôt avec un filtre (saisie)
|
||||||
|
bobarenamer Renommer en masses les archives d'un dépôt
|
||||||
|
bobacachedel Supprimer le cache d'un dépôt (ne supprime aucune archive)
|
||||||
|
bobasecuritydel Supprimer le dossier security d'un dépôt (ne supprime aucune archive)
|
||||||
|
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
|
||||||
|
alias bobahelp="bobaman"
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
# Fonctions borg
|
# Fonctions borg
|
||||||
##################################
|
##################################
|
||||||
|
Loading…
Reference in New Issue
Block a user