You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of resticterm is to have a simply console user interface to remove command line use.
It is not intented for replace all restic functionalities. You can continue to use command line for advanced use.
I take into account the possibility of adding extra parameters in setup form.
Is your feature request related to a problem? Please describe.
Normally I run Restic like this:
/usr/bin/restic --option rclone.program="ssh [email protected] rclone" --option rclone.args="serve restic --stdio --b2-hard-delete --drive-use-trash=false --verbose" --repo rclone:remote-storage:backupservice-prod-ca-ymq-1-snapshots-colan --password-file /etc/restic/password --verbose ${@}
The Restic documentation for this is at Other Services via rclone.
However, on the configuration page, there's only an option to enter the repository path, which doesn't capture all of the above.
Describe the solution you'd like
Ideally, it would be possible to enter this information on the CLI when running
resticterm
the same way, like so:/opt/resticterm/resticterm --option rclone.program="ssh [email protected] rclone" --option rclone.args="serve restic --stdio --b2-hard-delete --drive-use-trash=false --verbose" --repo rclone:remote-storage:backupservice-prod-ca-ymq-1-snapshots-colan --password-file /etc/restic/password --verbose ${@}
Failing that, it should be possible to enter this additional information on the configuration form.
Describe alternatives you've considered
Restic Browser, but it has the same problem. And ever worse, it doesn't work in a terminal.
Additional context
I'm on recent Ubuntu.
The text was updated successfully, but these errors were encountered: