'' open uncompressed;
'gz' open with gzip compression;
'bz2' open with bzip2 compression;
- '#gz.aes128' open an aes128 encrypted stream of gzip
- compressed tar blocks;
- '#aes128' open an aes128 encrypted stream of tar
- blocks.
+ '#gz' encrypted stream of individually
+ compressed tar blocks.
+ To enable encryption, supply a password.
""")
parser.add_argument("-t", "--targetpath", help="Target path directory.")
parser.add_argument("-s", "--sourcepath", help="Source path directory.")
default=epw.strip () if epw is not None else None,
help="Password for symmetric encryption. "
"The environment variable PDTCRYPT_PASSWORD should "
- "be preferred to this.")
+ "be preferred to this. Enables encryption.")
parser.add_argument("-v", "--volsize", default=None,
help="Maximum volume size, in megabytes.")
parser.add_argument("-r", "--restore", action='store_true',