Mercurial > gcp
diff README @ 24:154fe67bae72
Journal double-entry check + unicode source_path fix + typo
- journal now fail assertion when trying to write log whitout entry created, or when trying to create 2 entries without closing the first one
- unicode source_path are now fixed: there was a decoding error when trying to add an unicode source_path from a second instance of gcp
- small typo in --help page
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 30 Sep 2010 15:49:16 +0800 |
parents | 30104ca340e2 |
children | 1912ace37f32 |
line wrap: on
line diff
--- a/README Tue Sep 28 18:14:43 2010 +0800 +++ b/README Thu Sep 30 15:49:16 2010 +0800 @@ -25,7 +25,7 @@ gcp is a file copier, loosely inspired from cp, but with high level functionalities like: - progression indicator - gcp continue copying even when there is an issue: he just skip the file with problem, and go on - - journalization: gcp write what he is doing, this allow to know which files where effectively copied + - journalization: gcp write what he is doing, this allow to know which files were effectively copied - fixing names to be compatible with the target filesystem (e.g. removing incompatible chars like "?" or "*" on vfat) - if you launch a copy when an other is already running, the files are added to the first queue, this avoid your hard drive to move its read/write head all the time - files saving: you can keep track of files you have copied, and re-copy them later (useful when, for example, you always copy some free music to all your friends).