about summary refs log tree commit homepage
path: root/Documentation/dtas-archive.pod
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-07-03 00:43:07 +0000
committerEric Wong <e@80x24.org>2023-07-03 02:06:54 +0000
commit25f05d318b48d235ae9886e29ce1ff677fb3d36f (patch)
tree95fdff40d674b20bbb4cf544bea4f112c7be6f99 /Documentation/dtas-archive.pod
parent02d3d1856fb9d9d41cf1711b9ad877b520a721e6 (diff)
downloaddtas-25f05d318b48d235ae9886e29ce1ff677fb3d36f.tar.gz
Sometimes I only want to archive files matching a certain regexp pattern.
Diffstat (limited to 'Documentation/dtas-archive.pod')
-rw-r--r--Documentation/dtas-archive.pod11
1 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/dtas-archive.pod b/Documentation/dtas-archive.pod
index 157ea70..50237e8 100644
--- a/Documentation/dtas-archive.pod
+++ b/Documentation/dtas-archive.pod
@@ -52,11 +52,20 @@ Continue after error
 
 Number of times to repeat the L<sndfile-cmp(1)> check.  Default: 1
 
+=item -m, --match REGEX
+
+Only archive files matching a given Ruby (or Perl-compatible) regular
+expression.  The regular expression is implementation-dependent and
+using the Perl-compatible subset of Ruby regexps is recommended as dtas
+will be moving away from Ruby at some point.
+
+Added for dtas v0.22.0
+
 =back
 
 =head1 COPYRIGHT
 
-Copyright 2013-2020 all contributors L<mailto:dtas-all@nongnu.org>
+Copyright all contributors L<mailto:dtas-all@nongnu.org>
 
 License: GPL-3.0+ L<https://www.gnu.org/licenses/gpl-3.0.txt>