Autotier Versions Save

A passthrough FUSE filesystem that intelligently moves files between storage tiers based on frequency of use, file age, and tier fullness.

v1.0.0-beta

3 years ago

Major rewrite of autotier filesystem.

v0.7.2-beta

3 years ago

More robust and standard command line options and arguments

v0.7.1-beta

3 years ago

New implementation as FUSE filesystem.

v0.6.3-beta

4 years ago

Added a check for whether or not a file is open by another process before moving.

v0.6.2-beta

4 years ago

Removed slow, unneeded hash check of file after copying, greatly increasing speed Added error handling for copying files between tiers Added mutex file lock to ensure two instances of autotier won't move the same files (one lock file per config)

v0.6.1-beta

4 years ago

Added calculation of a popularity score to base file sorting on. Added a daemon running mode where popularity is continuously calculated.

v0.6.0-beta

4 years ago

Added command line tools for viewing info and pinning/unpinning files

v0.5-beta

4 years ago

Completely redesigned software architecture.

v0.4-beta

4 years ago

Now has priority based file movement, file pinning to specific tiers, and min and max watermarks. Removed expiry time for tiers.

v0.3-beta

4 years ago

added global config options