Jump to content

Recommended Posts

  • 1 month later...
  • 3 weeks later...
  • 4 weeks later...
  • 5 weeks later...
Posted

well i have a problem :S i dont know how to use it right probably i make a backup but its empty 0 kb :/ why?

Some of the backups as I said in the beggining are 0kb because you have either not entered the right MySQL information for your database , or you have not done a correct setup (setting up the mysqldump.exe)

Posted

It can be done with standard MySQL tools and crontab (on Linux) or Scheduled tasks on Windows.

This is exaple for Linux:

/usr/bin/mysqldump --opt --no-create-db --force -h localhost -u root --password=ddddd --databases l2j > /home/backup/l2jbaza/l2jbaza.sql

 

In the same batch you can add option to compress it with zip or winrar (winrar has an option to name the archive with current time).

 

In this way there is no need to keep any extra program open, and you can have backups daily/hourly/weekly etc.

Posted

It can be done with standard MySQL tools and crontab (on Linux) or Scheduled tasks on Windows.

This is exaple for Linux:

/usr/bin/mysqldump --opt --no-create-db --force -h localhost -u root --password=ddddd --databases l2j > /home/backup/l2jbaza/l2jbaza.sql

 

In the same batch you can add option to compress it with zip or winrar (winrar has an option to name the archive with current time).

 

In this way there is no need to keep any extra program open, and you can have backups daily/hourly/weekly etc.

 

Yeah most people don't know about this.Thats why I made the tool , and it is not very simple to use Scheduled Tasks on windows cause I bet they can't even find it + its not easy to use it.

And my topic is only about this program and feedback.

If you have anything else to suggest make a new topic.

Posted

Yeah most people don't know about this.Thats why I made the tool , and it is not very simple to use Scheduled Tasks on windows cause I bet they can't even find it + its not easy to use it.

True, true.

My post wasn't to blame your work, you did a great job.

  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...