Skip to content

Application Arguments#81

Merged
emuell merged 5 commits intomasterfrom
feature/app-args
Oct 19, 2023
Merged

Application Arguments#81
emuell merged 5 commits intomasterfrom
feature/app-args

Conversation

@emuell
Copy link
Owner

@emuell emuell commented Oct 19, 2023

Add new -insecure-tls option for remote locations.

Add new application args:

USAGE:
    restic-browser.exe [OPTIONS]

OPTIONS:
    -h, --help
            Print help information

        --insecure-tls
            skip TLS certificate verification when connecting to the repo (insecure)

        --password <password>
            password for the repository - NOT RECOMMENDED - USE password-file/command instead.
            (default: $RESTIC_PASSWORD)

        --password-command <password-command>
            shell command to obtain the repository password from (default: $RESTIC_PASSWORD_COMMAND)

        --password-file <password-file>
            file to read the repository password from (default: $RESTIC_PASSWORD_FILE)

    -r, --repo <repo>
            repository to show or restore from (default: $RESTIC_REPOSITORY)

        --repository-file <repository-file>
            file to read the repository location from (default: $RESTIC_REPOSITORY_FILE)

        --restic <restic>
            ABS path to the restic executable that should be used. (default: find in $PATH)

    -V, --version
            Print version information

@emuell emuell merged commit a1d997f into master Oct 19, 2023
@emuell emuell deleted the feature/app-args branch October 19, 2023 14:10
@emuell emuell mentioned this pull request Oct 28, 2023
@landrix
Copy link

landrix commented Dec 29, 2023

Is there more specific documentation for the --repo argument? Examples for rest, sftp and rclone.

--repo rest:http://... dosn't work.

what does a repository file look like?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants