Bug 8626 Backup issues SOLVED

PROBLEM the backup is too bigger to be handle in some os configurations systema files
SOLUTION A new class will help to compress into several files instead one.
to use the new feature the admin would use and extra option as follow:
processmaker workspace-backup -s {}
to restore may use :
processmaker workspace-restore -m
In both case there are to new arguments -s and -m, these are for use the new feature only, if they are not added the old way is still available.
This commit is contained in:
Julio Cesar Laura
2012-10-15 14:36:26 -04:00
parent cd5e174273
commit e4722622a5
4 changed files with 321 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
G::LoadSystem('dbMaintenance');
G::LoadClass("cli");
G::LoadClass("multipleFilesBackup");
/**
* class workspaceTools
* @package workflow.engine.classes