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

More categories.

* fetch-backup-work: New categories: quota1, shafan and vesuvius.
parent 0c8dd198
No related branches found
No related tags found
No related merge requests found
2007-06-14 Per Cederqvist <ceder@shafan.lysator.liu.se>
More categories.
* fetch-backup-work: New categories: quota1, shafan and vesuvius.
Port to GNU find 4.3.3.
* lysrdiff-status: Handle GNU find version 4.3.3 and newer.
......
......@@ -59,6 +59,10 @@ ssh nema.lysator.liu.se ypcat -k auto_home \
| sed 's/^/home /' \
>> $NT
ssh nema.lysator.liu.se 'cd /home/quota1 && ls -1 | while read d ; do [ -d "$d" ] && [ ! -L "$d" ] && echo "$d" ; done' \
| awk '{ print "quota1", $1, "home", "/export/home/quota1/" $1 }' \
| sort >> $NT
echo lyskom kom compulsion /export/mdsk2/sw_lyskom_compulsion \
>> $NT
......@@ -95,6 +99,14 @@ ssh lenin 'cd /home && ls -1 | while read d ; do [ -d "$d" ] && [ ! -L "$d" ] &&
echo kilauea root kilauea / >> $NT
echo kilauea boot kilauea /boot >> $NT
# lysrdiff.
echo shafan root shafan / >> $NT
echo shafan boot shafan /boot >> $NT
# ejabberd
echo vesuvius root vesuvius / >> $NT
echo vesuvius boot vesuvius /boot >> $NT
diff -u $TASKS $NT
echo -n '[CONFIRM] '
read line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment