similar to: Rsync, CP and Cron job workaround?

Displaying 20 results from an estimated 3000 matches similar to: "Rsync, CP and Cron job workaround?"

2015 Nov 09
2
Rsync and differential Backups
On 11/9/2015 11:34 AM, Valeri Galtsev wrote: > I wonder how filesystem behaves when almost every file has some 400 hard > links to it. (thinking in terms of a year worth of daily backups). XFS handles this fine. I have a backuppc storage pool with backups of 27 servers going back a year... now, I just have 30 days of incrementals, and 12 months of fulls, but in backuppc's
2013 Dec 22
3
Ignoring permission differences...
Hi all, Ok, since 3.1 still isn't in stable, I'm curious if I can just find the equivalent of: rsync -avHP --delete --exclude-from '/home/user/excludes.txt' /mnt/example.com/ /var/vmail/example.com/ But that will ignore differences in permissions - ie, won't recopy everything, just because the permissions on the source are different from the permissions on the target...
2020 Jan 29
2
CentOS 8 on USB disk
What's your dd command? Are you sure you are writing to the raw disk and not inside a partition? On 29/01/2020 16:30, Jerry Geis wrote: > Well after a closer look - Seems like the OLD 8.0 iso image is still on the > USB. Not the new 8.1 > > I have tried to redo the dd command to copy the 8.1 iso - I get no errors - > but it still comes up with the 8.0 > I then tried to
2007 Oct 05
2
Cron job
Dear All Salam, Is there a possibility that we can run MRTG command in seconds???? The only thing is know is we can run MRTG in one minute other than standard 5 minutes.... Like */1 * * * * root env LANG=C /usr/bin/mrtg /etc/mrtg/test.cfg what if, i want to monitor traffic in seconds??? Regards, Umair Shakil ETD -------------- next part -------------- An HTML attachment was scrubbed... URL:
1996 Dec 24
0
Linux Redhat 4.0/3.0.3 makewhatis cron job
There is a serious problem with the makewhatis cronjob under Redhat Linux 4.0/3.0.3. You can use it to overwrite any file on the system. Redhat is aware of the problem, and said they would have some kind of fix by next week which should be plenty of time before this bug is exploitable again. #!/bin/sh # # blowitawaysam # # makewhatis is a shellscript that stores a tmp copy of the whatis #
2006 Feb 20
3
Smbpasswd in a cron job
Hi list For a project we are trying to change the samba password automatically in a cron job. Since smbpasswd doesn't allow the password to be entered otherwise than though the console (user input). We found a solution to the input part though expect. But as thing go expect doesn't work in a cron job since it has no tty. Is there anyone who can point us the right way to a solution.
2004 Jul 11
2
Bug#254681: logcheck-database: su from cron job not necessarily to "nobody"
Package: logcheck-database Version: 1.2.23 Followup-For: Bug #254681 Please generalize "nobody" to "[_[:alnum:]-]+", as some cron jobs su to other users: Jul 11 06:51:16 tux su[10385]: + ??? root:hinfo Jul 11 06:57:25 tux su[29801]: + ??? root:www-data Thanks. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500,
2008 Feb 11
0
Call methods from ApplicationController from a cron job
Hi, Can code in my cron job call methods from ApplicationController? It needs to act as if a user called a function, which triggers a whole lot of code that I have in the controller. I don''t want to separate this to a library, because this way, the controller will look pretty messy. Is there any was I can require the application controller and then call its methods from the cron job?
2006 Sep 22
1
Bullet proof cron job???
I have a cron job that runs once a day. There are times when it runs that it disrupts other things on the computer, so I want to kill it. Under Mandriva I had no problems killing the process, and that was the end of that. Under Centos I cannot kill it with a sig 15 or a sig 9. Tonight the process would have trashed hours of work, so after spending two minutes as root trying to kill the
2009 Jun 30
0
GlusterFS slowness due to updatedb cron job
We have seen at a number of deployments, users experiencing slowness of GlusterFS over a period of time (as the volume usage grows). Some times it happens once in a day. This is due to updatedb cron job script that wakes up once in a day to index all the files it can find. It is configured by default to ignore network file systems such as NFS and lustre. Please add fuse.glusterfs to the list.
2004 Apr 02
3
cron job to reboot GS101
Does any one regularly reboot GS101? It sometimes lost registration with * and needs to be reboot. What is the best way to do it by cron? David Kwok
2005 Jun 28
0
Antw: Re: Running DOS program in a cron job
>Doesn't the cron job run as a root user (or member of the root group)? >Certainly root owns the cron daemon, afaik. You are right insofar as the cron daemon process is owned by root. However, when the cron daemon runs a job, it starts the the job's process with the privileges (and the environment, e.g. $HOME) of the user for whom the job was added. I added the job to a crontab file
2004 Jul 08
0
Re: more cron job madness
Hey, UNCLE! I added a warning to the YUM HowTo. I will also look into this further, and may be back with one or more proposed solutions. Rick
2009 May 27
2
Cron Job?
Hi All, How does one create a cron job that runs commands like: /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=xxx.com -update /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=yyy.com -update Say every 15 mins? -Jason
2010 Sep 20
2
Using Make in frequent cron job
Is there a way to get Make to be silent when it does nothing, but have its normal verbosity when something is made? I want to use Make in a frequent cron job (every 1/2 hour, perhaps 10 minutes) but I don't want to get a bunch of emails telling me nothing was done (which will be most of the time). I just want to know when it found something to do.
2011 Oct 10
1
{Q} Relate to daylight saving time on Nov. 6 cron job
We have CENTOS 4.X and 5.X on DELL servers. On Nov. 6, 2:00 A.M. will change to 1:00 A.M. If I have cron job on 1:20 A.M., will it run twice? Thanks.
2014 May 24
1
add time to log file for cron job
Hey all, I'm trying to figure out a way to insert a timestamp into a log file I'm creating for a cron job I'm setting up: /usr/bin/rsync -v --min-size=1 -rlpgo -O --inplace /home/myuser/Get* root at xx.x.xx.xx:/mnt/bravotv/media/compass 2>&1 >& /tmp/rsync_user.log I've googled this but all I could find are tips on how to add the time and date to the name of the
2017 Jan 02
0
cron job failures with a perl script containing Astro::Time
On 2017-01-02, Gregory P. Ennis <PoMec at PoMec.Net> wrote: > > The error message I get in the logs is : > > Can't locate Astro/Time.pm in @INC (@INC contains: > /usr/local/lib64/perl5 /usr/local/share/perl5 > /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl > /usr/lib64/perl5 /usr/share/perl5 .) at /usr/local/bin/s.bkup.degw3.prl > line 12. > BEGIN
2006 Feb 20
1
Change smbpasswd in a cron job
Hi list For a project we are trying to change the samba password automatically in a cron job. Since smbpasswd doesn't allow the password to be entered otherwise than though the console (user input). We found a solution to the input part though expect. But as thing go expect doesn't work in a cron job since it has no tty. Is there anyone who can point us the right way to a solution.
2015 Jun 30
0
LDAP Account Manager 5.0 with cron job for password expiry notification email released
LDAP Account Manager (LAM) 5.0 - June 30th, 2015 ================================================ LAM is a web frontend for managing accounts stored in an LDAP directory. Announcement: ------------- LAM Pro can notify your users via cron job that their passwords will expire soon. The Windows support was also enhanced. LAM no longer supports Internet Explorer 8. Full changelog: