Skip to content
New issue

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

Copy a repo #368

Open
luckydonald opened this issue Apr 7, 2024 · 0 comments
Open

Copy a repo #368

luckydonald opened this issue Apr 7, 2024 · 0 comments

Comments

@luckydonald
Copy link

Is your feature request related to a problem? Please describe.
I have source1 and want to copy to 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?

I want to basically run

export RESTIC_REST_USERNAME="..." 
export RESTIC_REST_PASSWORD="..." 
restic -r ./repo copy --from-repo rest:https://${RESTIC_HOST}
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

No branches or pull requests

1 participant