-
Notifications
You must be signed in to change notification settings - Fork 1
Backup
SyncData create Backup archives which contains the selected files and database tables (see also syncdata.json).
- The tables will be sanitized, URL's which reference the web space will be replaced by placeholders.
- Each backup contain the complete SQL code to create the needed tables.
- This grant, that you can port a backup to another server without any conflicts.
- In addition SyncData create a MD5 checksum file, which enable to check the integrity of the archive.
- The archives are ZIP files, which can unpacked manually, it is possible to restore data directly from the archive
To create a backup archive, please type into the address line of the browser:
http://www.<yourdomain.tld>/syncdata/backup?key=<yourkey>
SyncData will need some time, by default the script may run up to 300 seconds before it stop the execution (SyncData will not run into a timeout!). The time SyncData will need differs from installation to installation.
If you reload the page or abort the execution, SyncData will rollback all processed tables and files, so please let SyncData working.
SyncData always prompt the Memory peak usage, the execution time and the executed route (/backup
in this case).
Open the path /syncdata/data/backup
with your FTP program, you will find the archive and the checksum file:
syncdata_backup_20130903_1700.md5
syncdata_backup_20130903_1700.zip
For security reasons the directory and all files are protected by .htaccess
, so you can only access this files via FTP or SSH.
Next step: Restore
- If you spot a typo or want to contribute an article, a how-to or a tip, please feel free to edit the Wiki directly
- If you you have any question or suggestion, please contact the phpManufaktur Support Group
© 2011, 2013 by phpManufaktur, SyncData is published under MIT license.