dup-init.1 (874B)
1 .Dd May 20, 2019 2 .Dt DUP-INIT 1 3 .Os 4 .Sh NAME 5 .Nm dup-init 6 .Nd Initialize a dedup repository 7 .Sh SYNOPSIS 8 .Nm dup-init 9 .Op Fl v 10 .Op Fl E Ar algo 11 .Op Fl Z Ar algo 12 .Op Fl k Ar keyfile 13 .Op repo 14 .Sh DESCRIPTION 15 .Nm 16 initializes a dedup repository. 17 If no 18 .Ar repo 19 is specified the current working directory is used. 20 .Sh OPTIONS 21 .Bl -tag -width "-k keyfile" 22 .It Fl E Ar algo 23 The encryption algorithm used to encrypt the blocks 24 in the store. 25 The supported encryption algorithms are none and XChaCha20-Poly1305. 26 By default none is used. 27 .It Fl Z Ar algo 28 The compressor algorithm used to compress the blocks 29 in the store. 30 The supported compressor algorithms are none, snappy and lz4. 31 By default snappy is used. 32 .It Fl k Ar keyfile 33 Path to encryption key. 34 .It Fl v 35 Enable verbose mode. 36 .El 37 .Sh AUTHORS 38 .An Dimitris Papastamos Aq Mt sin@2f30.org , 39 .An z3bra Aq Mt contactatz3bradotorg .