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 |
Revision as of 14:29, 9 November 2010 (edit) (undo) Cwadmin (Talk | contribs) Next diff → |
||
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 a line 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. | ||
*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'''. |
Revision as of 14:29, 9 November 2010
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 a line 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.
- If world_backups is missing from your directory, the backup WILL NOT WORK.