2017-04-05 14:02:16 +00:00
|
|
|
zvault-list(1) -- List backups or backup contents
|
|
|
|
=================================================
|
|
|
|
|
|
|
|
## SYNOPSIS
|
|
|
|
|
2017-04-07 16:57:49 +00:00
|
|
|
`zvault list <PATH>`
|
2017-04-05 14:02:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
|
|
|
|
This subcommand lists all backups or backup contents of the repository or backup
|
|
|
|
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)_.
|
|
|
|
|
|
|
|
If `PATH` specifies a repository, all backups of this repository are listed.
|
|
|
|
|
|
|
|
If `PATH` specifies a backup or a backup subtree, all contents of this folder
|
|
|
|
are displayed. In the case of a backup, the contents of its root folder are
|
|
|
|
displayed.
|
|
|
|
|
|
|
|
_zvault-info(1)_ can be used to display more information on single entities.
|
|
|
|
|
|
|
|
Note that _zvault-mount(1)_ can be used to make backups accessible as a
|
|
|
|
filesystem which is faster than _zvault-list(1)_ for multiple listings.
|
|
|
|
|
|
|
|
|
|
|
|
## 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)
|