dup-rm.1 - dedup - deduplicating backup program
 (HTM) git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
       dup-rm.1 (730B)
       ---
            1 .Dd May 5, 2019
            2 .Dt DUP-RM 1
            3 .Os
            4 .Sh NAME
            5 .Nm dup-rm
            6 .Nd Remove snapshot
            7 .Sh SYNOPSIS
            8 .Nm dup-rm
            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 removes the snapshot specified by
           16 .Ar name .
           17 .Sh OPTIONS
           18 .Bl -tag -width "-k keyfile"
           19 .It Fl k Ar keyfile
           20 Path to encryption key.
           21 .It Fl r Ar repo
           22 Path to the dedup repository.
           23 By default the current working directory is used.
           24 .It Fl v
           25 Enable verbose mode.
           26 .El
           27 .Sh AUTHORS
           28 .An Dimitris Papastamos Aq Mt sin@2f30.org ,
           29 .An z3bra Aq Mt contactatz3bradotorg .
           30 .Sh CAVEATS
           31 .Nm
           32 relies on filesystem specific capabilities to
           33 perform its operation.
           34 If the filesystem implementation does not support hole punching
           35 .Nm
           36 will fail gracefully without removing any data.