machfs/machfs
Elliot Nunn d2a0fc36ff Fail or warn about unsyncable files
Filenames that MacOS sees as ending with .rdump or .idump are reserved
for resource fork and Finder info dumps. They are ignored on the HFS
side and complained about on the local side. This also applies to files
named underscore (_), which are reserved for directory Finder info.

Dotfiles are ignored on both sides (but warned about on the HFS side) to
make some modern tooling invisible to the MacOS.
2019-01-12 19:38:40 +08:00
..
__init__.py Allow a folder to be synced to/from disk 2018-12-09 15:20:59 +08:00
bitmanip.py Throw clear out-of-space and bad-name exceptions 2018-10-23 17:51:37 +08:00
btree.py Fix bug in B*-tree size calculation 2018-10-14 16:30:32 +08:00
directory.py Fail or warn about unsyncable files 2019-01-12 19:38:40 +08:00
main.py Display correct minimum disk size 2019-01-12 18:32:58 +08:00