[Python-apps-commits] r14269 - in packages/weresync/trunk/debian (weresync.1 weresync.links)

donyorm-guest at users.alioth.debian.org donyorm-guest at users.alioth.debian.org
Thu Jul 20 05:47:40 UTC 2017


    Date: Thursday, July 20, 2017 @ 05:47:38
  Author: donyorm-guest
Revision: 14269

Add examples to man page and update symlinks

Modified:
  packages/weresync/trunk/debian/weresync.1
  packages/weresync/trunk/debian/weresync.links

Modified: packages/weresync/trunk/debian/weresync.1
===================================================================
--- packages/weresync/trunk/debian/weresync.1	2017-07-20 00:55:09 UTC (rev 14268)
+++ packages/weresync/trunk/debian/weresync.1	2017-07-20 05:47:38 UTC (rev 14269)
@@ -131,6 +131,58 @@
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
+.SH EXAMPLES
+.sp
+To copy /dev/sda to /dev/sdb on a UEFI system use:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+sudo weresync \-C \-L grub2 \-E 1 \-g 2 /dev/sda /dev/sdb
+.ft P
+.fi
+.UNINDENT
+.UNINDENT
+.sp
+This example uses grub2 as the bootloader (for most other UEFI bootloaders use
+\fB\-L uuid_copy\fP or omit the \fB\-L\fP option all together)
+with the efi partition on /dev/sda1, and the root partition on /dev/sda2.
+.sp
+Subsequent copies should omit the \fB\-C\fP option, since it could cause weresync
+to repartition /dev/sdb again, thus deleting existing data and making weresync\(aqs
+incremental abilities useless.
+.sp
+To copy /dev/sda to /dev/sdb on a BIOS/Legacy system use:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+sudo weresync \-C \-L grub2 \-g 1 /dev/sda /dev/sdb
+.ft P
+.fi
+.UNINDENT
+.UNINDENT
+.sp
+This example uses grub2 as the bootloader (other bootloaders, such as syslinux,
+may be passed to the \fB\-L\fP option) and has the root partition on /dev/sda1.
+The omittance of the \fB\-E\fP option signals to WereSync that this is not a
+a UEFI drive.
+.sp
+As above, subsequent copies should be initiated without the \fB\-C\fP option.
+.sp
+The gui can simply be run with:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+sudo weresync\-gui
+.ft P
+.fi
+.UNINDENT
+.UNINDENT
 .SH SEE ALSO
 .sp
 Full documentation can be found at WereSync\(aqs documentation on Read The Docs:

Modified: packages/weresync/trunk/debian/weresync.links
===================================================================
--- packages/weresync/trunk/debian/weresync.links	2017-07-20 00:55:09 UTC (rev 14268)
+++ packages/weresync/trunk/debian/weresync.links	2017-07-20 05:47:38 UTC (rev 14269)
@@ -1,2 +1,2 @@
-/usr/share/weresync/run /usr/bin/weresync
-/usr/share/weresync/run-gui /usr/bin/weresync-gui
+/usr/share/weresync/run /usr/sbin/weresync
+/usr/share/weresync/run-gui /usr/sbin/weresync-gui




More information about the Python-apps-commits mailing list