5 lines
125 B
Bash
Executable File
5 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export RESTIC_PASSWORD="benEatsBananas!"
|
|
export RESTIC_REPOSITORY="/mnt/data/backups/resticbackups/proxmox/etc"
|