- Messages
- 1,577
- Reaction score
- 60
- Points
- 0
Hey!
I've created a Linux executable for backing-up/updating mysql databases in conjunction with php/mysqldump.
It is just about 360kb in size.
And, the total size including phps/sh is 450 odd kbs.
I don't intend to use cron at all or may be once in three months for automatic backing up.
But, I do plan (at least hope) to update it twice in a month manually.
What it does?
Compresses databases, deletes obsolete data both in mysql db and in filesystem and writes log/email whether it has been successful or not.
Decompress databases, updates mysql data based on last date of modification, deletes old records and then echoes about the outcome.
So, can I store that file in my account?
I'm doing this just because phpmyadmin just ain't working for me.
Thanks
I've created a Linux executable for backing-up/updating mysql databases in conjunction with php/mysqldump.
It is just about 360kb in size.
And, the total size including phps/sh is 450 odd kbs.
I don't intend to use cron at all or may be once in three months for automatic backing up.
But, I do plan (at least hope) to update it twice in a month manually.
What it does?
Compresses databases, deletes obsolete data both in mysql db and in filesystem and writes log/email whether it has been successful or not.
Decompress databases, updates mysql data based on last date of modification, deletes old records and then echoes about the outcome.
So, can I store that file in my account?
I'm doing this just because phpmyadmin just ain't working for me.
Thanks