summaryrefslogtreecommitdiffstats
path: root/backup
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-24 20:31:57 +0100
committerSven Gothel <[email protected]>2010-11-24 20:31:57 +0100
commitb313f6c10032044f143b64f8b0aecc574f441f46 (patch)
tree598015b89c99ce0c4db98672d1feb82eb68ebb1f /backup
parentb5d17843a9bc0e8c94eefec7be168da9f7bc9cb2 (diff)
backup: add awstats; add www scrips
Diffstat (limited to 'backup')
-rwxr-xr-xbackup/rsync-jogamp2here.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/backup/rsync-jogamp2here.sh b/backup/rsync-jogamp2here.sh
index 3b98b15..e3bd98f 100755
--- a/backup/rsync-jogamp2here.sh
+++ b/backup/rsync-jogamp2here.sh
@@ -37,6 +37,9 @@ function do_rsync()
my_rsync var/lib/mysql $DEST2/var/lib/
my_rsync var/spool/mail $DEST2/var/spool/
my_rsync var/log $DEST2/var/
+
+ my_rsync var/lib/awstats $DEST2/var/lib/
+ my_rsync usr/local/awstats $DEST2/usr/local/
}
do_rsync >& rsync-jogamp2here.log &