9 lines
319 B
Bash
Executable File
9 lines
319 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export RESTIC_PASSWORD="8ung1e1!"
|
|
|
|
restic -r /mnt/proxmoxbackups/resticbackups/changemepls/home/akanealw init
|
|
restic -r /mnt/proxmoxbackups/resticbackups/changemepls/etc init
|
|
restic -r /mnt/proxmoxbackups/resticbackups/changemepls/opt init
|
|
restic -r /mnt/proxmoxbackups/resticbackups/changemepls/root init
|