Files
linux-scripts/restic/restic-local-scott/restic-local-init.sh
2024-04-06 21:31:04 -05:00

10 lines
303 B
Bash
Executable File

#!/bin/bash
export RESTIC_PASSWORD="benEatsBananas!"
restic -r /mnt/data/backups/resticbackups/proxmox/home/wettsten init
restic -r /mnt/data/backups/resticbackups/proxmox/etc init
restic -r /mnt/data/backups/resticbackups/proxmox/opt init
restic -r /mnt/data/backups/resticbackups/proxmox/root init