5 lines
161 B
Bash
5 lines
161 B
Bash
#!/bin/bash
|
|
export PBS_REPOSITORY=
|
|
export PBS_PASSWORD=
|
|
export PBS_FINGERPRINT=
|
|
proxmox-backup-client backup name.pxar:/ --include-dev /home --include-dev /boot
|