equal
deleted
inserted
replaced
238 |
238 |
239 =head1 OPTIONS |
239 =head1 OPTIONS |
240 |
240 |
241 =over |
241 =over |
242 |
242 |
243 =item B<-b> I<blocksize>|B<--blocksize>=I<blocksize> |
243 =item B<-b> I<blocksize> | B<--blocksize>=I<blocksize> |
244 |
244 |
245 The blocksize used. (may be suffixed with K, M, G). (default: 4 MiB) |
245 The blocksize used. (may be suffixed with K, M, G). (default: 4 MiB) |
246 |
246 |
247 =item B<-p> I<pass> | B<--pass>=I<pass> |
247 =item B<-p> I<pass> | B<--pass>=I<pass> |
248 |
248 |
249 Use symmetric encryption for writing the data blocks. |
249 Use symmetric encryption for writing the data blocks. This option |
|
250 is passed to L<openssl(3)>. |
250 |
251 |
251 =item B<-z> [I<level>]|B<--compress>[=I<level>] |
252 =item B<-z> [I<level>]|B<--compress>[=I<level>] |
252 |
253 |
253 Use compression when writing the blocks to disk. (default: off) |
254 Use compression when writing the blocks to disk. (default: off) |
254 |
255 |