A read-only tag-filesystem overlay for hierarchical filesystems
The Fuse::TagLayer bundle consists of the backend module Fuse::TagLayer, which you probably want to use through the taglayer mounting script:
taglayer <real directory> <tag directory mountpoint>
Fuse::TagLayer offers all the tags found in one subdir/volume as a tag-based file-system at the mountpoint you specify, currently read-only. This is in addition to the real filesystem which is considered to be 'canonical' - with the tag-file-system being just another "layer" to access these files (thus the name).
Please note:
This here is only a short github placeholder README. More information about how to use the mounting script taglayer and the Fuse::TagLayer module can be found in the POD embedded in the source code. So, please hop over to cpan for canonical the documentation.
via CPAN (official releases):
sudo cpan -i Fuse::TagLayer
from command-line (latest changes, if any):
wget https://github.com/clipland/fuse-taglayer/archive/master.tar.gz
tar xvf master.tar.gz
cd fuse-taglayer-master
perl Makefile.PL
make
make test
sudo make install
Clipland for
Micropolis GmbH, micropolis.com
Copyright 2024 Micropolis GmbH. All rights reserved.
Copyright 2012-2013 Clipland GmbH. All rights reserved.
This library is free software, dual-licensed under GPLv3/AL2. You can redistribute it and/or modify it under the same terms as Perl itself.