BorgBackup (Debian)
Aus MattWiki
Installation
Für Debian 8.0 Jessie gibt es im Backports-Repository aktuelle Pakete:
# apt-get install borgbackup -t jessie-backports
Kommandozeilenbefehle
borg list ARCHIVE-OR-REPOSITORY # list contents of archive or repository borg extract --info REPO::ARCHIVE # extract ARCHIVE to current directory with debug level info / verbose (-v) borg extract --list -n REPO::ARCHIVE # dry-run ARCHIVE to current directory with verbose list borg extract --list --dry-run REPO::ARCHIVE # dry-run with verbose list borg extract --list REPO::ARCHIVE # extract ARCHIVE to current directory with verbose list