<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to USAGE</title><link>https://sourceforge.net/p/explorefs/wiki/USAGE/</link><description>Recent changes to USAGE</description><atom:link href="https://sourceforge.net/p/explorefs/wiki/USAGE/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 09 Oct 2023 02:32:29 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/explorefs/wiki/USAGE/feed" rel="self" type="application/rss+xml"/><item><title>USAGE modified by Carlos Celso de Almeida</title><link>https://sourceforge.net/p/explorefs/wiki/USAGE/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,206 +1,10 @@
 Return [HOME](https://sourceforge.net/p/explorefs/wiki/Home)

-**USAGE**
+**COMMANDS**

-    ExploreFS -volume=[mount-point] -output=[output-file] [options]
-    or
-    ExploreFS -help | -? | -version | -license | -description
+[EXPLOREFS](https://sourceforge.net/p/explorefs/wiki/USAGE_EXPLOREFS/)

-**Options**
+[EXPLOREDIFF](https://sourceforge.net/p/explorefs/wiki/USAGE_EXPLOREDIFF/)

-    Mandatory Options:
-    
-    -volume=[mount-point]
-    
-        The explore fullpath directory
+**ENDED**

-    -output=[output-file]
-    
-        The list of files mapped on explore process
-
-    Additional Options:
-
-    -date-type=[a|m]
-    
-        Force the range of start/finis time. Use -date-type=a for 'access
-        date', -date-type=m for 'modify date'. This option is required to
-        use the 'date-start|date-finis' option.
-
-    -date-start=[yyyymmdd]|[+/-nnn]
-    
-        The start date to map.
-
-    -date-finis=[yyyymmdd]|[+/-nnn]
-    
-        The finis date to map.
-
-    -ftypes=f1 -ftypes=f2 ...
-    
-        The list of filetype to map on report. Only mapped filetypes will be
-        extracted.
-
-    -ignore-entries
-    
-        List of name (entries only) to be ignored, where entries are list of
-        folders and files names that will be ignored, not explored.
-        Remember: If the entry is a folder, all internals entries will be
-        ignored. i.e.:
-
-         ExploreFS ... -ignore-entries=$RECYCLE.BIN     # Windows removed files
-         ExploreFS ... -ignore-entries=.Trash           # Linux removed files
-
-    -type=[a|d]
-    
-        The type of data. Use type=a for files, type=d for directories. The
-        default is 'all entries'.
-
-    -with-fullpath
-    
-        Force the fullpath for each entries
-
-    -with-timestamp
-    
-        Convert the local system timestamp format for 'yyyymmdd' format.
-
-    -with-utc
-    
-        Convert the utc system timestamp format for 'yyyymmdd' format.
-
-    -without-atime
-    
-        Suppress the atime information. One '-' will be sent.
-
-**Extended Options**
-    
-    -blocks
-    
-        Use number of blocks as size (ignoring the number of bytes)
-
-    -dlmt
-    
-        Use special caracter for delimiter fields. The default is space.
-
-    -fork
-    
-        Run the explore in background (forked).
-
-    -iobuffer=[size]
-    
-        Change iobuffer size. The default is 64k entries per I/O write.
-
-    -mount
-    
-        Force same mountpoint, explore cross filesystems. By default the
-        ExploreFS will not explore folder and subfolder based mountpoint
-        entry. This options enable the cros between different volumes
-        (filesystems, etc);
-
-    -osname=[osname]
-    
-        The symbolic name for the Name of OS. The default is current host.
-
-        NOTE: This informantion it is only for summary porpuse. no actions
-        will be done.
-
-    -server=[servername]
-    
-        The symbolic name for the hostname. The default is current host.
-
-        NOTE: This informantion it is only for summary porpuse. no actions
-        will be done.
-
-    -system=[systename]
-    
-        The symbolic name for the system type. The default is current
-        platform class (Windows, Unix, etc).
-
-        NOTE: This informantion it is only for summary porpuse. no actions
-        will be done.
-
-    -volid=[volidname]
-    
-        The symbolic name for this explore process. The default value is
-        [server]:[system]:[volume]
-
-        NOTE: This informantion it is only for summary porpuse. no actions
-        will be done.
-
-    -unit=[units]
-    
-        Use special unit to convert the size of files. i.e: 'use -unit=1024
-        for 1Kbytes'. The default is number of bytes.
-
-    -without-ctlr
-    
-        Remove the 'specials caracteres'.
-
-    -with-filemask
-    
-        Convert the system fileclass format. Where a=files, d=directories,
-        p=special files, l=symbolic links, b=blocks files.
-
-    -with-md5key
-        Get the md5key for each file. Warning: The access time will be
-        change. Remember: The read datafile will take a long time to
-        complete the process. Use it wisely
-
-    -with-sha256
-        Get the sha256 for each file. Warning: The access time will be
-        change. Remember: The read datafile will take a long time to
-        complete the process. Use it wisely
-
-    -with-snapshot
-    
-        Force explore the snapshot areas. The default is 'do not explore
-        ".snapshot"'.
-
-    -with-splited-fid
-    
-        Split the directory, filename and filetype for each entry.
-
-    -with-uidname
-    
-        Get the real name for the uid/gid (unix format).
-
-    -without-hardlink
-    
-        Force map hardlink files. The files will be kept in the report,
-        however, an entry will be added as error. See [output].err
-
-    -without-space
-    
-        Translate the spaces to '*'.
-
-    -without-subdir
-    
-        Do not explore subdirectories.
-
-    -without-symlink
-    
-        Disable the map of symlink files and translate for the type of
-        destination file. By default the symbolic files are also mapped.
-        Disabling the files will be mapped as the source.
-
-        CAUTION: Mapping as source, you may get an incorrect volume's
-        allocation size if you sum all the [units] of all files.
-
-**Others Options**
-
-    -debug=[level]
-    
-        Debug mode (for support only). The debug will written data on the
-        STDERR (long data).
-
-    -description
-    
-        Show the module description.
-
-    -help
-    
-        This help
-
-    -license
-    
-        Show the License Aggreement.
-
-ENDED
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carlos Celso de Almeida</dc:creator><pubDate>Mon, 09 Oct 2023 02:32:29 -0000</pubDate><guid>https://sourceforge.net5a1aa6724484912fb362a869fc74d0c9e3c7ce37</guid></item><item><title>USAGE modified by Carlos Celso de Almeida</title><link>https://sourceforge.net/p/explorefs/wiki/USAGE/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -11,29 +11,36 @@
     Mandatory Options:

     -volume=[mount-point]
-    The explore fullpath directory
+    
+        The explore fullpath directory

     -output=[output-file]
+    
         The list of files mapped on explore process

     Additional Options:

     -date-type=[a|m]
-    Force the range of start/finis time. Use -date-type=a for 'access
-    date', -date-type=m for 'modify date'. This option is required to
-    use the 'date-start|date-finis' option.
+    
+        Force the range of start/finis time. Use -date-type=a for 'access
+        date', -date-type=m for 'modify date'. This option is required to
+        use the 'date-start|date-finis' option.

     -date-start=[yyyymmdd]|[+/-nnn]
+    
         The start date to map.

     -date-finis=[yyyymmdd]|[+/-nnn]
+    
         The finis date to map.

     -ftypes=f1 -ftypes=f2 ...
+    
         The list of filetype to map on report. Only mapped filetypes will be
         extracted.

     -ignore-entries
+    
         List of name (entries only) to be ignored, where entries are list of
         folders and files names that will be ignored, not explored.
         Remember: If the entry is a folder, all internals entries will be
@@ -43,54 +50,67 @@
          ExploreFS ... -ignore-entries=.Trash           # Linux removed files

     -type=[a|d]
+    
         The type of data. Use type=a for files, type=d for directories. The
         default is 'all entries'.

     -with-fullpath
+    
         Force the fullpath for each entries

     -with-timestamp
+    
         Convert the local system timestamp format for 'yyyymmdd' format.

     -with-utc
+    
         Convert the utc system timestamp format for 'yyyymmdd' format.

     -without-atime
+    
         Suppress the atime information. One '-' will be sent.

 **Extended Options**

     -blocks
-    Use number of blocks as size (ignoring the number of bytes)
+    
+        Use number of blocks as size (ignoring the number of bytes)

     -dlmt
+    
         Use special caracter for delimiter fields. The default is space.

     -fork
+    
         Run the explore in background (forked).

     -iobuffer=[size]
+    
         Change iobuffer size. The default is 64k entries per I/O write.

     -mount
+    
         Force same mountpoint, explore cross filesystems. By default the
         ExploreFS will not explore folder and subfolder based mountpoint
         entry. This options enable the cros between different volumes
         (filesystems, etc);

     -osname=[osname]
+    
         The symbolic name for the Name of OS. The default is current host.

         NOTE: This informantion it is only for summary porpuse. no actions
         will be done.

     -server=[servername]
+    
         The symbolic name for the hostname. The default is current host.

         NOTE: This informantion it is only for summary porpuse. no actions
         will be done.

     -system=[systename]
+    
         The symbolic name for the system type. The default is current
         platform class (Windows, Unix, etc).

@@ -98,6 +118,7 @@
         will be done.

     -volid=[volidname]
+    
         The symbolic name for this explore process. The default value is
         [server]:[system]:[volume]

@@ -105,13 +126,16 @@
         will be done.

     -unit=[units]
+    
         Use special unit to convert the size of files. i.e: 'use -unit=1024
         for 1Kbytes'. The default is number of bytes.

     -without-ctlr
+    
         Remove the 'specials caracteres'.

     -with-filemask
+    
         Convert the system fileclass format. Where a=files, d=directories,
         p=special files, l=symbolic links, b=blocks files.

@@ -126,26 +150,33 @@
         complete the process. Use it wisely

     -with-snapshot
+    
         Force explore the snapshot areas. The default is 'do not explore
         ".snapshot"'.

     -with-splited-fid
+    
         Split the directory, filename and filetype for each entry.

     -with-uidname
+    
         Get the real name for the uid/gid (unix format).

     -without-hardlink
+    
         Force map hardlink files. The files will be kept in the report,
         however, an entry will be added as error. See [output].err

     -without-space
+    
         Translate the spaces to '*'.

     -without-subdir
+    
         Do not explore subdirectories.

     -without-symlink
+    
         Disable the map of symlink files and translate for the type of
         destination file. By default the symbolic files are also mapped.
         Disabling the files will be mapped as the source.
@@ -156,16 +187,20 @@
 **Others Options**

     -debug=[level]
-    Debug mode (for support only). The debug will written data on the
-    STDERR (long data).
+    
+        Debug mode (for support only). The debug will written data on the
+        STDERR (long data).

     -description
+    
         Show the module description.

     -help
+    
         This help

     -license
+    
         Show the License Aggreement.

 ENDED
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carlos Celso de Almeida</dc:creator><pubDate>Thu, 29 Dec 2022 17:30:45 -0000</pubDate><guid>https://sourceforge.net45492235561c6a693cf75a7ea1a1a25eea636410</guid></item><item><title>USAGE modified by Carlos Celso de Almeida</title><link>https://sourceforge.net/p/explorefs/wiki/USAGE/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -127,7 +127,7 @@

     -with-snapshot
         Force explore the snapshot areas. The default is 'do not explore
-        ".snapshot".
+        ".snapshot"'.

     -with-splited-fid
         Split the directory, filename and filetype for each entry.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carlos Celso de Almeida</dc:creator><pubDate>Thu, 29 Dec 2022 16:41:10 -0000</pubDate><guid>https://sourceforge.net9b731be6b83f3ec0cb1be77a09da7d618d5ce863</guid></item><item><title>USAGE modified by Carlos Celso de Almeida</title><link>https://sourceforge.net/p/explorefs/wiki/USAGE/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,3 +1,171 @@
 Return [HOME](https://sourceforge.net/p/explorefs/wiki/Home)

+**USAGE**
+
+    ExploreFS -volume=[mount-point] -output=[output-file] [options]
+    or
+    ExploreFS -help | -? | -version | -license | -description
+
+**Options**
+
+    Mandatory Options:
+    
+    -volume=[mount-point]
+    The explore fullpath directory
+
+    -output=[output-file]
+        The list of files mapped on explore process
+
+    Additional Options:
+
+    -date-type=[a|m]
+    Force the range of start/finis time. Use -date-type=a for 'access
+    date', -date-type=m for 'modify date'. This option is required to
+    use the 'date-start|date-finis' option.
+
+    -date-start=[yyyymmdd]|[+/-nnn]
+        The start date to map.
+
+    -date-finis=[yyyymmdd]|[+/-nnn]
+        The finis date to map.
+
+    -ftypes=f1 -ftypes=f2 ...
+        The list of filetype to map on report. Only mapped filetypes will be
+        extracted.
+
+    -ignore-entries
+        List of name (entries only) to be ignored, where entries are list of
+        folders and files names that will be ignored, not explored.
+        Remember: If the entry is a folder, all internals entries will be
+        ignored. i.e.:
+
+         ExploreFS ... -ignore-entries=$RECYCLE.BIN     # Windows removed files
+         ExploreFS ... -ignore-entries=.Trash           # Linux removed files
+
+    -type=[a|d]
+        The type of data. Use type=a for files, type=d for directories. The
+        default is 'all entries'.
+
+    -with-fullpath
+        Force the fullpath for each entries
+
+    -with-timestamp
+        Convert the local system timestamp format for 'yyyymmdd' format.
+
+    -with-utc
+        Convert the utc system timestamp format for 'yyyymmdd' format.
+
+    -without-atime
+        Suppress the atime information. One '-' will be sent.
+
+**Extended Options**
+    
+    -blocks
+    Use number of blocks as size (ignoring the number of bytes)
+
+    -dlmt
+        Use special caracter for delimiter fields. The default is space.
+
+    -fork
+        Run the explore in background (forked).
+
+    -iobuffer=[size]
+        Change iobuffer size. The default is 64k entries per I/O write.
+
+    -mount
+        Force same mountpoint, explore cross filesystems. By default the
+        ExploreFS will not explore folder and subfolder based mountpoint
+        entry. This options enable the cros between different volumes
+        (filesystems, etc);
+
+    -osname=[osname]
+        The symbolic name for the Name of OS. The default is current host.
+
+        NOTE: This informantion it is only for summary porpuse. no actions
+        will be done.
+
+    -server=[servername]
+        The symbolic name for the hostname. The default is current host.
+
+        NOTE: This informantion it is only for summary porpuse. no actions
+        will be done.
+
+    -system=[systename]
+        The symbolic name for the system type. The default is current
+        platform class (Windows, Unix, etc).
+
+        NOTE: This informantion it is only for summary porpuse. no actions
+        will be done.
+
+    -volid=[volidname]
+        The symbolic name for this explore process. The default value is
+        [server]:[system]:[volume]
+
+        NOTE: This informantion it is only for summary porpuse. no actions
+        will be done.
+
+    -unit=[units]
+        Use special unit to convert the size of files. i.e: 'use -unit=1024
+        for 1Kbytes'. The default is number of bytes.
+
+    -without-ctlr
+        Remove the 'specials caracteres'.
+
+    -with-filemask
+        Convert the system fileclass format. Where a=files, d=directories,
+        p=special files, l=symbolic links, b=blocks files.
+
+    -with-md5key
+        Get the md5key for each file. Warning: The access time will be
+        change. Remember: The read datafile will take a long time to
+        complete the process. Use it wisely
+
+    -with-sha256
+        Get the sha256 for each file. Warning: The access time will be
+        change. Remember: The read datafile will take a long time to
+        complete the process. Use it wisely
+
+    -with-snapshot
+        Force explore the snapshot areas. The default is 'do not explore
+        ".snapshot".
+
+    -with-splited-fid
+        Split the directory, filename and filetype for each entry.
+
+    -with-uidname
+        Get the real name for the uid/gid (unix format).
+
+    -without-hardlink
+        Force map hardlink files. The files will be kept in the report,
+        however, an entry will be added as error. See [output].err
+
+    -without-space
+        Translate the spaces to '*'.
+
+    -without-subdir
+        Do not explore subdirectories.
+
+    -without-symlink
+        Disable the map of symlink files and translate for the type of
+        destination file. By default the symbolic files are also mapped.
+        Disabling the files will be mapped as the source.
+
+        CAUTION: Mapping as source, you may get an incorrect volume's
+        allocation size if you sum all the [units] of all files.
+
+**Others Options**
+
+    -debug=[level]
+    Debug mode (for support only). The debug will written data on the
+    STDERR (long data).
+
+    -description
+        Show the module description.
+
+    -help
+        This help
+
+    -license
+        Show the License Aggreement.
+
 ENDED
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carlos Celso de Almeida</dc:creator><pubDate>Thu, 29 Dec 2022 16:40:07 -0000</pubDate><guid>https://sourceforge.netc803e3802b0f558926c42dd7f4c817f3ee5cc0db</guid></item><item><title>USAGE modified by Carlos Celso de Almeida</title><link>https://sourceforge.net/p/explorefs/wiki/USAGE/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Return &lt;a class="" href="https://sourceforge.net/p/explorefs/wiki/Home"&gt;HOME&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;ENDED&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carlos Celso de Almeida</dc:creator><pubDate>Thu, 29 Dec 2022 16:32:45 -0000</pubDate><guid>https://sourceforge.net07a8a322205122363c5c584dd720f5dd344f1d30</guid></item></channel></rss>