equal
deleted
inserted
replaced
249 |
249 |
250 =head1 OPTIONS |
250 =head1 OPTIONS |
251 |
251 |
252 =over |
252 =over |
253 |
253 |
254 =item B<-b> I<blocksize> | B<--blocksize>=I<blocksize> |
254 =item B<-b>|B<--blocksize> I<blocksize> |
255 |
255 |
256 The blocksize used. (may be suffixed with K, M, G). (default: 4 MiB, |
256 The blocksize used. (may be suffixed with K, M, G). (default: 4 MiB, |
257 or taken from F<data/info/blocksize>) |
257 or taken from F<data/info/blocksize>) |
258 |
258 |
259 =item B<-c> I<comment> | B<--comment>=I<comment> |
259 =item B<-c>|B<--comment> I<comment> |
260 |
260 |
261 Comment to be included in the header of the index file. (default: none) |
261 Comment to be included in the header of the index file. (default: none) |
262 |
262 |
263 =item B<-p> I<pass> | B<--pass>=I<pass> |
263 =item B<-p>|B<--pass> I<pass> |
264 |
264 |
265 Use symmetric encryption for writing the data blocks. This option |
265 Use symmetric encryption for writing the data blocks. This option |
266 is passed to L<openssl(1)>. |
266 is passed to L<openssl(1)>. |
267 |
267 |
268 =item B<-z> [I<level>]|B<--compress>[=I<level>] |
268 =item B<-z>|B<--compress> [I<level>] |
269 |
269 |
270 Use compression when writing the blocks to disk. (default: off) |
270 Use compression when writing the blocks to disk. (default: off) |
271 |
271 |
272 =item B<-h>|B<--help> |
272 =item B<-h>|B<--help> |
273 |
273 |