Skip to content
Snippets Groups Projects
Commit 76224b5c authored by Sebastian Thorarensen's avatar Sebastian Thorarensen Committed by Per Cederqvist
Browse files

Updated the config for Lysator.

* fetch-backup-work: Add backup of lyswww projects and nginx
  configuration.
parent 38668cd8
No related branches found
No related tags found
No related merge requests found
2014-01-24 Sebastian Thorarensen <sebth@lysator.liu.se>
Updated the config for Lysator.
* fetch-backup-work: Add backup of lyswww projects and nginx
configuration.
2014-01-24 Sebastian Thorarensen <sebth@lysator.liu.se>
Updated the config for Lysator.
* fetch-backup-work: Replace celsius with thestral and correct
the ftp-pub backup.
the ftp-pub backup.
2014-01-22 Sebastian Thorarensen <sebth@lysator.liu.se>
Updated the config for Lysator.
* fetch-backup-work: bacon is now used instead of stalhein for
fetching auto_home. ftp mirror exclude list is now up to date.
ftp-home (doesn't exist anymore) removed.
fetching auto_home. ftp mirror exclude list is now up to date.
ftp-home (doesn't exist anymore) removed.
2012-11-23 Per Cederqvist <ceder@ryttargardskyrkan.se>
......
......@@ -24,9 +24,22 @@ ssh uhumhummy ls -1 /lysator/lyswww/users/common \
ssh uhumhummy ls -1 /lysator/lyswww/users/roxen_only \
| sort \
| awk '{print "roxen", $1, "uhumhummy /lysator/lyswww/users/roxen_only/" $1}'\
| awk '{print "roxen", $1, "uhumhummy /lysator/lyswww/users/roxen_only/" $1}' \
>> $NT
ssh uhumhummy ls -1 /lysator/lyswww/projects/apache \
| sort \
| awk '{print "lyswww-projects-apache", $1, "uhumhummy /lysator/lyswww/projects/apache/" $1}' \
>> $NT
ssh uhumhummy ls -1 /lysator/lyswww/projects/front \
| sort \
| awk '{print "lyswww-projects-front", $1, "uhumhummy /lysator/lyswww/projects/front/" $1}' \
>> $NT
echo lyswww-projects-roxen root uhumhummy /lysator/lyswww/projects/roxen/ >> $NT
echo lyswww-nginx root facexpaces /pkg/nginx >> $NT
ssh bacon.lysator.liu.se ypcat -k auto_home \
| sort \
| grep -v DELETE \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment