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
The groups command only invoked backup without the option to call copy.
Profiles available (name, sections, description): default: (n/a) workspace-all: (backup, copy) Groups available (name, profiles, description): full-backup: [workspace-all]
The text was updated successfully, but these errors were encountered:
No sorry, right now the copy command can't be called automatically after a backup.
Sorry, something went wrong.
Alright, I suggest modifying the copy command to support multiple targets.
You can use run-after to start another resticprofile within the first one. I'm doing this to invoke forget after copy:
run-after
run-after: 'resticprofile forget-{{ .Profile.Name }}.forget'
creativeprojects
No branches or pull requests
The groups command only invoked backup without the option to call copy.
The text was updated successfully, but these errors were encountered: