slackbuilds_ponce/misc/gcp
Erik Hanson a9f5e5ba03 misc/gcp: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-26 23:35:13 -05:00
..
gcp.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
gcp.SlackBuild misc/gcp: Script clean-up, new DOWNLOAD link. 2012-01-05 07:04:15 -06:00
README misc/gcp: Fixed dep info 2012-08-26 23:35:13 -05:00
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00

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