Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News unionfs-fuse 0.19 (Default branch) Post 302200247 by Linux Bot on Wednesday 28th of May 2008 09:40:07 PM
Old 05-28-2008
unionfs-fuse 0.19 (Default branch)

unionfs-fuse is an effort to create a userlandunionfs implementation that is way more flexible than the current in-kernel based unionfs solution.License: BSD License (revised)Changes:
This release has a lot of new functionality, including copy-on-write.Image

More...
 
bup-fuse(1)						      General Commands Manual						       bup-fuse(1)

NAME
bup-fuse - mount a bup repository as a filesystem SYNOPSIS
bup fuse [-d] [-f] [-o] <mountpoint> DESCRIPTION
bup fuse opens a bup repository and exports it as a fuse(7) userspace filesystem. This feature is only available on systems (such as Linux) which support FUSE. WARNING: bup fuse is still experimental and does not enforce any file permissions! All files will be readable by all users. When you're done accessing the mounted fuse filesystem, you should unmount it with umount(8). OPTIONS
-d, --debug run in the foreground and print FUSE debug information for each request. -f, --foreground run in the foreground and exit only when the filesystem is unmounted. -o, --allow-other permit other users to access the filesystem. Necessary for exporting the filesystem via Samba, for example. EXAMPLE
rm -rf /tmp/buptest mkdir /tmp/buptest sudo bup fuse -d /tmp/buptest ls /tmp/buptest/*/latest ... umount /tmp/buptest SEE ALSO
fuse(7), fusermount(1), bup-ls(1), bup-ftp(1), bup-restore(1), bup-web(1) BUP
Part of the bup(1) suite. AUTHORS
Avery Pennarun <apenwarr@gmail.com>. Bup unknown- bup-fuse(1)
All times are GMT -4. The time now is 12:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy