Manual Page Search Parameters

RESTICC(1) General Commands Manual RESTICC(1)

resticcrestic configuration

resticc repository [restic_args]

resticc repository config

resticc repository bucket name [prefix]

resticc provides configuration files for restic(1) to load repository locations and keys from. It's usage is the same as restic(1) with the addition of the config and bucket commands. The config command displays the loaded configuration, and bucket displays the hashed bucket name.

Override the encryption key.
Override the repository URL.
Override the application key id. (Key will be loaded from the keys directory based on this.)
Override the application key data.

/etc/resticc/prefix
Bucket prefix.
/etc/resticc/$repository/host
Repository host.
/etc/resticc/$repository/path
Bucket path.
/etc/resticc/$repository/keys/restic
Restic encryption key.
/etc/resticc/$repository/keys/app/
Directory containing restic application keys named by their ID.

The resticc utility exits 0 on success, and >0 if an error occurs.

Run restic-ls(1) on the "backup" repository's latest snapshot:

$ resticc backup ls latest

Get the bucket name for "backup":

$ resticc backup bucket

restic(1)

Jacob R. Edwards <jacob@jacobedwards.org>

January 21, 2026 jacob