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

Process definition for backup-steps #85

Closed
wachterjohannes opened this issue Mar 8, 2017 · 0 comments
Closed

Process definition for backup-steps #85

wachterjohannes opened this issue Mar 8, 2017 · 0 comments
Labels
Milestone

Comments

@wachterjohannes
Copy link
Member

The backup command will have a new options --process files which then only executes the backup-steps which has the process defined. All the other backups will be ignored. The default is all steps.

The backup will have a new database entry with process which will be used in restore command.

{
    "name": "application",
    "backup": {
        "data": {
            "plugin": "directory",
            "process": ["files"],
            "parameter": {
            }
        },
       {
            "plugin": "mysql",
            "process": ["databases"],
            "parameter": {
            }
        }
    }
}

@chirimoya @c00n64 can you add some thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant