wip
This commit is contained in:
parent
af042333da
commit
a19ce59c51
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ gsutil ${'\\'}
|
||||||
-r ${'\\'}
|
-r ${'\\'}
|
||||||
-d ${'\\'}
|
-d ${'\\'}
|
||||||
-e ${'\\'}
|
-e ${'\\'}
|
||||||
-x '${'|'.join(options.get('exclude', []))}' ${'\\'}
|
% if options.get('exclude'):
|
||||||
|
-x '${'|'.join(options['exclude'])}' ${'\\'}
|
||||||
|
% endif
|
||||||
'${options['encrypted_path']}' ${'\\'}
|
'${options['encrypted_path']}' ${'\\'}
|
||||||
'gs://${bucket}/${node.name}${path}' ${'\\'}
|
'gs://${bucket}/${node.name}${path}' ${'\\'}
|
||||||
2>&1 | logger -st gsutil
|
2>&1 | logger -st gsutil
|
||||||
|
|
Loading…
Reference in a new issue