5
0
mirror of git://git.proxmox.com/git/pve-zsync.git synced 2025-03-11 20:58:42 +03:00

man/pod: rework and reword

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-04 14:36:38 +02:00
parent 4941b10d2a
commit 5bf16e38c8

View File

@ -1367,7 +1367,7 @@ sub print_pod {
print <<EOF;
=head1 NAME
pve-zsync - PVE ZFS Replication Manager
pve-zsync - PVE ZFS Storage Sync Tool
=head1 SYNOPSIS
@ -1377,14 +1377,14 @@ Where <COMMAND> 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</etc/cron.d/pve-zsync>. 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</etc/cron.d/pve-zsync>
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</var/lib/pve-zsync/> 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
<http://www.gnu.org/licenses/>.
You should have received a copy of the GNU Affero General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
EOF
}