mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-10-05 02:58:02 +00:00
pvers.adoc: improve wording
This commit is contained in:
parent
236bec37f4
commit
45c218cfb9
14
pvesr.adoc
14
pvesr.adoc
@ -23,13 +23,15 @@ Storage Replication
|
|||||||
:pve-toplevel:
|
:pve-toplevel:
|
||||||
endif::manvolnum[]
|
endif::manvolnum[]
|
||||||
|
|
||||||
The {PVE} storage replication tool (`pvesr`) manage the Proxmox VE Storage Based Replication.
|
The `pvesr` command line tool manages the {PVE} storage replication
|
||||||
Storage Replication bring guest redundancy for local storage's,
|
framework. Storage replication brings redundancy for guests using
|
||||||
reduce the migration time and will only replicate new data.
|
local storage's and reduces migration time when you migrate a guest.
|
||||||
|
|
||||||
It will replicate the vdisk of guest to an other node this make that data available
|
It replicates virtual disks to another node so that all data is
|
||||||
without using shared/distributed storage. So in case of a node failure your guest data still available
|
available without using shared storage. Replication uses storage
|
||||||
on the replicated node.
|
snapshots to minimize traffic sent over the network. New data is sent
|
||||||
|
incrementally after the initial sync. In the case of a node failure,
|
||||||
|
your guest data is still available on the replicated node.
|
||||||
|
|
||||||
The minimal replication interval are 1 minute and the maximal interval is once a week.
|
The minimal replication interval are 1 minute and the maximal interval is once a week.
|
||||||
Interval schedule format is a subset of `systemd` calendar events.
|
Interval schedule format is a subset of `systemd` calendar events.
|
||||||
|
Loading…
Reference in New Issue
Block a user