mirror of https://github.com/dswd/zvault
46 lines
825 B
Markdown
46 lines
825 B
Markdown
zvault-bundleinfo(1) -- Display information on a bundle
|
|
=======================================================
|
|
|
|
## SYNOPSIS
|
|
|
|
`zvault bundleinfo [OPTIONS] <REPO> <BUNDLE>`
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
This subcommand displays information on bundle `BUNDLE` in the repository
|
|
`REPO`.
|
|
|
|
The argument `BUNDLE` must give the id of an existing bundle as listed by
|
|
_zvault-bundlelist(1)_. Please note that bundles are stored with random file
|
|
names on the remote storage that do not relate to the bundle id.
|
|
|
|
|
|
|
|
## OPTIONS
|
|
|
|
* `-q`, `--quiet`:
|
|
|
|
Print less information
|
|
|
|
|
|
* `-v`, `--verbose`:
|
|
|
|
Print more information
|
|
|
|
|
|
* `-h`, `--help`:
|
|
|
|
Prints help information
|
|
|
|
|
|
* `-V`, `--version`:
|
|
|
|
Prints version information
|
|
|
|
|
|
## COPYRIGHT
|
|
|
|
Copyright (C) 2017-2018 Dennis Schwerdel
|
|
This software is licensed under GPL-3 or newer (see LICENSE.md)
|