Download List

Project Description

gcp (Goffi's CoPier) is a command line file copying tool, loosely inspired by cp, but with high level functionality like a progress indicator, the ability to continue copying multiple files even when there is a problem with one of them, and the use of a journal to track successful copying. File names can be fixed to ensure compatibility with the target filesystem. If you launch a copy operation when another is already running, the files are added to the first queue to avoid hard drive thrashing. You can keep track of files you have copied, and re-copy them later. gcp is approximately option-compatible with cp.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-06-20 23:26
0.1.3

Exit status was fixed. The manpage was updated. The gcp DIR1 DIR2 syntax was fixed. Tests were added.
Tags: Minor

2011-06-17 00:03
0.1.2

A man page was added. os.stat precision was fixed. Symbolic links are skipped. Miscellaneous bugs were fixed.
Tags: Minor

2010-10-01 19:15
0.1.1

The "gcp FILE FILE_DEST" syntax is now handled. Failures are shown at the end of the copy operation. Bad files and journal closure after skipping an existent file was fixed. A Unicode error when sending a source path via dbus (from an second instance) was fixed.
Tags: Minor

2010-09-30 20:27
0.1

First public release.
Tags: Major

Project Resources