docs: remove manually set dates and use git dates instead

This commit is contained in:
Nick Craig-Wood 2020-06-01 13:04:41 +01:00
parent 1635b37ff1
commit e62c032184
126 changed files with 1 additions and 128 deletions

View File

@ -33,7 +33,6 @@ type frontmatter struct {
} }
var frontmatterTemplate = template.Must(template.New("frontmatter").Parse(`--- var frontmatterTemplate = template.Must(template.New("frontmatter").Parse(`---
date: {{ .Date }}
title: "{{ .Title }}" title: "{{ .Title }}"
description: "{{ .Description }}" description: "{{ .Description }}"
slug: {{ .Slug }} slug: {{ .Slug }}
@ -70,8 +69,7 @@ rclone.org website.`,
if err != nil { if err != nil {
return err return err
} }
flagsHelp := strings.Replace(buf.String(), "YYYY-MM-DD", now, -1) err = ioutil.WriteFile(filepath.Join(root, "flags.md"), buf.Bytes(), 0777)
err = ioutil.WriteFile(filepath.Join(root, "flags.md"), []byte(flagsHelp), 0777)
if err != nil { if err != nil {
return err return err
} }

View File

@ -245,7 +245,6 @@ Use "rclone help backends" for a list of supported services.
var docFlagsTemplate = `--- var docFlagsTemplate = `---
title: "Global Flags" title: "Global Flags"
description: "Rclone Global Flags" description: "Rclone Global Flags"
date: "YYYY-MM-DD"
--- ---
# Global Flags # Global Flags

View File

@ -2,7 +2,6 @@
title: "Rclone" title: "Rclone"
description: "Rclone syncs your files to cloud storage: Google Drive, S3, Swift, Dropbox, Google Cloud Storage, Azure, Box and many more." description: "Rclone syncs your files to cloud storage: Google Drive, S3, Swift, Dropbox, Google Cloud Storage, Azure, Box and many more."
type: page type: page
date: "2020-05-16"
--- ---
# Rclone syncs your files to cloud storage # Rclone syncs your files to cloud storage

View File

@ -1,7 +1,6 @@
--- ---
title: "Alias" title: "Alias"
description: "Remote Aliases" description: "Remote Aliases"
date: "2018-01-30"
--- ---
{{< icon "fa fa-link" >}} Alias {{< icon "fa fa-link" >}} Alias

View File

@ -1,7 +1,6 @@
--- ---
title: "Amazon Drive" title: "Amazon Drive"
description: "Rclone docs for Amazon Drive" description: "Rclone docs for Amazon Drive"
date: "2017-06-10"
--- ---
{{< icon "fab fa-amazon" >}} Amazon Drive {{< icon "fab fa-amazon" >}} Amazon Drive

View File

@ -1,7 +1,6 @@
--- ---
title: "Authors" title: "Authors"
description: "Rclone Authors and Contributors" description: "Rclone Authors and Contributors"
date: "2016-11-02"
--- ---
Authors Authors

View File

@ -1,7 +1,6 @@
--- ---
title: "Microsoft Azure Blob Storage" title: "Microsoft Azure Blob Storage"
description: "Rclone docs for Microsoft Azure Blob Storage" description: "Rclone docs for Microsoft Azure Blob Storage"
date: "2017-07-30"
--- ---
{{< icon "fab fa-windows" >}} Microsoft Azure Blob Storage {{< icon "fab fa-windows" >}} Microsoft Azure Blob Storage

View File

@ -1,7 +1,6 @@
--- ---
title: "B2" title: "B2"
description: "Backblaze B2" description: "Backblaze B2"
date: "2016-10-25"
--- ---
{{< icon "fa fa-fire" >}} Backblaze B2 {{< icon "fa fa-fire" >}} Backblaze B2

View File

@ -1,7 +1,6 @@
--- ---
title: "Box" title: "Box"
description: "Rclone docs for Box" description: "Rclone docs for Box"
date: "2015-10-14"
--- ---
{{< icon "fa fa-archive" >}} Box {{< icon "fa fa-archive" >}} Box

View File

@ -1,7 +1,6 @@
--- ---
title: "Bugs" title: "Bugs"
description: "Rclone Bugs and Limitations" description: "Rclone Bugs and Limitations"
date: "2019-08-04"
--- ---
# Bugs and Limitations # Bugs and Limitations

View File

@ -1,7 +1,6 @@
--- ---
title: "Cache" title: "Cache"
description: "Rclone docs for cache remote" description: "Rclone docs for cache remote"
date: "2017-09-03"
--- ---
{{< icon "fa fa-archive" >}} Cache (BETA) {{< icon "fa fa-archive" >}} Cache (BETA)

View File

@ -1,7 +1,6 @@
--- ---
title: "Documentation" title: "Documentation"
description: "Rclone Changelog" description: "Rclone Changelog"
date: "2020-05-27"
--- ---
# Changelog # Changelog

View File

@ -1,7 +1,6 @@
--- ---
title: "Chunker" title: "Chunker"
description: "Split-chunking overlay remote" description: "Split-chunking overlay remote"
date: "2019-08-30"
--- ---
{{< icon "fa fa-cut" >}}Chunker (BETA) {{< icon "fa fa-cut" >}}Chunker (BETA)

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone" title: "rclone"
description: "Show help for rclone commands, flags and backends." description: "Show help for rclone commands, flags and backends."
slug: rclone slug: rclone

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone about" title: "rclone about"
description: "Get quota information from the remote." description: "Get quota information from the remote."
slug: rclone_about slug: rclone_about

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone authorize" title: "rclone authorize"
description: "Remote authorization." description: "Remote authorization."
slug: rclone_authorize slug: rclone_authorize

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone backend" title: "rclone backend"
description: "Run a backend specific command." description: "Run a backend specific command."
slug: rclone_backend slug: rclone_backend

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone cat" title: "rclone cat"
description: "Concatenates any files and sends them to stdout." description: "Concatenates any files and sends them to stdout."
slug: rclone_cat slug: rclone_cat

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone check" title: "rclone check"
description: "Checks the files in the source and destination match." description: "Checks the files in the source and destination match."
slug: rclone_check slug: rclone_check

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone cleanup" title: "rclone cleanup"
description: "Clean up the remote if possible" description: "Clean up the remote if possible"
slug: rclone_cleanup slug: rclone_cleanup

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone config" title: "rclone config"
description: "Enter an interactive configuration session." description: "Enter an interactive configuration session."
slug: rclone_config slug: rclone_config

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone config create" title: "rclone config create"
description: "Create a new remote with name, type and options." description: "Create a new remote with name, type and options."
slug: rclone_config_create slug: rclone_config_create

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone config delete" title: "rclone config delete"
description: "Delete an existing remote `name`." description: "Delete an existing remote `name`."
slug: rclone_config_delete slug: rclone_config_delete

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone config disconnect" title: "rclone config disconnect"
description: "Disconnects user from remote" description: "Disconnects user from remote"
slug: rclone_config_disconnect slug: rclone_config_disconnect

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone config dump" title: "rclone config dump"
description: "Dump the config file as JSON." description: "Dump the config file as JSON."
slug: rclone_config_dump slug: rclone_config_dump

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone config edit" title: "rclone config edit"
description: "Enter an interactive configuration session." description: "Enter an interactive configuration session."
slug: rclone_config_edit slug: rclone_config_edit

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone config file" title: "rclone config file"
description: "Show path of configuration file in use." description: "Show path of configuration file in use."
slug: rclone_config_file slug: rclone_config_file

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone config password" title: "rclone config password"
description: "Update password in an existing remote." description: "Update password in an existing remote."
slug: rclone_config_password slug: rclone_config_password

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone config providers" title: "rclone config providers"
description: "List in JSON format all the providers and options." description: "List in JSON format all the providers and options."
slug: rclone_config_providers slug: rclone_config_providers

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone config reconnect" title: "rclone config reconnect"
description: "Re-authenticates user with remote." description: "Re-authenticates user with remote."
slug: rclone_config_reconnect slug: rclone_config_reconnect

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone config show" title: "rclone config show"
description: "Print (decrypted) config file, or the config for a single remote." description: "Print (decrypted) config file, or the config for a single remote."
slug: rclone_config_show slug: rclone_config_show

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone config update" title: "rclone config update"
description: "Update options in an existing remote." description: "Update options in an existing remote."
slug: rclone_config_update slug: rclone_config_update

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone config userinfo" title: "rclone config userinfo"
description: "Prints info about logged in user of remote." description: "Prints info about logged in user of remote."
slug: rclone_config_userinfo slug: rclone_config_userinfo

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone copy" title: "rclone copy"
description: "Copy files from source to dest, skipping already copied" description: "Copy files from source to dest, skipping already copied"
slug: rclone_copy slug: rclone_copy

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone copyto" title: "rclone copyto"
description: "Copy files from source to dest, skipping already copied" description: "Copy files from source to dest, skipping already copied"
slug: rclone_copyto slug: rclone_copyto

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone copyurl" title: "rclone copyurl"
description: "Copy url content to dest." description: "Copy url content to dest."
slug: rclone_copyurl slug: rclone_copyurl

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone cryptcheck" title: "rclone cryptcheck"
description: "Cryptcheck checks the integrity of a crypted remote." description: "Cryptcheck checks the integrity of a crypted remote."
slug: rclone_cryptcheck slug: rclone_cryptcheck

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone cryptdecode" title: "rclone cryptdecode"
description: "Cryptdecode returns unencrypted file names." description: "Cryptdecode returns unencrypted file names."
slug: rclone_cryptdecode slug: rclone_cryptdecode

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone dedupe" title: "rclone dedupe"
description: "Interactively find duplicate files and delete/rename them." description: "Interactively find duplicate files and delete/rename them."
slug: rclone_dedupe slug: rclone_dedupe

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone delete" title: "rclone delete"
description: "Remove the contents of path." description: "Remove the contents of path."
slug: rclone_delete slug: rclone_delete

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone deletefile" title: "rclone deletefile"
description: "Remove a single file from remote." description: "Remove a single file from remote."
slug: rclone_deletefile slug: rclone_deletefile

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone genautocomplete" title: "rclone genautocomplete"
description: "Output completion script for a given shell." description: "Output completion script for a given shell."
slug: rclone_genautocomplete slug: rclone_genautocomplete

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone genautocomplete bash" title: "rclone genautocomplete bash"
description: "Output bash completion script for rclone." description: "Output bash completion script for rclone."
slug: rclone_genautocomplete_bash slug: rclone_genautocomplete_bash

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone genautocomplete fish" title: "rclone genautocomplete fish"
description: "Output fish completion script for rclone." description: "Output fish completion script for rclone."
slug: rclone_genautocomplete_fish slug: rclone_genautocomplete_fish

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone genautocomplete zsh" title: "rclone genautocomplete zsh"
description: "Output zsh completion script for rclone." description: "Output zsh completion script for rclone."
slug: rclone_genautocomplete_zsh slug: rclone_genautocomplete_zsh

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone gendocs" title: "rclone gendocs"
description: "Output markdown docs for rclone to the directory supplied." description: "Output markdown docs for rclone to the directory supplied."
slug: rclone_gendocs slug: rclone_gendocs

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone hashsum" title: "rclone hashsum"
description: "Produces a hashsum file for all the objects in the path." description: "Produces a hashsum file for all the objects in the path."
slug: rclone_hashsum slug: rclone_hashsum

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone link" title: "rclone link"
description: "Generate public link to file/folder." description: "Generate public link to file/folder."
slug: rclone_link slug: rclone_link

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone listremotes" title: "rclone listremotes"
description: "List all the remotes in the config file." description: "List all the remotes in the config file."
slug: rclone_listremotes slug: rclone_listremotes

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone ls" title: "rclone ls"
description: "List the objects in the path with size and path." description: "List the objects in the path with size and path."
slug: rclone_ls slug: rclone_ls

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone lsd" title: "rclone lsd"
description: "List all directories/containers/buckets in the path." description: "List all directories/containers/buckets in the path."
slug: rclone_lsd slug: rclone_lsd

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone lsf" title: "rclone lsf"
description: "List directories and objects in remote:path formatted for parsing" description: "List directories and objects in remote:path formatted for parsing"
slug: rclone_lsf slug: rclone_lsf

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone lsjson" title: "rclone lsjson"
description: "List directories and objects in the path in JSON format." description: "List directories and objects in the path in JSON format."
slug: rclone_lsjson slug: rclone_lsjson

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone lsl" title: "rclone lsl"
description: "List the objects in path with modification time, size and path." description: "List the objects in path with modification time, size and path."
slug: rclone_lsl slug: rclone_lsl

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone md5sum" title: "rclone md5sum"
description: "Produces an md5sum file for all the objects in the path." description: "Produces an md5sum file for all the objects in the path."
slug: rclone_md5sum slug: rclone_md5sum

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone mkdir" title: "rclone mkdir"
description: "Make the path if it doesn't already exist." description: "Make the path if it doesn't already exist."
slug: rclone_mkdir slug: rclone_mkdir

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone mount" title: "rclone mount"
description: "Mount the remote as file system on a mountpoint." description: "Mount the remote as file system on a mountpoint."
slug: rclone_mount slug: rclone_mount

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone move" title: "rclone move"
description: "Move files from source to dest." description: "Move files from source to dest."
slug: rclone_move slug: rclone_move

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone moveto" title: "rclone moveto"
description: "Move file or directory from source to dest." description: "Move file or directory from source to dest."
slug: rclone_moveto slug: rclone_moveto

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone ncdu" title: "rclone ncdu"
description: "Explore a remote with a text based user interface." description: "Explore a remote with a text based user interface."
slug: rclone_ncdu slug: rclone_ncdu

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone obscure" title: "rclone obscure"
description: "Obscure password for use in the rclone.conf" description: "Obscure password for use in the rclone.conf"
slug: rclone_obscure slug: rclone_obscure

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone purge" title: "rclone purge"
description: "Remove the path and all of its contents." description: "Remove the path and all of its contents."
slug: rclone_purge slug: rclone_purge

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone rc" title: "rclone rc"
description: "Run a command against a running rclone." description: "Run a command against a running rclone."
slug: rclone_rc slug: rclone_rc

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone rcat" title: "rclone rcat"
description: "Copies standard input to file on remote." description: "Copies standard input to file on remote."
slug: rclone_rcat slug: rclone_rcat

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone rcd" title: "rclone rcd"
description: "Run rclone listening to remote control commands only." description: "Run rclone listening to remote control commands only."
slug: rclone_rcd slug: rclone_rcd

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone rmdir" title: "rclone rmdir"
description: "Remove the path if empty." description: "Remove the path if empty."
slug: rclone_rmdir slug: rclone_rmdir

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone rmdirs" title: "rclone rmdirs"
description: "Remove empty directories under the path." description: "Remove empty directories under the path."
slug: rclone_rmdirs slug: rclone_rmdirs

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone serve" title: "rclone serve"
description: "Serve a remote over a protocol." description: "Serve a remote over a protocol."
slug: rclone_serve slug: rclone_serve

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone serve dlna" title: "rclone serve dlna"
description: "Serve remote:path over DLNA" description: "Serve remote:path over DLNA"
slug: rclone_serve_dlna slug: rclone_serve_dlna

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone serve ftp" title: "rclone serve ftp"
description: "Serve remote:path over FTP." description: "Serve remote:path over FTP."
slug: rclone_serve_ftp slug: rclone_serve_ftp

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone serve http" title: "rclone serve http"
description: "Serve the remote over HTTP." description: "Serve the remote over HTTP."
slug: rclone_serve_http slug: rclone_serve_http

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone serve restic" title: "rclone serve restic"
description: "Serve the remote for restic's REST API." description: "Serve the remote for restic's REST API."
slug: rclone_serve_restic slug: rclone_serve_restic

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone serve sftp" title: "rclone serve sftp"
description: "Serve the remote over SFTP." description: "Serve the remote over SFTP."
slug: rclone_serve_sftp slug: rclone_serve_sftp

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone serve webdav" title: "rclone serve webdav"
description: "Serve remote:path over webdav." description: "Serve remote:path over webdav."
slug: rclone_serve_webdav slug: rclone_serve_webdav

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone settier" title: "rclone settier"
description: "Changes storage class/tier of objects in remote." description: "Changes storage class/tier of objects in remote."
slug: rclone_settier slug: rclone_settier

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone sha1sum" title: "rclone sha1sum"
description: "Produces an sha1sum file for all the objects in the path." description: "Produces an sha1sum file for all the objects in the path."
slug: rclone_sha1sum slug: rclone_sha1sum

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone size" title: "rclone size"
description: "Prints the total size and number of objects in remote:path." description: "Prints the total size and number of objects in remote:path."
slug: rclone_size slug: rclone_size

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone sync" title: "rclone sync"
description: "Make source and dest identical, modifying destination only." description: "Make source and dest identical, modifying destination only."
slug: rclone_sync slug: rclone_sync

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone touch" title: "rclone touch"
description: "Create new file or change file modification time." description: "Create new file or change file modification time."
slug: rclone_touch slug: rclone_touch

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone tree" title: "rclone tree"
description: "List the contents of the remote in a tree like fashion." description: "List the contents of the remote in a tree like fashion."
slug: rclone_tree slug: rclone_tree

View File

@ -1,5 +1,4 @@
--- ---
date: 2020-05-27T16:09:49+01:00
title: "rclone version" title: "rclone version"
description: "Show the version number." description: "Show the version number."
slug: rclone_version slug: rclone_version

View File

@ -1,7 +1,6 @@
--- ---
title: "Contact" title: "Contact"
description: "Contact the rclone project" description: "Contact the rclone project"
date: "2014-04-26"
--- ---
# Contact the rclone project # # Contact the rclone project #

View File

@ -1,7 +1,6 @@
--- ---
title: "Crypt" title: "Crypt"
description: "Encryption overlay remote" description: "Encryption overlay remote"
date: "2016-07-28"
--- ---
{{< icon "fa fa-lock" >}}Crypt {{< icon "fa fa-lock" >}}Crypt

View File

@ -1,7 +1,6 @@
--- ---
title: "Documentation" title: "Documentation"
description: "Rclone Usage" description: "Rclone Usage"
date: "2019-02-25"
--- ---
Configure Configure

View File

@ -2,7 +2,6 @@
title: "Donations" title: "Donations"
description: "Donations to the rclone project." description: "Donations to the rclone project."
type: page type: page
date: "2020-05-15"
--- ---
# {{< icon "fa fa-heart heart" >}} Donations to the rclone project # {{< icon "fa fa-heart heart" >}} Donations to the rclone project

View File

@ -2,7 +2,6 @@
title: "Rclone downloads" title: "Rclone downloads"
description: "Download rclone binaries for your OS." description: "Download rclone binaries for your OS."
type: page type: page
date: "2017-07-22"
--- ---
Rclone Download {{< version >}} Rclone Download {{< version >}}

View File

@ -1,7 +1,6 @@
--- ---
title: "Google drive" title: "Google drive"
description: "Rclone docs for Google drive" description: "Rclone docs for Google drive"
date: "2016-04-12"
--- ---
{{< icon "fab fa-google" >}} Google Drive {{< icon "fab fa-google" >}} Google Drive

View File

@ -1,7 +1,6 @@
--- ---
title: "Dropbox" title: "Dropbox"
description: "Rclone docs for Dropbox" description: "Rclone docs for Dropbox"
date: "2020-03-18"
--- ---
{{< icon "fab fa-dropbox" >}} Dropbox {{< icon "fab fa-dropbox" >}} Dropbox

View File

@ -1,7 +1,6 @@
--- ---
title: "FAQ" title: "FAQ"
description: "Rclone Frequently Asked Questions" description: "Rclone Frequently Asked Questions"
date: "2015-08-27"
--- ---
Frequently Asked Questions Frequently Asked Questions

View File

@ -1,7 +1,6 @@
--- ---
title: "1Fichier" title: "1Fichier"
description: "Rclone docs for 1Fichier" description: "Rclone docs for 1Fichier"
date: "2015-10-14"
--- ---
{{< icon "fa fa-archive" >}} 1Fichier {{< icon "fa fa-archive" >}} 1Fichier

View File

@ -1,7 +1,6 @@
--- ---
title: "Filtering" title: "Filtering"
description: "Filtering, includes and excludes" description: "Filtering, includes and excludes"
date: "2016-02-09"
--- ---
# Filtering, includes and excludes # # Filtering, includes and excludes #

View File

@ -1,7 +1,6 @@
--- ---
title: "Global Flags" title: "Global Flags"
description: "Rclone Global Flags" description: "Rclone Global Flags"
date: "2020-05-27T16:09:49+01:00"
--- ---
# Global Flags # Global Flags

View File

@ -1,7 +1,6 @@
--- ---
title: "FTP" title: "FTP"
description: "Rclone docs for FTP backend" description: "Rclone docs for FTP backend"
date: "2017-01-01"
--- ---
{{< icon "fa fa-file" >}} FTP {{< icon "fa fa-file" >}} FTP

View File

@ -1,7 +1,6 @@
--- ---
title: "Google Cloud Storage" title: "Google Cloud Storage"
description: "Rclone docs for Google Cloud Storage" description: "Rclone docs for Google Cloud Storage"
date: "2017-07-18"
--- ---
{{< icon "fab fa-google" >}} Google Cloud Storage {{< icon "fab fa-google" >}} Google Cloud Storage

View File

@ -1,7 +1,6 @@
--- ---
title: "Google Photos" title: "Google Photos"
description: "Rclone docs for Google Photos" description: "Rclone docs for Google Photos"
date: "2019-06-25"
--- ---
{{< icon "fa fa-images" >}} Google Photos {{< icon "fa fa-images" >}} Google Photos

View File

@ -1,7 +1,6 @@
--- ---
title: "GUI" title: "GUI"
description: "Web based Graphical User Interface" description: "Web based Graphical User Interface"
date: "2019-08-25"
--- ---
# GUI (Experimental) # GUI (Experimental)

View File

@ -1,7 +1,6 @@
--- ---
title: "HTTP Remote" title: "HTTP Remote"
description: "Read only remote for HTTP servers" description: "Read only remote for HTTP servers"
date: "2017-06-19"
--- ---
{{< icon "fa fa-globe" >}} HTTP {{< icon "fa fa-globe" >}} HTTP

View File

@ -1,7 +1,6 @@
--- ---
title: "Hubic" title: "Hubic"
description: "Rclone docs for Hubic" description: "Rclone docs for Hubic"
date: "2016-05-27"
--- ---
{{< icon "fa fa-space-shuttle" >}} Hubic {{< icon "fa fa-space-shuttle" >}} Hubic

View File

@ -1,7 +1,6 @@
--- ---
title: "Install" title: "Install"
description: "Rclone Installation" description: "Rclone Installation"
date: "2018-08-28"
--- ---
# Install # # Install #

View File

@ -1,7 +1,6 @@
--- ---
title: "Jottacloud" title: "Jottacloud"
description: "Rclone docs for Jottacloud" description: "Rclone docs for Jottacloud"
date: "2018-08-07"
--- ---
{{< icon "fa fa-cloud" >}} Jottacloud {{< icon "fa fa-cloud" >}} Jottacloud

Some files were not shown because too many files have changed in this diff Show More