2017-04-05 14:02:16 +00:00
|
|
|
zvault-info(1) -- Display information on a repository, a backup or a subtree
|
|
|
|
============================================================================
|
|
|
|
|
|
|
|
## SYNOPSIS
|
|
|
|
|
2017-04-07 16:57:49 +00:00
|
|
|
`zvault info <PATH>`
|
2017-04-05 14:02:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
|
|
|
|
This subcommand displays information on the repository, backup or backup subtree
|
|
|
|
specified by `PATH`.
|
|
|
|
|
|
|
|
The repository, backup or backup subtree given by `PATH` must be in the format
|
|
|
|
`[repository][::backup_name[::subtree]]` as described in _zvault(1)_.
|
|
|
|
|
|
|
|
|
|
|
|
## OPTIONS
|
|
|
|
|
2017-05-17 06:58:54 +00:00
|
|
|
* `-q`, `--quiet`:
|
2017-04-05 14:02:16 +00:00
|
|
|
|
2017-05-17 06:58:54 +00:00
|
|
|
Print less information
|
|
|
|
|
|
|
|
|
|
|
|
* `-v`, `--verbose`:
|
|
|
|
|
|
|
|
Print more information
|
|
|
|
|
|
|
|
|
|
|
|
* `-h`, `--help`:
|
|
|
|
|
|
|
|
Prints help information
|
|
|
|
|
|
|
|
|
|
|
|
* `-V`, `--version`:
|
|
|
|
|
|
|
|
Prints version information
|
2017-04-05 14:02:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
## COPYRIGHT
|
|
|
|
|
2018-03-03 16:25:38 +00:00
|
|
|
Copyright (C) 2017-2018 Dennis Schwerdel
|
2017-04-05 14:02:16 +00:00
|
|
|
This software is licensed under GPL-3 or newer (see LICENSE.md)
|