forked from IntelLabs/vdms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Auto-Replication Support for VDMS db * Add untar and restore option * Add Auto-replicate test * remove backups in tests folder * remove the filter of Video tests * remove archive_db.sh, remove the wrong backup message, and edit the config-vdms file * Adjust the code to show the false backup option
- Loading branch information
Showing
10 changed files
with
231 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{ | ||
"port": 55555, | ||
"autoreplicate_interval":-1, // it should be > 0 | ||
"unit":"s", | ||
"max_simultaneous_clients": 100, | ||
// "backup_path":"backups_test", // set this if you want different path to store the back up file | ||
"db_root_path": "db", | ||
"backup_flag" : "false", | ||
"more-info": "github.com/IntelLabs/vdms" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"port": 55555, | ||
"autoreplicate_interval":5, | ||
"unit":"s", | ||
"max_simultaneous_clients": 100, | ||
"backup_path":"", | ||
"db_root_path": "db_backup", | ||
"backup_flag" : "true", | ||
"more-info": "github.com/IntelLabs/vdms" | ||
} |
Oops, something went wrong.