diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-03-19 14:01:24 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-03-19 14:01:24 -0400 |
commit | a9deed01d113b9f0c24afe8f39db3f440f1dfe3c (patch) | |
tree | 82aff1e99164f021f27b497a23e4d0ea74f5e7ac /README.md | |
download | pipeline-backup-a9deed01d113b9f0c24afe8f39db3f440f1dfe3c.tar.gz |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f46a8f8 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# pipeline_backup + +Scans the current directory, or named directory, for files matching a pattern. If a valid spec file is found, it will download each component package into a path relative to its URL base. + +Where `http://example.com/channel/main/linux-64/package.tar.bz2` becomes `destination/main/linux-64/package.tar.bz2` on the local filesystem. + |