Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gavincarr/extract
Utility for periodically copying selected data from a remote machine.
https://github.com/gavincarr/extract
Last synced: 28 days ago
JSON representation
Utility for periodically copying selected data from a remote machine.
- Host: GitHub
- URL: https://github.com/gavincarr/extract
- Owner: gavincarr
- License: gpl-3.0
- Created: 2012-05-09T02:31:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-26T02:08:17.000Z (about 12 years ago)
- Last Synced: 2023-03-11T08:12:40.865Z (over 1 year ago)
- Language: Perl
- Size: 180 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Extract
=======extract is a utility for copying a set of files off one or more remote
hosts into a set of local host trees. It's implemented using rsync.extract requires the list of files to extract to be available either
locally or on the remote machine. I typically use
[rpm-find-changes](http://ofn.me/rfc) to generate a list of files to
extract on remote RedHat/CentOS machines.Setup
-----RPMs for RedHat/CentOS 5/6 are available from http://ofn.me/ofrepo.
Or you can run from a git checkout, as follows:
```shell
git clone https://github.com/gavincarr/extract/
cd extract
cp conf/extract.conf.dist conf/extract.conf
$EDITOR conf/extract.conf
extract -c conf/extract.conf -v
```See the config file (and `perldoc bin/extract`) for documentation.
Author and Licence
------------------Copyright 2007-2012 Gavin Carr .
extract is licensed under the terms of the GNU General Public Licence
Version 3. See the COPYING file for details.