keysync
keysync copied to clipboard
Support names for enforce_filesystem
Right now if you want to enforce tmpfs, you have to write something like:
filesystem_type: 16914836
That's weird and hard to read. We should have a map of string names.
Also we should have better error reporting when a filesystem is unexpected, to aid in debugging.
Also we should check before starting the sync, not that it really matters, but it'll make it fail slightly faster & without unneeded network traffi.