Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
rohmelec Offline
New Member
 
Posts: 27
Join Date: Aug 2006
Location: San Diego California
A nice backup for Kayako - 16-08-2006, 02:31 AM

I looked all over this forum and all over the web and finally just created this little thing which works great for backups.

To create this backup just open notepad paste in the following code
----------------------------------------------------------------------
@echo off
echo Running dump...
"c:\program files\MySQL\Mysql server 5.0\bin\mysqldump" -uroot -p<your password here without the brackets> --result-file="c:\Kayako_Backup\Kayako_backup.%DATE:~0,3%.s ql" kayako_suite
------------------------------------------------------------------------
Save it as whatever you like .bat

Now create a scheduled task in windows to run this whenever you want and you now have your automated backup for Kayako.

Keep in mind if the path to your mysql is different you will need to modify the path above and you should probably know the admin password on your box also.
   
Reply With Quote
  (#2) Old
phalseid Offline
Member
 
phalseid's Avatar
 
Posts: 49
Join Date: Apr 2005
Location: Fort Collins, Colorado
posting to the wiki - 16-08-2006, 07:35 PM

Quote:
Originally Posted by rohmelec
I looked all over this forum and all over the web and finally just created this little thing which works great for backups.

To create this backup just open notepad paste in the following code
----------------------------------------------------------------------
@echo off
echo Running dump...
"c:\program files\MySQL\Mysql server 5.0\bin\mysqldump" -uroot -p<your password here without the brackets> --result-file="c:\Kayako_Backup\Kayako_backup.%DATE:~0,3%.s ql" kayako_suite
------------------------------------------------------------------------
Save it as whatever you like .bat

Now create a scheduled task in windows to run this whenever you want and you now have your automated backup for Kayako.

Keep in mind if the path to your mysql is different you will need to modify the path above and you should probably know the admin password on your box also.
posting this to the wiki....


Peder Halseide

help build the support suite wiki:
SupportSuite Wiki: http://supportsuite.div0.com
CVS Changelog: http://builds.kayako.net
Members Area: http://members.kayako.net/
Bug Tracking: http://bugs.kayako.net
   
Reply With Quote
Reply

Tags
backup, nice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cron job to backup Kayako owned DB? christinasc SupportSuite, eSupport and LiveResponse 6 17-04-2007 07:15 PM
recovering a backup? myktek SupportSuite, eSupport and LiveResponse 5 31-01-2007 09:20 AM
Can Someone Post a Backup Tutorial snnowwy SupportSuite, eSupport and LiveResponse 4 05-07-2006 06:05 AM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46