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

Pre- and Post- Backup Commands #1

Open
tobischulz opened this issue Oct 18, 2020 · 0 comments
Open

Pre- and Post- Backup Commands #1

tobischulz opened this issue Oct 18, 2020 · 0 comments
Labels
hacktoberfest help wanted Extra attention is needed

Comments

@tobischulz
Copy link
Owner

Each SourceServer can have an Array of pre_backup_commands and post_backup_commands that will called via SSH on every backup run. As the names says, before the backup starts and after it has been completed successfully.

On Database there are already two columns to persist the arrays of commands.

  • pre_backup_commands
  • post_backup_commands

Add two new Jobs that will handle this.

@tobischulz tobischulz added hacktoberfest help wanted Extra attention is needed labels Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant