dup-unpack.1 - dedup - deduplicating backup program
HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
dup-unpack.1 (622B)
---
1 .Dd May 5, 2019
2 .Dt DUP-UNPACK 1
3 .Os
4 .Sh NAME
5 .Nm dup-unpack
6 .Nd Extract snapshot from a dedup repository
7 .Sh SYNOPSIS
8 .Nm dup-unpack
9 .Op Fl v
10 .Op Fl k Ar keyfile
11 .Op Fl r Ar repo
12 .Ar name
13 .Sh DESCRIPTION
14 .Nm
15 extracts the snapshot specified by
16 .Ar name
17 from the dedup repository and writes the data to stdout.
18 .Sh OPTIONS
19 .Bl -tag -width "-k keyfile"
20 .It Fl k Ar keyfile
21 Path to encryption key.
22 .It Fl r Ar repo
23 Path to the dedup repository.
24 By default the current working directory is used.
25 .It Fl v
26 Enable verbose mode.
27 .El
28 .Sh AUTHORS
29 .An Dimitris Papastamos Aq Mt sin@2f30.org ,
30 .An z3bra Aq Mt contactatz3bradotorg .