Back to Rclone

Optional Features Table

docs/layouts/shortcodes/optional-features-table.html

1.74.0990 B
Original Source
NamePurgeCopyMoveDirMoveCleanUpListRStreamUploadMultithreadUploadLinkSharingAboutEmptyDir
{{ range sort hugo.Data.backends "name" "asc" }} {{ if .virtual }}{{ continue }} {{ end }}[{{ .name }}](/{{%20.backend%20%20urlize%20}}){{ partial "bool.html" (in .features "Purge") }}{{ partial "bool.html" (in .features "Copy") }}{{ partial "bool.html" (in .features "Move") }}{{ partial "bool.html" (in .features "DirMove") }}{{ partial "bool.html" (in .features "CleanUp") }}{{ partial "bool.html" (in .features "ListR") }}{{ partial "bool.html" (in .features "PutStream") }}{{ partial "bool.html" (or (in .features "OpenChunkWriter") (in .features "OpenWriterAt")) }}{{ partial "bool.html" (in .features "PublicLink") }}
{{ end }}