goanysync
goanysync copied to clipboard
reduced RAM usage: buffering only writes (ssd mode)
If reading from disk is not much of an issue, the RAM usage could be reduced by using a union filesystem mount (e.g. http://aufs.sourceforge.net) to keep changes in RAM and only save them to SSD on unmount/shutdown (e.g. with aubrsync).