2017-04-13 08:36:06 +00:00
|
|
|
zvault-versions(1) -- Find different versions of a file in all backups
|
|
|
|
======================================================================
|
|
|
|
|
|
|
|
## SYNOPSIS
|
|
|
|
|
|
|
|
`zvault versions [OPTIONS] <REPO> <PATH>`
|
|
|
|
|
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
|
|
|
|
This subcommand finds and lists all versions of the file given by `PATH` in any
|
|
|
|
backup in the repository `REPO`.
|
|
|
|
|
|
|
|
The path given by `PATH` must be relative with regard to the repository root.
|
|
|
|
|
|
|
|
All different versions of the file in all backups will be listed by this
|
|
|
|
subcommand. That means that only unique versions will be listed with the
|
|
|
|
earliest backup that version appeared in.
|
|
|
|
|
|
|
|
|
|
|
|
## OPTIONS
|
|
|
|
|
2017-05-17 06:58:54 +00:00
|
|
|
* `-q`, `--quiet`:
|
2017-04-13 08:36:06 +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-13 08:36:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
## COPYRIGHT
|
|
|
|
|
2018-03-03 16:25:38 +00:00
|
|
|
Copyright (C) 2017-2018 Dennis Schwerdel
|
2017-04-13 08:36:06 +00:00
|
|
|
This software is licensed under GPL-3 or newer (see LICENSE.md)
|