[readme] Added
This commit is contained in:
parent
16af5cb333
commit
1b0d1ebdbf
1 changed files with 13 additions and 0 deletions
13
README.org
Normal file
13
README.org
Normal file
|
@ -0,0 +1,13 @@
|
|||
* s3thorp
|
||||
|
||||
Synchronisation of files with S3 using the hash of the file contents.
|
||||
|
||||
Based on Alex Kudlick's JavaScript implementation [[https://github.com/akud/aws-s3-sync-by-hash][aws-s3-sync-by-hash]].
|
||||
|
||||
The normal ~aws s3 sync ...~ command only uses the time stamp of files
|
||||
to decide what files need to be copied. This utility looks at the md5
|
||||
hash of the file contents.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue