10 lines
303 B
Bash
Executable File
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
|
|
|