Cron is a time-based job scheduler in Unix-like computer operating systems.
2
votes
1answer
111 views
Where can I find a good perl script for a cronjob that backs up all files in a specific folder on my webspace?
I want to automate backups on my webspace. My provider allows for cronjobs to be executed once a day. I have already implemented a cronjob that backs up my database with mySQLdumper, using a perl ...
2
votes
1answer
1k views
How can I call a URL as a cron job in Webmin?
(Possibly this belongs on stackoverflow, although it's not really a programming issue since the code works when run directly. If it needs to be moved, though, no problem.)
I have a PHP file (which ...
1
vote
1answer
296 views
Help me make a cronjob/screen command please?
Hi guys I want to set up a cronjob on reboot to do this
cd /home/admin/vivalaminecraft.com && screen -d -m -S mcscreen && mono McMyAdmin.exe
The issue is when I execute this it seems ...
0
votes
1answer
181 views
Retry cron job until it successfully excecutes
I'm running a python script on my VPS every day with cron. It only has 768mb ram, and when I run the script manually I often get memory errors from python. However, I usually can just try a couple ...
0
votes
2answers
234 views
Help with cron syntax
I need to setup a cronjob on my webhost.
The documentation for my webapp reads as follows:
you will need to create following
cronjob: /public_html/cake/console/cake
-app /public_html/app ...
0
votes
2answers
76 views
Cron force unzip file
I have the following cron
echo "*** Get the new ZIP file ***"
/usr/bin/wget -t inf -nH -N -c --progress=dot --reject=zip --mirror --timestamping --timeout=60 --waitretry=60 --no-passive-ftp ...
0
votes
2answers
108 views
How do I run something from the command line on shared hosting?
I have shared hosting and they haven't given me command line (or ssh or shell) access. Is there a way that I can run something from the command line?
0
votes
3answers
659 views
How to setup Cron (Media Temple Dedicated Virtual/Parallels)
I am learning how to use Cron jobs. The server I am working on is Media Temple Dedicated Virtual Server. The "Control Panel" is Parallels. I cant find where I can setup cron jobs.
Is SSH the only ...
0
votes
0answers
101 views
DirectAdmin cron jobs not sending e-mail
I'm using DirectAdmin 1.38.4. I cannot control what version I am using or upgrade.
I have CRON jobs running successfully, but I fail to get the e-mail when they complete with the output of the job. I ...
0
votes
0answers
132 views
Wordpress : Automatically transfer media files to Amazon S3 [closed]
I've been using VPS to host 7 Wordpress websites, most of them require big storage but very little RAM and traffic. So I'm thinking of moving the static files(uploads folder) content to Amazon S3 and ...