5 lines
158 B
Bash
Executable File
5 lines
158 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export RESTIC_REPOSITORY="sftp:root@hosthatch-backup:/backups/proxmox-backups"
|
|
export RESTIC_PASSWORD_FILE=/root/scripts/backups/restic-password
|