Displaying 7 results from an estimated 7 matches for "atq".
Did you mean:
at
2014 Mar 02
1
backing up pending at commands
I can easily get a copy of my pending cron jobs so I can keep a backup. "crontab -l > mycron.txt" is part of my backup script, and that does the job nicely.
Is there a way that I can get a copy of pending at jobs for this purpose? I can get a list of pending jobs with atq, and I can show each job with at -c jobname, but I don't see a way to get something that is suitable for use as a file that I can keep as a backup of the pending jobs.
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2014 Sep 18
1
saving at jobs
I can easily save cron jobs in a file by doing this:
crontab -l > file.txt
And I can restore it with
crontab file.txt
Is there any way to do the same thing with at jobs?
The closest thing that I've managed to find is this:
#!/bin/bash
atq
for each in $(atq | cut -f 1); do echo "JOB $each"; at -c $each; done
That works but the output is very wordy and there is no way to restore it other than manually going through the output file and re-entering each job.
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvillethe...
2005 Jul 18
2
task scheduler in Samba ?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Anyone interested in having the Windows remote task
scheduler implemented in Samba 3 at some point ? I think
it would be pretty easy work based on the registry stuff
that's been done lately. If you think this would be a
useful feature for scheduling services on a Samba host,
let me know.
Disclaimer: I've never used this feature on Windows
2014 Feb 18
0
Wait for network delay
...{UPSD} status || RES=$?
${UPSMON} status || RES=$?
for UPS in \
`egrep '^\[' ${UPSDRV_CONF} | sed 's,^ *\[\(.*\)\] *,\1,g'`; do
echo "=== Querying ${UPS}@localhost:"
${UPSC} ${UPS}@localhost || RES=$?
done
echo "=== Scheduled restarter job?"
atq 2>&1
if [ x"$VERBOSE" != x ]; then
echo ""
echo "=== Running processes and statedir ($STATEDIR) contents:"
ps -ef | grep -v grep | egrep '[ /]ups|nut'
ls -la ${STATEDIR}
date
echo ""
fi
echo "=== Overall...
2014 Feb 16
3
Wait for network delay
On 2/5/2014 8:24 AM, Charles Lepple wrote:
> On Feb 4, 2014, at 10:48 PM, Elliot Dierksen wrote:
>
>> NUT will complain endlessly about communication errors and never establish SNMP communication with my APC UPS
> Hmm, at first glance, I read the "complain endlessly" part as a figure of speech, and figured SNMP would get there eventually since it's UDP. But if you have
2006 Jun 24
8
How to install programs in wine?
I am a rank newbie to Linux and wine.
I am running Ubuntu Dapper on an AMD 1800 mhz machine, wine 0.9.15
Everything I have read says use the installer to load windows programs.
Where is the installer?
Thanks,
--
Ron Thompson On the Beautiful Florida Space Coast, right beside the Kennedy Space Center, USA
http://www.plansandprojects.com My hobby pages are here: