Scroll to navigation

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

Display help text and exit.

Display version info and exit.

The type of the filesystem (one of "tar", "zip").

OPTIONS

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

$ rage-mount -t tar -i key.txt encrypted.tar.age ./tmp
$ rage-mount -t zip encrypted.zip.age ./tmp
Type passphrase:

AUTHOR

Jack Grigg <thestr4d@gmail.com>