4 lines
167 B
Text
4 lines
167 B
Text
|
#!/bin/bash
|
||
|
export RESTIC_REPOSITORY="{{ restic_repository_location }}{{ inventory_hostname }}"
|
||
|
export RESTIC_PASSWORD_FILE="/opt/scripts/restic/restic-password-repo"
|