Bug 1130323

Summary: [RFE] Implement an oo-backup command
Product: OpenShift Container Platform Reporter: Eric Rich <erich>
Component: RFEAssignee: Mike Barrett <mbarrett>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.1.0CC: bleanhar, dmcphers, dsulliva, erich, jokerman, libra-onpremise-devel, mbarrett, mmccomas, pep
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-02 21:57:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Eric Rich 2014-08-14 21:10:59 UTC
Description of problem:

Currently there is no good way to restore an application that has been deleted. 

Version-Release number of selected component (if applicable): All

How reproducible: Very

Steps to Reproduce:
1. Create an application 
2. Backup a node
3. Delete the application

Actual results:

What is the restore process? 

Expected results:

There should be a simple way for an administrator to backup applications (like rhc snapshot) and restore an application that has been deleted with rhc app-delete or oo-admin-ctl-app.

Additional info:

Comment 1 Eric Rich 2014-08-14 21:14:13 UTC
The way I see this working is oo-backup is an admin broker script that runs periodically on the broker, and it works to take shapshots of user applications and store them and extra meta-data to a mounted partition or centralized storage solution. From there an oo-restore-backup script could be run to restore an application for a user.