diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/tramp.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 176d3a5b1e0..eb0bf743bec 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -1185,9 +1185,6 @@ for accessing the system storage, you shall prefer this. | |||
| 1185 | @ref{GVFS-based methods} for example, methods @option{gdrive} and | 1185 | @ref{GVFS-based methods} for example, methods @option{gdrive} and |
| 1186 | @option{nextcloud}. | 1186 | @option{nextcloud}. |
| 1187 | 1187 | ||
| 1188 | @strong{Note}: The @option{rclone} method is experimental, don't use | ||
| 1189 | it in production systems! | ||
| 1190 | |||
| 1191 | @end table | 1188 | @end table |
| 1192 | 1189 | ||
| 1193 | 1190 | ||
| @@ -1732,6 +1729,7 @@ Convenience method to access vagrant boxes. It is often used in | |||
| 1732 | multi-hop file names like | 1729 | multi-hop file names like |
| 1733 | @file{@value{prefix}vagrant@value{postfixhop}box|sudo@value{postfixhop}box@value{postfix}/path/to/file}, | 1730 | @file{@value{prefix}vagrant@value{postfixhop}box|sudo@value{postfixhop}box@value{postfix}/path/to/file}, |
| 1734 | where @samp{box} is the name of the vagrant box. | 1731 | where @samp{box} is the name of the vagrant box. |
| 1732 | |||
| 1735 | @end table | 1733 | @end table |
| 1736 | 1734 | ||
| 1737 | 1735 | ||
| @@ -2655,6 +2653,9 @@ to direct all auto saves to that location. | |||
| 2655 | @section Protect remote files by encryption | 2653 | @section Protect remote files by encryption |
| 2656 | @cindex Encrypt remote directories | 2654 | @cindex Encrypt remote directories |
| 2657 | 2655 | ||
| 2656 | @strong{Note}: File encryption in @value{tramp} is experimental, don't | ||
| 2657 | use it in production systems! | ||
| 2658 | |||
| 2658 | Sometimes, it is desirable to protect files located on remote | 2659 | Sometimes, it is desirable to protect files located on remote |
| 2659 | directories, like cloud storages. In order to do this, you might | 2660 | directories, like cloud storages. In order to do this, you might |
| 2660 | instruct @value{tramp} to encrypt all files copied to a given remote | 2661 | instruct @value{tramp} to encrypt all files copied to a given remote |