Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created October 5, 2024 12:29
Show Gist options
  • Save gowatana/d87a44d061b149bfd46b0c64ab5dc8f7 to your computer and use it in GitHub Desktop.
Save gowatana/d87a44d061b149bfd46b0c64ab5dc8f7 to your computer and use it in GitHub Desktop.
{
"backupLocations": [
{
"server": "192.168.70.8",
"port": 22,
"protocol": "SFTP",
"username": "vcf-backup",
"password": "VMware1!",
"directoryPath": "/backup/vcf",
"sshFingerprint": "SHA256:Y77mf5EhuK0n0nVk/FidQER2fz7lXpfoYbdvb8sSZQA"
}
],
"encryption": {
"passphrase": "VMware1!VMware1!"
}
}
@gowatana
Copy link
Author

gowatana commented Oct 5, 2024

下記の投稿むけ。

PowerVCF で SDDC Manager を SFTP サーバーにバックアップしてみる。
https://vm.gowatana.jp/entry/2024/10/05/220032

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment