Bug 11152 - Feature Request: Cache Filelist
Summary: Feature Request: Cache Filelist
Status: NEW
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.1.1
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-11 12:41 UTC by Andre Bruce
Modified: 2015-03-12 12:57 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Bruce 2015-03-11 12:41:39 UTC
Making it simple:

--cache=FILENAME -> Enable cache. Cache, for the local folder, will be stored/read from FILENAME


So, with --cache, instead of browsing through local files/folders, rsync would rely on the cache stored at FILENAME (or, if it doesn't exist, rsync would generate it)

Without --cache, rsync would ignore reading/generating a cache and just work as usual.


Mirror and backup servers are wasting a lot of IO when browsing through files/folders that will just be changed by rsync. Caching would be perfect. While browsing mailing list and google, I've found some of people looking for this feature.

Thanks!
Comment 1 Andre Bruce 2015-03-12 12:57:50 UTC
I believe that I can get our company to make a donation/contribution, using paypal, to have this feature (or, if you prefer, we may contribute with server hardware which is not in use anymore). If there is any developer available, please let me know.