-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
[![License](https://img.shields.io/github/license/EnterpriseVE/eve4pve-barc.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) | ||
|
||
Cross-Pool (live) Replication and near-live migration for Proxmox VE | ||
Cross-Pool asynchronous online-replication and near-live migration for Proxmox VE | ||
|
||
|
||
```text | ||
|
@@ -11,7 +11,7 @@ ______ | |
| --| _| . |_ -|_ -| . | | | -_| _| | ||
|_____|_| |___|___|___|___|\_/|___|_| | ||
Cross Pool (live) replication and near-live migration for Proxmox VE | ||
Cross Pool asynchronous online-replication and near-live migration for Proxmox VE | ||
Usage: | ||
crossover <COMMAND> [ARGS] [OPTIONS] | ||
|
@@ -25,6 +25,7 @@ Commands: | |
mirror Replicate a stopped VM to another Cluster (full clone) | ||
Options: | ||
--sshcipher SSH Cipher to use for transfer (default: [email protected],aes128-cbc) | ||
--vmid The source+target ID of the VM, comma separated (eg. --vmid=100:100,101:101) | ||
(The possibility to specify a different Target VMID is to not interfere with VMIDs on the | ||
target cluster, or mark mirrored VMs on the destination) | ||
|