Outil de sauvegarde avec dé-duplication. Crée des sauvegardes distantes ou locales qui peuvent être montées comme un système de fichiers. Plus d'informations : https://borgbackup.readthedocs.io/en/stable/usage/general.html.
borg init {{/chemin/vers/repertoire_du_depot}}
borg create --progress {{/chemin/vers/repertoire_du_depot}}::{{Lundi}} {{/chemin/vers/repertoire_source}}
borg list {{/chemin/vers/repertoire_du_depot}}
borg extract {{utilisateur}}@{{hote}}:{{/chemin/vers/repertoire_du_depot}}::{{Lundi}} {{chemin/vers/repertoire_destination}} --exclude '{{*.ext}}'
borg prune --keep-within {{7d}} --list {{/chemin/vers/repertoire_du_depot}}
borg mount {{/chemin/vers/repertoire_du_depot}}::{{Lundi}} {{/chemin/vers/point_de_montage}}
borg create --help