initial commit of a *whole bunch* of old Egressive shell scripts, used to make many people redundant.

This commit is contained in:
Dave Lane 2016-03-16 13:43:31 +13:00
commit 43e0f5b59e
329 changed files with 31937 additions and 0 deletions

View file

@ -0,0 +1,23 @@
#
# the egrsync configuration file...
#
# directories to mirror on this machine...
DIRS="/etc /bin /boot /dev /initrd /home /lib /media /mnt /opt /root /sbin /storage /usr /var"
#
# directories or files (patterns) to exclude...
EXCLUDE="archive *.log .netscape .xsession-errors home/dlane-orig
home/music /home/server"
#
# rsync arguments...
FLAGS="--archive -e ssh --delete --stats"
#
# base directory into which to copy the rsync'd stuff
BASEDIR=/storage/millhouse/
#
# machine to copy from
SERVER=millhouse
#
# 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

View file

@ -0,0 +1,23 @@
#
# the egrsync configuration file...
#
# directories to mirror on this machine...
DIRS="/etc /home /root /var"
#
# directories or files (patterns) to exclude...
EXCLUDE="archive .xsession-errors *~ Cache* cache* home/dlane-orig
home/music home/server"
#
# rsync arguments...
FLAGS="--archive -e ssh --delete --stats"
#
# base directory into which to copy the rsync'd stuff
BASEDIR=/storage/millhouse/
#
# machine to copy from
SERVER=millhouse
#
# 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