Backup.sh
From CyberWurx Customer Wiki
(Difference between revisions)
Revision as of 14:29, 9 November 2010 (edit) Cwadmin (Talk | contribs) ← Previous diff |
Current revision (14:30, 9 November 2010) (edit) (undo) Cwadmin (Talk | contribs) |
||
(One intermediate revision not shown.) | |||
Line 2: | Line 2: | ||
Bug: If the directory '''world_backups''' is deleted from the user's directory, the script will fail to create tar files of the backup. | 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 a line to correct this and to create the directory if needed. | + | 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. | *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.