From a9deed01d113b9f0c24afe8f39db3f440f1dfe3c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 19 Mar 2018 14:01:24 -0400 Subject: Initial commit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. + -- cgit