Releases: yar229/WebDavMailRuCloud
Releases · yar229/WebDavMailRuCloud
1.13.1.1
1.13.1.0
1.13.0.5
1.13.0.2
- #210 Using cloud deduplication (if the same file already in cloud there's no need to physically upload it again)
Edit wdmrc.config
:
<Deduplicate>
<!-- Path for disk file cache -->
<Disk Path = "d:\Temp\WDMRC_Cache" />
<!--
Cache: on disk or inmemory file caching
Target: path with filename in cloud, .NET regular expression
MinSize: minimum file size
MaxSize: maximum file size
-->
<Rules>
<!-- cache any path/file contains "EUREKA" in disk cache-->
<Rule Cache="Disk" Target = "EUREKA" MinSize = "0" MaxSize = "0" />
<!-- small files less than 15000000 bytes will be cached in memory -->
<Rule Cache="Memory" Target = "" MinSize = "0" MaxSize = "15000000" />
<!-- files larger than 15000000 bytes will be cached on disk -->
<Rule Cache="Disk" Target = "" MinSize = "15000000" MaxSize = "0" />
</Rules>
</Deduplicate>
Then run with --use-deduplicate
command line key.
Feedback is desirable.
Changes:
1.12.2.2
1.12.1.2
1.12.1.0
1.12.0.0
Released hasher.exe utility to calculate cloud hash for local files
Hasher.exe usage
--files (Group: sources) Filename(s)/wildcard(s) separated by space
--lists (Group: sources) Text files with wildcards/filenames separated by space
--protocol (Default: WebM1Bin) Cloud protocol to determine hasher
-r, --recursive (Default: false) Perform recursive directories scan
--help Display this help screen.
--version Display version information.