From 59186fe37ec739f9e0943ac66958d3a7581a5b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Sat, 19 Sep 2015 11:40:21 +0200 Subject: [PATCH] =?UTF-8?q?Ajoute=20owncloud=20et=20mediadrop=20aux=20base?= =?UTF-8?q?s=20backup=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/pg_backups.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/pg_backups.sh b/utils/pg_backups.sh index d0abee68..b4de9bbf 100755 --- a/utils/pg_backups.sh +++ b/utils/pg_backups.sh @@ -6,7 +6,7 @@ PATH="/sbin:/bin:/usr/sbin:/usr/bin" destination='/pg_backups/' mail='Roots ' -liste_backups='django etherpad horde5 roundcube sqlgrey switchs' +liste_backups='django etherpad horde5 mediadrop owncloud roundcube sqlgrey switchs' probs=0 if [ ! -d $destination ]; then