From 57251e496ea4d999160f94879d341a51954405c6 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Wed, 16 Jun 2021 15:12:57 +0200 Subject: [PATCH] backup-status.sh - exclude @eaDir --- backup-status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup-status.sh b/backup-status.sh index 644ef80..1f636b9 100755 --- a/backup-status.sh +++ b/backup-status.sh @@ -61,7 +61,7 @@ function _getFileAge(){ function getServers(){ # ls -1 | fgrep "iml.unibe.ch" - ls -1d */* | grep -Ev "/(_active|#recycle|SOMETHINGELSE)" + ls -1d */* | grep -Ev "/(_active|#recycle|@eaDir|SOMETHINGELSE)" } -- GitLab