diff options
| author | Micah Anderson <micah@riseup.net> | 2007-11-06 21:20:36 +0000 | 
|---|---|---|
| committer | Micah Anderson <micah@riseup.net> | 2007-11-06 21:20:36 +0000 | 
| commit | ea79f006da7c02794a36c1ad7e6ba29b2c4b5d12 (patch) | |
| tree | d389ce2b593aa4583397b966ba1b3ea65e12afe4 /examples | |
| parent | 421c1bb7695c935432b9abf66748d3e6baf1cdba (diff) | |
| download | backupninja-ea79f006da7c02794a36c1ad7e6ba29b2c4b5d12.tar.gz backupninja-ea79f006da7c02794a36c1ad7e6ba29b2c4b5d12.tar.bz2 | |
add example.rsync and updated rsync handler from rhatto
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/Makefile.am b/examples/Makefile.am index 5dfb7c3..8669e86 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,6 +1,6 @@  EXAMPLES = example.dup example.ldap example.makecd example.mysql \ -		example.pgsql example.rdiff example.sh \ +		example.pgsql example.rdiff example.sh example.rsync \  		example.svn example.sys example.trac  EXTRA_DIST = $(EXAMPLES) | 
