RAGE-MOUNT(1) | General Commands Manual | RAGE-MOUNT(1) |
NAME¶
rage-mount - Mount an age-encrypted filesystem
SYNOPSIS¶
rage-mount [FLAGS] [OPTIONS] filename mountpoint
FLAGS¶
- -h, --help
- Display help text and exit.
- -V, --version
- Display version info and exit.
- -t, --types
- The type of the filesystem (one of "tar", "zip").
OPTIONS¶
- -i, --identity=IDENTITY
- Use the private key file at IDENTITY. May be repeated.
EXIT STATUS¶
- 0
- Successful program execution.
- 1
- Unsuccessful program execution.
- 101
- The program panicked.
EXAMPLES¶
- Mounting an archive encrypted to a recipient
- $ rage-mount -t tar -i key.txt encrypted.tar.age ./tmp
- Mounting an archive encrypted with a passphrase
- $ rage-mount -t zip encrypted.zip.age ./tmp
Type passphrase:
AUTHOR¶
Jack Grigg <thestr4d@gmail.com>