From 4a5d678b9298b8fb47ec00100f7caec347201364 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 11 Mar 2016 17:32:49 +0000 Subject: [PATCH] Owncloud backup directories --- src/freedombone-backup-remote | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/freedombone-backup-remote b/src/freedombone-backup-remote index b41af924..b758e797 100755 --- a/src/freedombone-backup-remote +++ b/src/freedombone-backup-remote @@ -556,7 +556,8 @@ function valid_backup_destination { "$destination_dir" == "tox" || \ "$destination_dir" == "ssl" || \ "$destination_dir" == "blog" || \ - "$destination_dir" == "owncloudrepo" || \ + "$destination_dir" == "owncloudrepofiles" || \ + "$destination_dir" == "owncloudrepoconfig" || \ "$destination_dir" == "owncloudrepodata" || \ "$destination_dir" == "mailinglist" ]]; then is_valid="no"