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

Updated the config for Lysator.

* fetch-backup-work: Don't try to backup regular files and
  symlinks for lyswww-projects-roxen.
parent 9d360f2f
No related branches found
No related tags found
No related merge requests found
2014-05-13 Sebastian Thorarensen <sebth@lysator.liu.se>
Updated the config for Lysator.
* fetch-backup-work: Don't try to backup regular files and
symlinks for lyswww-projects-roxen.
2014-03-20 Sebastian Thorarensen <sebth@lysator.liu.se> 2014-03-20 Sebastian Thorarensen <sebth@lysator.liu.se>
Updated the config for Lysator. Updated the config for Lysator.
......
...@@ -25,7 +25,7 @@ ssh nyarlathotep ls -1 /srv/www/projects/front \ ...@@ -25,7 +25,7 @@ ssh nyarlathotep ls -1 /srv/www/projects/front \
| sort \ | sort \
| awk '{print "lyswww-projects-front", $1, "nyarlathotep /srv/www/projects/front/" $1}' \ | awk '{print "lyswww-projects-front", $1, "nyarlathotep /srv/www/projects/front/" $1}' \
>> $NT >> $NT
ssh nyarlathotep ls -1 /srv/www/projects/roxen \ ssh nyarlathotep 'cd /srv/www/projects/roxen && ls -1 | while read d; do [ -d "$d" -a ! -L "$d" ] && echo "$d"; done' \
| sort \ | sort \
| awk '{print "lyswww-projects-roxen", $1, "nyarlathotep /srv/www/projects/roxen/" $1}' \ | awk '{print "lyswww-projects-roxen", $1, "nyarlathotep /srv/www/projects/roxen/" $1}' \
>> $NT >> $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