Don't rely on timestamps to sort revisions - the clock can go backwards due to time sync. Instead, use a monotonically increasing natural number as the revision ID. Old revision example: private.img@2018-01-02-03T04:05:06Z (ignored now) New revision example: private.img.123@2018-01-02-03T04:05:06Z |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| file.py | ||
| kernels.py | ||
| lvm.py | ||
| README.md | ||
| reflink.py | ||
WNI File storage
Before v3.1 there existed a draft wni storage. You can find it in the git history
(it was in /core/storage directory, now gone)