summaryrefslogtreecommitdiffstats
path: root/misc/gcp/README
diff options
context:
space:
mode:
author Chris Abela <kristofru@gmail.com>2011-10-21 15:04:39 -0200
committer Niels Horn <niels.horn@slackbuilds.org>2011-10-21 15:59:22 -0200
commit008170dda60dfca27329802260398cd997f9abca (patch)
tree418163e810fc1b9b9c760e63ad64c6e038d25325 /misc/gcp/README
parent9034e05f4e08af3be1f451e8974d79e24a57cb40 (diff)
downloadslackbuilds-008170dda60dfca27329802260398cd997f9abca.tar.gz
slackbuilds-008170dda60dfca27329802260398cd997f9abca.tar.xz
misc/gcp: Added (file copy tool)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'misc/gcp/README')
-rw-r--r--misc/gcp/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/gcp/README b/misc/gcp/README
new file mode 100644
index 0000000000..586ba2ae4b
--- /dev/null
+++ b/misc/gcp/README
@@ -0,0 +1,18 @@
+gcp is a file copy tool, freely inspired from cp, but with a few high-level
+functionalities such as:
+
+* transfer progression indication
+* continuous copying on error (skip to next file)
+* copy status logging: gcp logs all its actions so that it is possible to
+ know which files have been successfuly copied
+* name mangling to handle target filesystem limitations (for example
+ deletion of incompatible characters "*" or "?" on FAT)
+* forced copy serialization: process all copy requests sequentially in
+ order to avoid useless moves of the hard disk head
+* transfer lists management: you can save a list of files you copied and
+ copy them again later from that list (useful for example when copying
+ several times the same tracks to multiple friends)
+* command-line interface similar to that of cp
+
+This requires distribute, and progressbar is a recommended optional runtime
+dependency, or you will not get the progression indication.