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