Return to files-to-excludes CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / support |
version 1.1, 2012/02/17 15:09:30 | version 1.1.1.2, 2021/03/17 00:32:36 |
---|---|
Line 1 | Line 1 |
#!/usr/bin/perl | #!/usr/bin/env perl |
# This script takes an input of filenames and outputs a set of | # This script takes an input of filenames and outputs a set of |
# include/exclude directives that can be used by rsync to copy | # include/exclude directives that can be used by rsync to copy |
# just the indicated files using an --exclude-from=FILE option. | # just the indicated files using an --exclude-from=FILE option. |