etc/cxs/cxsdaily.sh - Can you share the file?

emresycn

Verified User
Joined
Oct 20, 2016
Messages
6
Hi, I accidentally changed the file content. Can one of my friends using CXS share what is written in this file? Thank you.


File location: etc/cxs/cxsdaily.sh
 
#!/bin/sh
###############################################################################
# Copyright 2009-2020, Way to the Web Limited
# URL: http://www.configserver.com
# Email: [email protected]
###############################################################################
# Run this script via cron daily

# Daily update of cxs and/or fingerprint definitions
/usr/sbin/cxs --upgrade --quiet

# Daily cleanup of quarantine if used. Modify to specify your quarantine
# directory and duplicate if you use more than one.
#
# Set --qclean to the number of days to retain, e.g. 7 = one week

/usr/sbin/cxs --qclean 7 --quarantine /home/quarantine --quiet
 
Back
Top