mirror of
https://github.com/rclone/rclone.git
synced 2026-01-05 01:53:14 +00:00
docs: add badge for experimental/beta/deprecated status next to version in backend docs
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
title: "Cache"
|
||||
description: "Rclone docs for cache remote"
|
||||
versionIntroduced: "v1.39"
|
||||
status: Deprecated
|
||||
---
|
||||
|
||||
# {{< icon "fa fa-archive" >}} Cache (DEPRECATED)
|
||||
# {{< icon "fa fa-archive" >}} Cache
|
||||
|
||||
The `cache` remote wraps another existing remote and stores file structure
|
||||
and its data for long running tasks like `rclone mount`.
|
||||
|
||||
@@ -2,9 +2,10 @@
|
||||
title: "Chunker"
|
||||
description: "Split-chunking overlay remote"
|
||||
versionIntroduced: "v1.50.0"
|
||||
status: Beta
|
||||
---
|
||||
|
||||
# {{< icon "fa fa-cut" >}} Chunker (EXPERIMENTAL)
|
||||
# {{< icon "fa fa-cut" >}} Chunker
|
||||
|
||||
The `chunker` overlay transparently splits large files into smaller chunks
|
||||
during upload to wrapped remote and transparently assembles them back
|
||||
|
||||
@@ -2,9 +2,10 @@
|
||||
title: "Compress"
|
||||
description: "Compression Remote"
|
||||
versionIntroduced: "v1.54.0"
|
||||
status: Experimental
|
||||
---
|
||||
|
||||
# {{< icon "fas fa-compress" >}} Compress (EXPERIMENTAL)
|
||||
# {{< icon "fas fa-compress" >}} Compress
|
||||
|
||||
## Warning
|
||||
|
||||
|
||||
@@ -2,9 +2,10 @@
|
||||
title: "Hasher"
|
||||
description: "Better checksums for other remotes"
|
||||
versionIntroduced: "v1.57.0"
|
||||
status: Experimental
|
||||
---
|
||||
|
||||
# {{< icon "fa fa-check-double" >}} Hasher (EXPERIMENTAL)
|
||||
# {{< icon "fa fa-check-double" >}} Hasher
|
||||
|
||||
Hasher is a special overlay backend to create remotes which handle
|
||||
checksums for other remotes. It's main functions include:
|
||||
|
||||
Reference in New Issue
Block a user