borg

Deduplizierendes Sicherungswerkzeug. Erstellt lokale oder entfernte Sicherungen, die als Dateisysteme einhängbar sind. Weitere Informationen: https://borgbackup.readthedocs.io/en/stable/usage/general.html.

borg init {{pfad/zu/repo_verzeichnis}}

borg create --progress {{pfad/zu/repo_verzeichnis}}::{{Montag}} {{pfad/zu/quell_verzeichnis}}

borg list {{pfad/zu/repo_verzeichnis}}

borg extract {{benutzer}}@{{host}}:{{pfad/zu/repo_verzeichnis}}::{{Montag}} {{pfad/zu/ziel_verzeichnis}} --exclude '{{*.ext}}'

borg prune --keep-within {{7d}} --list {{pfad/zu/repo_verzeichnis}}

borg mount {{pfad/zu/repo_verzeichnis}}::{{Montag}} {{pfad/zu/mountpoint}}

borg create --help