From 8599527f50dab7189780b3190c45c3c62b94060e Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 24 Oct 2007 07:21:31 +0000 Subject: [PATCH] fixed errors in docs for crontab git-svn-id: svn://192.168.202.10@691 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/docs/BASE_INSTALL.txt | 6 +++--- agc_2-X/trunk/docs/SCRATCH_INSTALL.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/agc_2-X/trunk/docs/BASE_INSTALL.txt b/agc_2-X/trunk/docs/BASE_INSTALL.txt index 1102fa6e..3e1d51d5 100644 --- a/agc_2-X/trunk/docs/BASE_INSTALL.txt +++ b/agc_2-X/trunk/docs/BASE_INSTALL.txt @@ -622,11 +622,11 @@ AST_CRON_mix_recordings_BASIC.pl file in it's place) 2 0 * * 0 /usr/share/astguiclient/AST_agent_week.pl ### remove old recordings more than 7 days old -/usr/bin/find /var/spool/asterisk/monitor -maxdepth 2 -type f -mtime +7 -print | xargs rm -f +24 0 * * * /usr/bin/find /var/spool/asterisk/monitor -maxdepth 2 -type f -mtime +7 -print | xargs rm -f ### remove old vicidial logs and asterisk logs more than 2 days old -/usr/bin/find /var/log/astguiclient -maxdepth 1 -type f -mtime +2 -print | xargs rm -f -/usr/bin/find /var/log/asterisk -maxdepth 3 -type f -mtime +2 -print | xargs rm -f +28 0 * * * /usr/bin/find /var/log/astguiclient -maxdepth 1 -type f -mtime +2 -print | xargs rm -f +29 0 * * * /usr/bin/find /var/log/asterisk -maxdepth 3 -type f -mtime +2 -print | xargs rm -f diff --git a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt index d04b4c60..b17e071e 100644 --- a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt +++ b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt @@ -2856,11 +2856,11 @@ AST_CRON_mix_recordings_BASIC.pl file in it's place) 2 0 * * 0 /usr/share/astguiclient/AST_agent_week.pl ### remove old recordings more than 7 days old -/usr/bin/find /var/spool/asterisk/monitor -maxdepth 2 -type f -mtime +7 -print | xargs rm -f +24 0 * * * /usr/bin/find /var/spool/asterisk/monitor -maxdepth 2 -type f -mtime +7 -print | xargs rm -f ### remove old vicidial logs and asterisk logs more than 2 days old -/usr/bin/find /var/log/astguiclient -maxdepth 1 -type f -mtime +2 -print | xargs rm -f -/usr/bin/find /var/log/asterisk -maxdepth 3 -type f -mtime +2 -print | xargs rm -f +28 0 * * * /usr/bin/find /var/log/astguiclient -maxdepth 1 -type f -mtime +2 -print | xargs rm -f +29 0 * * * /usr/bin/find /var/log/asterisk -maxdepth 3 -type f -mtime +2 -print | xargs rm -f