Browse Source

Owncloud backup directories

Bob Mottram 9 years ago
parent
commit
4a5d678b92
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/freedombone-backup-remote

+ 2
- 1
src/freedombone-backup-remote View File

556
                 "$destination_dir" == "tox" || \
556
                 "$destination_dir" == "tox" || \
557
                 "$destination_dir" == "ssl" || \
557
                 "$destination_dir" == "ssl" || \
558
                 "$destination_dir" == "blog" || \
558
                 "$destination_dir" == "blog" || \
559
-                "$destination_dir" == "owncloudrepo" || \
559
+                "$destination_dir" == "owncloudrepofiles" || \
560
+                "$destination_dir" == "owncloudrepoconfig" || \
560
                 "$destination_dir" == "owncloudrepodata" || \
561
                 "$destination_dir" == "owncloudrepodata" || \
561
                 "$destination_dir" == "mailinglist" ]]; then
562
                 "$destination_dir" == "mailinglist" ]]; then
562
         is_valid="no"
563
         is_valid="no"