Skip to content
Snippets Groups Projects
Commit 9a610275 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Ryttargardskyrkan: Adjust to mailman filesystem layout changes.

* fetch-work-pcfritz: The mailman archives moved from /usr/local to
  /var/lib back in 2009. Adjust the backup script. (We do have backups
  of the data in /var/lib, but all in one big chunk.)
parent 8478ad91
No related branches found
No related tags found
No related merge requests found
2012-11-23 Per Cederqvist <ceder@ryttargardskyrkan.se>
Ryttargardskyrkan: Adjust to mailman filesystem layout changes.
* fetch-work-pcfritz: The mailman archives moved from /usr/local
to /var/lib back in 2009. Adjust the backup script. (We do have
backups of the data in /var/lib, but all in one big chunk.)
2012-11-22 Per Cederqvist <ceder@ryttargardskyrkan.se> 2012-11-22 Per Cederqvist <ceder@ryttargardskyrkan.se>
Ryttargardskyrkan have a new YP master. Ryttargardskyrkan have a new YP master.
......
...@@ -13,10 +13,10 @@ echo samuel opt samuel /opt >> $NT ...@@ -13,10 +13,10 @@ echo samuel opt samuel /opt >> $NT
SAMUEL=samuel SAMUEL=samuel
ssh -i /root/.ssh/backupkey -l root $SAMUEL ls -1 /usr/local/mailman/archives/private \ ssh -i /root/.ssh/backupkey -l root $SAMUEL ls -1 /var/lib/mailman/archives/private \
| sort \ | sort \
| awk '{print "mailman-private", $1, | awk '{print "mailman-private", $1,
"samuel /usr/local/mailman/archives/private/" $1}' \ "samuel /var/lib/mailman/archives/private/" $1}' \
>> $NT >> $NT
echo jemima mediawiki jemima /usr/share/mediawiki-stage >> $NT echo jemima mediawiki jemima /usr/share/mediawiki-stage >> $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