Diff for /embedaddon/rsync/support/files-to-excludes between versions 1.1.1.1 and 1.1.1.2

version 1.1.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.

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>