Skip to content

Commit

Permalink
correction: backup server dir name in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmk committed Jan 23, 2025
1 parent e8db0a3 commit a0c9873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/server-setup/backups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
- backups

- name: Download the test connection file from the backup server
shell: rsync -avz -e "ssh -o StrictHostKeyChecking=no" {{ backup_server_user }}@{{ destination_server }}:{{ backup_server_remote_target_directory }}/downloaded_from_backup.txt /tmp/downloaded_from_backup.txt
shell: rsync -avz -e "ssh -o StrictHostKeyChecking=no" {{ backup_server_user }}@{{ destination_server }}:{{ backup_server_remote_source_directory }}/downloaded_from_backup.txt /tmp/downloaded_from_backup.txt
remote_user: '{{ crontab_user }}'
when: "'backups' in groups and groups['backups'] | length > 0 and periodic_restore_from_backup"
tags:
Expand Down

0 comments on commit a0c9873

Please sign in to comment.