Man page - borg-version(1)
Packages contas this manual
- borgbackup(1)
- borg-create(1)
- borg(1)
- borg-mount(1)
- borg-info(1)
- borg-list(1)
- borg-placeholders(1)
- borg-benchmark(1)
- borg-diff(1)
- borg-key-change-passphrase(1)
- borg-import-tar(1)
- borg-benchmark-crud(1)
- borg-compression(1)
- borg-version(1)
- borg-init(1)
- borg-delete(1)
- borg-recreate(1)
- borg-check(1)
- borg-change-passphrase(1)
- borg-key(1)
- borg-compact(1)
- borg-umount(1)
- borg-serve(1)
- borg-prune(1)
- borg-with-lock(1)
- borg-common(1)
- borg-patterns(1)
- borg-key-migrate-to-repokey(1)
- borg-break-lock(1)
- borg-rename(1)
- borg-upgrade(1)
- borg-export-tar(1)
- borg-key-export(1)
- borg-extract(1)
- borgfs(1)
- borg-config(1)
- borg-key-import(1)
- borg-tag(1)
- borg-repo-delete(1)
- borg-create(1)
- borg(1)
- borg-mount(1)
- borg-info(1)
- borg-list(1)
- borg-placeholders(1)
- borg-benchmark(1)
- borg-diff(1)
- borg-key-change-passphrase(1)
- borg-repo-compress(1)
- borg-import-tar(1)
- borg-benchmark-crud(1)
- borg-repo-create(1)
- borg-repo-list(1)
- borg-compression(1)
- borg-version(1)
- borg-delete(1)
- borg-undelete(1)
- borg-key-change-location(1)
- borg-recreate(1)
- borg-check(1)
- borg-repo-space(1)
- borg-key(1)
- borg-compact(1)
- borg-umount(1)
- borg-serve(1)
- borg-transfer(1)
- borg-prune(1)
- borg-with-lock(1)
- borg-common(1)
- borg-patterns(1)
- borg-match-archives(1)
- borg-break-lock(1)
- borg-repo-info(1)
- borg-rename(1)
- borg-analyze(1)
- borg-export-tar(1)
- borg-key-export(1)
- borg-extract(1)
- borg-benchmark-cpu(1)
- borgfs(1)
- borg-key-import(1)
apt-get install borgbackup
apt-get install borgbackup-is-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] [REPOSITORY]
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.
arguments
- REPOSITORY
- repository (used to determine client/server situation)
SEE ALSO
borg-common(1)
AUTHOR
The Borg Collective
| 2024-07-02 |