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