Skip to content

Commit

Permalink
Documented the -F flag (thanks @Segflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoytech committed Apr 9, 2017
1 parent ce0df56 commit 714c52d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vmtouch.pod
Expand Up @@ -60,6 +60,10 @@ Page mode. Maps the portion of the file specified by a range instead of the enti

Follow symbolic links. With this option, vmtouch will descend into symbolic links that point to directories and will touch regular files pointed to by symbolic links. Symbolic link loops are detected and issue warnings.

=item -F

During the crawl, don't recurse into directories that have separate filesystems mounted on them. This is handy to avoid accidentally touching other filesystems that have been mounted underneath your target directory.

=item -i <pattern>

Can be specified multiple times. Ignores files and directories that match any of the provided patterns. The pattern may include wildcards (remember to escape them from your shell). This option stops the crawl, so can be used to ignore directories and all their contents. Example: vmtouch -i .git -i '*.bak' .
Expand Down

0 comments on commit 714c52d

Please sign in to comment.