Skip to content

Commit

Permalink
Merge pull request #32 from matskiv/fix-tar-cmd
Browse files Browse the repository at this point in the history
INTLY-1307: Fix tar command in resources backup
  • Loading branch information
matskiv authored Mar 15, 2019
2 parents f8d294a + a0fef76 commit 99b8313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/tools/lib/component/resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function backup_cluster_resource {
function archive_files {
dest=$1
cd ${dest}/archives
tar --exclude='*.tar.gz' -czf resources_${TS}.tar.gz .
tar --exclude='*.tar.gz' --force-local -czf resources_${TS}.tar.gz .
rm -f *.yaml.gz
}

Expand Down

0 comments on commit 99b8313

Please sign in to comment.