Skip to content

Commit

Permalink
reduce verbosity of logging for backup clients to silence version mis…
Browse files Browse the repository at this point in the history
…match
  • Loading branch information
ewdurbin committed Aug 5, 2022
1 parent 642459c commit 88dd56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/backup/client/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include:
- template: jinja
- context:
pre_script: '{{ config.get('pre_script', ":") }}'
remote_command: '/usr/bin/rdiff-backup {%- for exclude in config.get('exclude', []) %} --exclude {{ exclude }} {%- endfor %} --no-eas --remote-schema "ssh -i /etc/backup/.ssh/id_rsa_{{ backup }} -C %s rdiff-backup --server" {{ config['source_directory'] }} {{ config['target_user'] }}@{{ config['target_host'] }}::{{ config['target_directory'] }}'
remote_command: '/usr/bin/rdiff-backup --terminal-verbosity 1 {%- for exclude in config.get('exclude', []) %} --exclude {{ exclude }} {%- endfor %} --no-eas --remote-schema "ssh -i /etc/backup/.ssh/id_rsa_{{ backup }} -C %s rdiff-backup --server" {{ config['source_directory'] }} {{ config['target_user'] }}@{{ config['target_host'] }}::{{ config['target_directory'] }}'
post_script: '{{ config.get('post_script', ":") }}'
cleanup_script: '{{ config.get('cleanup_script', ":") }}'
Expand Down

0 comments on commit 88dd56c

Please sign in to comment.