Results 1 to 9 of 9
-
7th Mar 2010, 08:21 AM #1OPMember
Backup cron jobs
I need help setting up a cron job to backup the db at 00:00 and 12:00 everyday and e-mails it to me. Just like how you back it up through the Maintenance tab in the AdminCP
FancyPants Reviewed by FancyPants on . Backup cron jobs I need help setting up a cron job to backup the db at 00:00 and 12:00 everyday and e-mails it to me. Just like how you back it up through the Maintenance tab in the AdminCP Rating: 5
-
7th Mar 2010, 04:54 PM #2MemberWebsite's:
wuploadlinks.net fileserve-movies.net fsdown.org
-
7th Mar 2010, 04:57 PM #3MemberWebsite's:
getandshare.org thekhabari.com a3legacy.getandshare.org babestube.net mp3lookout.com stumblenow.comI can write a sh script if you want,
to automatically backup the database,
Compress it
than remote upload it to any ftp of your choice.. @ $5.
Ofcourse, you shall have ssh access to the server for that...
-
7th Mar 2010, 05:20 PM #4MemberWebsite's:
solidservers.caTry something along these lines:
http://www.theblog.ca/mysql-email-backup
This can be done without ssh access, all you need to do is set your cron job up to call it at whatever time you want.
-
7th Mar 2010, 05:26 PM #5MemberCode:
crontab -e
syntax of it
* * * * * this is my command
- - - - -
| | | | |
| | | | ----- Day of week (0 - 7) (Sunday=0 or 7)
| | | ------- Month (1 - 12)
| | --------- Day of month (1 - 31)
| ----------- Hour (0 - 23)
------------- Minute (0 - 59)
and alternatively you can use
@daily /path/to/backup/foo.sh
which will call the scrript foo.sh daily ( donn't forget to give the script executable permissions )Coding Horror Fan
I don't read PM's frequently .
-
7th Mar 2010, 05:36 PM #6OPMember
I will try it out ss-chris, thanks
-
7th Mar 2010, 05:50 PM #7MemberWebsite's:
wuploadlinks.net fileserve-movies.net fsdown.orgHere is the mod i was talking about...
http://www.lithiumstudios.org/forum/...php?f=31&t=794
-
7th Mar 2010, 06:24 PM #8OPMember
Gempis: It doesn't e-mail it to me
-
7th Mar 2010, 06:34 PM #9MemberWebsite's:
wuploadlinks.net fileserve-movies.net fsdown.org
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to Set Cron jobs for ABK software?
By Areon in forum Server ManagementReplies: 0Last Post: 20th Mar 2014, 01:19 PM -
Cron jobs
By Areon in forum Server ManagementReplies: 0Last Post: 20th Mar 2014, 01:15 PM -
Cron Jobs
By Dviper27 in forum Server ManagementReplies: 4Last Post: 30th Sep 2012, 07:39 PM -
Cron Jobs - How to configure??
By Ashleyuk1984 in forum Technical Help Desk SupportReplies: 4Last Post: 3rd Jul 2011, 10:21 AM -
cron jobs
By GeeZus in forum vBulletinReplies: 7Last Post: 4th Oct 2009, 07:31 PM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...