Wiki source code of BackupBDD
Last modified by Achraf El Kari on 2022/06/13 13:18
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | = Introduction = |
2 | |||
![]() |
7.1 | 3 | The "BackupBDD" connector can be used to dump a database for backup, the dump typically contains SQL statements to create the table, populate it, or both. |
4 | |||
5 | The use of this connector is essential in order to recover from most disasters. However, a backup will also help protect you against database upgrades that go bad, table corruption, and other system problems. | ||
6 | |||
7 | [[image:backupbdd.PNG]] | ||
8 | |||
9 | = Use = | ||
10 | |||
11 | It's simple to maintain a good and working backup using "BackupBDD". | ||
12 | |||
13 | [[image:backupbddfd.PNG||height="303" width="363"]] | ||
![]() |
1.1 | 14 | |
![]() |
7.1 | 15 | |
16 | First, we should give a name to the output dump in 'OutputFileName' field. | ||
17 | |||
18 | Then, indicate if we want to zip the dump script or not by checking the "ZipFile" check button. | ||
![]() |
7.2 | 19 | |
20 | |||
21 | **Note Bene:** | ||
22 | |||
23 | It is recommended to check the param "ZIP file" for backups. | ||
24 | The backups generated are automatically transferred to the BACKUPS directory with a clean of the old backups on the same directory. | ||
25 | iXPath leaves the last 3 backups made. |