Does anyone know of a simple script i could use that would use cron jobs to create daily/weekly backups of my home directory and maybe my databases.
Anything related is welcome
Edit:
* Bump
No 1 has a suggestion? I really would find 1 useful.
Does anyone know of a simple script i could use that would use cron jobs to create daily/weekly backups of my home directory and maybe my databases.
Anything related is welcome
Edit:
* Bump
No 1 has a suggestion? I really would find 1 useful.
Last edited by taha116; 06-27-2009 at 06:06 PM. Reason: Automerged Doublepost
Need help with starting up your website? No problemo PM if you need help, if you want help with scripts like WordPress, SMF and so on dont be afraid to PM for that too.
Not long ago I found this application. It’s called phpMyBackupPro. Very easy to use, free, licensed under the GNU GPL.
I just finished testing on my free account and it works really great.
You’ll be happy to see that you can backup your databases on a regular schedule.
Link to application: phpMyBackupPro
Only worry I'd have is with high-resource usage possibly being an issue.
The alternative to backing up the home directory is some sort of locally based (read: on your pc, not x10) that FTP's to x10 every week and recursively downloads everything it finds.
That won't cover databases, but that should be okay to do with php without triggering high-resource usage.
I'd just be worried about zipping the entire root, particularly if you've got big files anywhere on there.
TOS breakers will be suspended regardless of race, creed, national origin, hair color, or favorite food. Thanks for your understanding!
Well i understand what livewires talking about but i think gomarcs solution is better as i have no idea how to pull that off with ftp automaticly
Need help with starting up your website? No problemo PM if you need help, if you want help with scripts like WordPress, SMF and so on dont be afraid to PM for that too.
I went to thier site but i didnt realise that. So if i understand correctly it wont backup my public_html files?
Last edited by taha116; 06-29-2009 at 10:21 AM.
Need help with starting up your website? No problemo PM if you need help, if you want help with scripts like WordPress, SMF and so on dont be afraid to PM for that too.
It's not hard to backup sql databases.
PHPmyAdmin -> export -> save as .sql.
Repeat for every database, should really only take a few minutes.
█ Neil Hanlon | x10Hosting Support Representative
█ Neil[at]x10hosting.com
█ I'm always happy to help. Just ask a question in Free Hosting
█ Terms of Service IRC
Well yeah, lol but autmated is usefull, when your focused on some code or modification you want to preform manually you know there is always a risk, i hate it when i have to backtrack like a week of changes and do em again
Need help with starting up your website? No problemo PM if you need help, if you want help with scripts like WordPress, SMF and so on dont be afraid to PM for that too.