diff --git a/ChangeLog b/ChangeLog
index 4b097bd55639840ce6481204088c1a377cc10661..7588bd071b320dc2a420f9b7c33c395cb405356c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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>
 
 	Updated the config for Lysator.
diff --git a/fetch-backup-work b/fetch-backup-work
index 4186e4c6adc8da8f8d8211052ca9126dfa1c3bed..5a35d1bc5a34fe8717e5b610e2edf4d87f574fe8 100755
--- a/fetch-backup-work
+++ b/fetch-backup-work
@@ -25,7 +25,7 @@ ssh nyarlathotep ls -1 /srv/www/projects/front \
  | sort \
  | awk '{print "lyswww-projects-front", $1, "nyarlathotep /srv/www/projects/front/" $1}' \
 >> $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 \
  | awk '{print "lyswww-projects-roxen", $1, "nyarlathotep /srv/www/projects/roxen/" $1}' \
 >> $NT