Skip to content
Snippets Groups Projects
Commit 8a3b6b9a authored by Sebastian Thorarensen's avatar Sebastian Thorarensen
Browse files

Update the config for Lysator

fetch-backup-work: Add ns and nis.
parent ea744aa4
No related branches found
No related tags found
No related merge requests found
2014-12-07 Sebastian Thorarensen <sebth@lysator.liu.se>
Updated the config for Lysator.
* fetch-backup-work: Add ns and nis.
2014-10-16 Sebastian Thorarensen <sebth@lysator.liu.se>
Updated the config for Lysator.
......
......@@ -110,12 +110,16 @@ echo medreg sqldump medreg /var/lib/mysql-dump >> $NT
echo bernadotte var-log bernadotte /var/log >> $NT
echo bernadotte var-spool-postfix bernadotte /var/spool/postfix >> $NT
echo bernadotte var-lib-mailman bernadotte /var/lib/mailman >> $NT
ssh bernadotte 'cd /home && ls -1 | while read d ; do [ -d "$d" ] && [ ! -L "$d" ] && echo "$d" ; done' \
| grep -v DELETE \
| awk '{ print "mail", $1, "bernadotte", "/home/" $1 }' \
| sort >> $NT
# NS and NIS
echo ns lysator ns /lysator >> $NT
echo nis lysator nis /lysator >> $NT
echo nis opt-lysator nis /opt/lysator >> $NT
# lysrdiff
echo shafan root shafan / >> $NT
......
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