Backup.sh
From CyberWurx Customer Wiki
(Difference between revisions)
Revision as of 13:16, 9 November 2010 (edit) Cwadmin (Talk | contribs) (New page: =Bug change 1= If the directory '''world_backups''' is deleted from the user's directory, the script will fail to create tar files of the backup. Added a line to correct this and to create...) ← Previous diff |
Current revision (14:30, 9 November 2010) (edit) (undo) Cwadmin (Talk | contribs) |
||
(2 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
=Bug change 1= | =Bug change 1= | ||
- | If the directory '''world_backups''' is deleted from the user's directory, the script will fail to create tar files of the backup. Added a line to correct this and to create the directory if needed. | + | Bug: If the directory '''world_backups''' is deleted from the user's directory, the script will fail to create tar files of the backup. |
- | *Please restart your servers to deploy this script change | + | Fix: Added code to correct this and to create the directory if needed. |
+ | |||
+ | *Please restart your servers to deploy this script change. Or run '''updatescripts''' in command console. | ||
+ | Without updating your script the following bug will still be in place: | ||
*If world_backups is missing from your directory, the backup '''WILL NOT WORK'''. | *If world_backups is missing from your directory, the backup '''WILL NOT WORK'''. |
Current revision
[edit] Bug change 1
Bug: If the directory world_backups is deleted from the user's directory, the script will fail to create tar files of the backup.
Fix: Added code to correct this and to create the directory if needed.
- Please restart your servers to deploy this script change. Or run updatescripts in command console.
Without updating your script the following bug will still be in place:
- If world_backups is missing from your directory, the backup WILL NOT WORK.