mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 01:47:24 +00:00
Minor adjustments to fuse docs
This commit is contained in:
parent
fc12c7eec5
commit
f3d5029cb7
@ -46,9 +46,9 @@ We are also building it for some NAS systems, please check your provider's App S
|
||||
The major features are
|
||||
* Move files around inside your MEGA account or between MEGA and your PC using command line tools.
|
||||
* Use those same commands in scripts to manage your files.
|
||||
* Set up synchronization or a backup schedule between a folder on your machine, and a folder on your MEGA account. (use the [`sync`](#sync) or [`backup`](#backup) commands)
|
||||
* Set up WebDAV access to files in your MEGA account (use the [`webdav`](#webdav) command)
|
||||
* (linux only) Set up FUSE mount point to seemlesly files in your MEGA account (use the [`fuse-add`](#fuse-add) command)
|
||||
* Set up synchronization or a backup schedule between a folder on your machine, and a folder on your MEGA account. (use the [`sync`](#sync) or [`backup`](#backup) commands).
|
||||
* Set up WebDAV access to files in your MEGA account (use the [`webdav`](#webdav) command).
|
||||
* [Linux only] Set up a FUSE mount point to seamlessly access files in your MEGA account (use the [`fuse-add`](#fuse-add) command).
|
||||
|
||||
See our Help Centre pages for the basics of getting started, and friendly examples of common usages with plenty of pictures: https://mega.nz/help
|
||||
|
||||
|
@ -6,7 +6,7 @@ Configuring a FUSE mount will let you access your MEGA files as if they were loc
|
||||
Note: this functionality is in beta, and only supported on Linux.
|
||||
|
||||
## Local cache
|
||||
MEGAcmd will use a cache to place files while working with mount points. This cache will be used to store both files downloaded from MEGA, and files being uploaded to MEGA. It will be created automatically in `$HOME/.megaCmd/fuse-cache` for Linux and macOS, and `%LOCALAPPDATA%\MEGAcmd\.megaCmd\fuse-cache` for Windows.
|
||||
MEGAcmd will use a cache to place files while working with mount points. This cache will be used to store both files downloaded from MEGA, and files being uploaded to MEGA. It will be created automatically in `$HOME/.megaCmd/fuse-cache`.
|
||||
|
||||
Bear in mind that this cache is fundamental to be able to work with FUSE mounts. Cache files are removed automatically. Restarting the MEGAcmd Server may help reduce the space used by the cache.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user