Man page - borg2-version(1)
Packages contas this manual
- borg2-prune(1)
- borg2-with-lock(1)
- borg2-delete(1)
- borg2-key(1)
- borg2-repo-space(1)
- borg2-mount(1)
- borg2-list(1)
- borg2-info(1)
- borg2-common(1)
- borg2-recreate(1)
- borg2-key-import(1)
- borg2-benchmark-crud(1)
- borg2-match-archives(1)
- borg2-repo-info(1)
- borg2-key-change-location(1)
- borg2-repo-delete(1)
- borg2-compression(1)
- borg2-compact(1)
- borg2-repo-create(1)
- borg2-version(1)
- borg2-key-export(1)
- borg2-break-lock(1)
- borg2-benchmark-cpu(1)
- borgfs2(1)
- borg2-tag(1)
- borgbackup2(1)
- borg2-benchmark(1)
- borg2-rename(1)
- borg2-umount(1)
- borg2-import-tar(1)
- borg2-repo-compress(1)
- borg2-serve(1)
- borg2-undelete(1)
- borg2-placeholders(1)
- borg2-transfer(1)
- borg2(1)
- borg2-analyze(1)
- borg2-export-tar(1)
- borg2-key-change-passphrase(1)
- borg2-extract(1)
- borg2-patterns(1)
- borg2-diff(1)
- borg2-repo-list(1)
- borg2-create(1)
- borg2-check(1)
apt-get install borgbackup2
Manual
| BORG-VERSION(1) | borg backup tool | BORG-VERSION(1) |
NAME
borg-version - Display the borg client / borg server version
SYNOPSIS
borg [common options] version [options]
DESCRIPTION
This command displays the borg client version / borg server version.
If a local repo is given, the client code directly accesses the repository, thus we show the client version also as the server version.
If a remote repo is given (e.g. ssh:), the remote borg is queried and its version is displayed as the server version.
Examples:
# local repo (client uses 1.4.0 alpha version) $ borg version /mnt/backup 1.4.0a / 1.4.0a # remote repo (client uses 1.4.0 alpha, server uses 1.2.7 release) $ borg version ssh://borg@borgbackup:repo 1.4.0a / 1.2.7
Due to the version tuple format used in borg client/server negotiation, only a simplified version is displayed (as provided by borg.version.format_version).
There is also borg --version to display a potentially more precise client version.
OPTIONS
See borg-common(1) for common options of Borg commands.
SEE ALSO
borg-common(1)
AUTHOR
The Borg Collective
| 2025-08-04 |