Jump to content

Recommended Posts

  • 1 month later...
  • 3 weeks later...
  • 4 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?

  • 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...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock