Alon Bar-Lev has posted comments on this change.

Change subject: packaging: Add backup and restore utility
......................................................................


Patch Set 9: (1 inline comment)

....................................................
File packaging/bin/engine-backup.sh
Line 102:       mkdir "${tardir}/db" || die "Cannot create '${tardir}/db'"
Line 103: 
Line 104:       backupFiles "${BACKUP_FOLDERS}" "${tardir}/files"
Line 105:       backupDB "${tardir}/db/${DB_BACKUP_FILE_NAME}"
Line 106:       cp -a "${VERSION_FILE}" "${tardir}"
yes... you can base this patch on top of it... :)
Line 107:       tar -C "${tardir}" -cjf "${FILE}" . || die "Cannot create 
'${FILE}'"
Line 108: }
Line 109: 
Line 110: backupFiles() {


-- 
To view, visit http://gerrit.ovirt.org/15276
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I7f6c386a0f48ccd520978193639120999e00cf2a
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ofer Schreiber <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Kiril Nesenko <[email protected]>
Gerrit-Reviewer: Moran Goldboim <[email protected]>
Gerrit-Reviewer: Ofer Schreiber <[email protected]>
Gerrit-Reviewer: Ohad Basan <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to