From: Thomas Lamprecht Date: Tue, 4 May 2021 12:36:38 +0000 (+0200) Subject: man/pod: rework and reword X-Git-Url: https://git.proxmox.com/?p=pve-zsync.git;a=commitdiff_plain;h=5bf16e38c8def5bdc05651a3cebf5ba0ab2ad553 man/pod: rework and reword Signed-off-by: Thomas Lamprecht --- diff --git a/pve-zsync b/pve-zsync index b6669d1..82e85bc 100755 --- a/pve-zsync +++ b/pve-zsync @@ -1367,7 +1367,7 @@ sub print_pod { print < can be one of: $commands =head1 DESCRIPTION -This Tool helps you to sync your VM or directory which stored on ZFS between 2 servers. -This tool also has the capability to add jobs to cron so the sync will be automatically done. -The default syncing interval is set to 15 min, if you want to change this value you can do this in /etc/cron.d/pve-zsync. -To config cron see man crontab. +The pve-zsync tool can help you to sync your VMs or directories stored on ZFS +between multiple servers. -=head2 PVE ZFS Storage sync Tool - -This Tool can get remote pool on other PVE or send Pool to others ZFS machines +pve-zsync is able to automatically configure CRON jobs, so that a periodic sync +will be automatically triggered. +The default sync interval is 15 min, if you want to change this value you can +do this in F. If you need help to configure CRON tabs, see +man crontab. =head1 COMMANDS AND OPTIONS @@ -1392,32 +1392,32 @@ $synopsis =head1 EXAMPLES -add sync job from local VM to remote ZFS Server -pve-zsync create -source=100 -dest=192.168.1.2:zfspool +Adds a job for syncing the local VM 100 to a remote server's ZFS pool named "tank": + pve-zsync create --source=100 -dest=192.168.1.2:tank =head1 IMPORTANT FILES -Cron jobs and config are stored at /etc/cron.d/pve-zsync +Cron jobs and config are stored in F -The VM config get copied on the destination machine to /var/lib/pve-zsync/ +The VM configuration itself gets copied to the destination machines +F path. =head1 COPYRIGHT AND DISCLAIMER Copyright (C) 2007-2021 Proxmox Server Solutions GmbH -This program is free software: you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License as published -by the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU Affero General Public License as published by the Free +Software Foundation, either version 3 of the License, or (at your option) any +later version. -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Affero General Public License for more details. +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU Affero General Public License for more +details. -You should have received a copy of the GNU Affero General Public -License along with this program. If not, see -. +You should have received a copy of the GNU Affero General Public License along +with this program. If not, see . EOF }