man/prlbackup.1.html in prlbackup-1.0.3 vs man/prlbackup.1.html in prlbackup-1.1.0
- old
+ new
@@ -103,12 +103,12 @@
<dt><code>-e</code>, <code>--exclude</code></dt><dd><p>Backup all but the given virtual machines (only applicable in
combination with option <code>--all</code>!).</p></dd>
<dt><code>-f</code>, <code>--full</code></dt><dd><p>Create full backups (by default incremental backups are created).
Note that the first backup for a VM is always a full backup despide
of this option.</p></dd>
-<dt><code>-v</code>, <code>--verbose</code></dt><dd><p>Show commands with an impact on the VMs prior to their execution.</p></dd>
-<dt><code>-n</code>, <code>--dry-run</code></dt><dd><p>Don't do anything with the VMs, just pretend to.</p></dd>
+<dt><code>-v</code>, <code>--verbose</code></dt><dd><p>Display commands before executing them.</p></dd>
+<dt><code>-n</code>, <code>--dry-run</code></dt><dd><p>Don't run commands with an impact on VMs (display them instead).</p></dd>
<dt><code>-k</code> <var>number_of_full_backups</var>, <code>--keep-only</code> <var>number_of_full_backups</var></dt><dd><p>Delete the oldest full backup(s) until only <var>number_of_full_backups</var> exist.
This cleanup action will be executed for each VM right after creating the
corresponding backup but only if the backup was successfully created.
Incremental backups are automatically deleted by Parallels Server when their
full backup is deleted.</p></dd>
@@ -140,13 +140,14 @@
<p>Backup all but not the given VMs:</p>
<pre><code>$ prlbackup --all --exclude Delta Echo
</code></pre>
-<p>Show which commands would have been run when backing up all VMs:</p>
+<p>Show what commands (with VM impact) whould have been run when backing up
+all VMs:</p>
-<pre><code>$ prlbackup --dry-run --verbose --all
+<pre><code>$ prlbackup --dry-run --all
</code></pre>
<p>Create the weekly full backup for all VMs and delete backups older than four weeks:</p>
<pre><code>$ prlbackup --all --keep-only 5
@@ -154,16 +155,16 @@
<h2 id="SEE-ALSO">SEE ALSO</h2>
<ul>
<li><span class="man-ref">prlctl<span class="s">(8)</span></span></li>
-<li><a href="https://github.com/bjoernalbers/prlbackup">prlbackup's homepage</a></li>
+<li><a href="https://github.com/bjoernalbers/prlbackup">prlbackup on Github</a></li>
</ul>
<h2 id="COPYRIGHT">COPYRIGHT</h2>
-<p>Copyright (c) 2012 Bjoern Albers (<a href="mailto:bjoernalbers@googlemail.com" data-bare-link="true">bjoernalbers@googlemail.com</a>)</p>
+<p>Copyright (c) 2012 Bjoern Albers (<a href="mailto:bjoernalbers@googlemail.com" data-bare-link="true">bjoernalbers@googlemail.com</a>)</p>
<p>Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,