diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-08-24 13:25:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-24 13:25:42 +0000 |
commit | b3762ab1f71719b8d9f52063198233bd83ed9a3a (patch) | |
tree | a842b39561c7e467354b476b059ff6c2408c68da /kubernetes/aaf/resources/config/backup/backup.sh | |
parent | 62f9b2c65dda2235b95bd12bdc96f1cb3aa35ebf (diff) | |
parent | 5ca54657bf50a9d080caa2d3755540a3d980971f (diff) |
Merge "License Task for VID,AAF,CLI,SNIRO"
Diffstat (limited to 'kubernetes/aaf/resources/config/backup/backup.sh')
-rw-r--r-- | kubernetes/aaf/resources/config/backup/backup.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kubernetes/aaf/resources/config/backup/backup.sh b/kubernetes/aaf/resources/config/backup/backup.sh index 1359d3de83..0cc2f6287f 100644 --- a/kubernetes/aaf/resources/config/backup/backup.sh +++ b/kubernetes/aaf/resources/config/backup/backup.sh @@ -1,3 +1,17 @@ +# Copyright © 2018 Amdocs, Bell Canada +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # BEGIN Store prev BD=/opt/app/osaaf/backup if [ -e "$BD/6day" ]; then |