mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Renamed backup roles
This commit is contained in:
		| @@ -0,0 +1,8 @@ | ||||
| #!/bin/bash | ||||
| # Pulls the remote backups from multiple hosts | ||||
| hosts="{{ pull_remote_backups | join(' ') }}"; | ||||
| errors=0 | ||||
| for host in $hosts; do | ||||
|   bash {{ docker_backup_remote_to_local_folder }}svc-bkp-rmt-2-loc.sh $host || ((errors+=1)); | ||||
| done; | ||||
| exit $errors; | ||||
| @@ -0,0 +1,8 @@ | ||||
| [Unit] | ||||
| Description=pull remote backups | ||||
| OnFailure=sys-alm-compose.cymais@%n.service sys-cln-faild-bkps.cymais.service | ||||
|  | ||||
| [Service] | ||||
| Type=oneshot | ||||
| ExecStartPre=/bin/sh -c '/usr/bin/python {{ path_system_lock_script }} {{ system_maintenance_services | join(' ')  }} --ignore {{system_maintenance_backup_services| join(' ') }} --timeout "{{system_maintenance_lock_timeout_backup_services}}"' | ||||
| ExecStart=/bin/sh -c '/usr/bin/bash {{docker_backup_remote_to_local_folder}}backups-remote-to-local.sh' | ||||
		Reference in New Issue
	
	Block a user