This commit is contained in:
mwiegand 2021-06-20 00:38:18 +02:00
parent af042333da
commit a19ce59c51

View file

@ -20,7 +20,9 @@ gsutil ${'\\'}
-r ${'\\'}
-d ${'\\'}
-e ${'\\'}
-x '${'|'.join(options.get('exclude', []))}' ${'\\'}
% if options.get('exclude'):
-x '${'|'.join(options['exclude'])}' ${'\\'}
% endif
'${options['encrypted_path']}' ${'\\'}
'gs://${bucket}/${node.name}${path}' ${'\\'}
2>&1 | logger -st gsutil