We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. I have source1 and want to copy to backend1
source1
backend1
Describe the solution you'd like With #145 we have a copy feature.
location: from: source1 to: - backend1 # fast - backend2 # slow copy: backend1: - backend3 - backend4
however, how do I copy it ONLY from source1 to backend1?
copy
I want to basically run
export RESTIC_REST_USERNAME="..." export RESTIC_REST_PASSWORD="..." restic -r ./repo copy --from-repo rest:https://${RESTIC_HOST}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
I have
source1
and want to copy tobackend1
Describe the solution you'd like
With #145 we have a copy feature.
however, how do I
copy
it ONLY fromsource1
tobackend1
?I want to basically run
The text was updated successfully, but these errors were encountered: