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

add restore action #46

Open
komlenic opened this issue Dec 5, 2016 · 0 comments
Open

add restore action #46

komlenic opened this issue Dec 5, 2016 · 0 comments
Milestone

Comments

@komlenic
Copy link
Owner

komlenic commented Dec 5, 2016

An action to restore a backup of a site/project on a node should be added. When called without any arguments such as drubs restore prod a prompt should present a numbered list of available backups from which to choose to restore, and automatically request verification to install the most recent backup.

If Y is entered, the most recent backup will be restored (and this can be automated using the '-y' flag like: drubs restore prod -y.

If an integer is entered (corresponding to the numbered list of available backups that is presented) then that specific backup should be restored.

Otherwise, if N is entered (or any other input), exit without doing anything.

@komlenic komlenic added this to the 0.4.0 Release milestone Dec 5, 2016
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