/pve-migrate-restic

This is a python script for import/export proxmox vms

Primary LanguagePythonApache License 2.0Apache-2.0

Description

This is a python script for import/export proxmox vms.

Installation

wget -O - https://raw.githubusercontent.com/orbisnull/pve-migrate-restic/main/install.sh | bash

Dependencies

Usage

bash

set +o history

#help
pve-migrate-restic -h

#export vm
pve-migrate-restic export -l https://url_vault -p secret_key -m vmid

#import vm
pve-migrate-restic import lxc -l https://url_vault -p secret_key -m vmid -r storage -t template -n name -s size

exit