initial commit of a *whole bunch* of old Egressive shell scripts, used to make many people redundant.
This commit is contained in:
commit
43e0f5b59e
329 changed files with 31937 additions and 0 deletions
22
egrsynclogs/warhol/daily.conf
Normal file
22
egrsynclogs/warhol/daily.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
#
|
||||
# the egrsync configuration file...
|
||||
#
|
||||
# directories to mirror on this machine...
|
||||
DIRS="/etc /home/dlane /home/damien /home/cschneid /home/jonathan"
|
||||
#
|
||||
# directories or files (patterns) to exclude...
|
||||
EXCLUDE="archive *.log *~"
|
||||
#
|
||||
# rsync arguments...
|
||||
FLAGS="--archive -e ssh --delete --delete-excluded --stats"
|
||||
#
|
||||
# base directory into which to copy the rsync'd stuff
|
||||
BASEDIR=/storage/warhol/daily
|
||||
#
|
||||
# machine to copy from
|
||||
SERVER=localhost
|
||||
#
|
||||
# user on SERVER - NOTE: this assumes that this user has the
|
||||
# right to access the necessary info on the server, and has
|
||||
# password-less login access via ssh...
|
||||
USER=root
|
22
egrsynclogs/warhol/hourly.conf
Normal file
22
egrsynclogs/warhol/hourly.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
#
|
||||
# the egrsync configuration file...
|
||||
#
|
||||
# directories to mirror on this machine...
|
||||
DIRS="/etc /home/dlane /home/damien /home/cschneid /home/jonathan"
|
||||
#
|
||||
# directories or files (patterns) to exclude...
|
||||
EXCLUDE="archive *.log *~"
|
||||
#
|
||||
# rsync arguments...
|
||||
FLAGS="--archive -e ssh --delete --delete-excluded --stats"
|
||||
#
|
||||
# base directory into which to copy the rsync'd stuff
|
||||
BASEDIR=/storage/warhol/hourly
|
||||
#
|
||||
# machine to copy from
|
||||
SERVER=localhost
|
||||
#
|
||||
# user on SERVER - NOTE: this assumes that this user has the
|
||||
# right to access the necessary info on the server, and has
|
||||
# password-less login access via ssh...
|
||||
USER=root
|
22
egrsynclogs/warhol/weekly.conf
Normal file
22
egrsynclogs/warhol/weekly.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
#
|
||||
# the egrsync configuration file...
|
||||
#
|
||||
# directories to mirror on this machine...
|
||||
DIRS="/etc /home /var/www/html /var/djbdns"
|
||||
#
|
||||
# directories or files (patterns) to exclude...
|
||||
EXCLUDE="archive *.log .netscape home/redhatinstall home/mdkinstall home/software home/server"
|
||||
#
|
||||
# rsync arguments...
|
||||
FLAGS="--archive -e ssh --delete --delete-excluded --stats"
|
||||
#
|
||||
# base directory into which to copy the rsync'd stuff
|
||||
BASEDIR=/storage/new/weekly
|
||||
#
|
||||
# machine to copy from
|
||||
SERVER=new.egressive.com
|
||||
#
|
||||
# user on SERVER - NOTE: this assumes that this user has the
|
||||
# right to access the necessary info on the server, and has
|
||||
# password-less login access via ssh...
|
||||
USER=root
|
Loading…
Add table
Add a link
Reference in a new issue