mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:41:44 +08:00
docs: remove manually set dates and use git dates instead
This commit is contained in:
parent
1635b37ff1
commit
e62c032184
|
@ -33,7 +33,6 @@ type frontmatter struct {
|
|||
}
|
||||
|
||||
var frontmatterTemplate = template.Must(template.New("frontmatter").Parse(`---
|
||||
date: {{ .Date }}
|
||||
title: "{{ .Title }}"
|
||||
description: "{{ .Description }}"
|
||||
slug: {{ .Slug }}
|
||||
|
@ -70,8 +69,7 @@ rclone.org website.`,
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
flagsHelp := strings.Replace(buf.String(), "YYYY-MM-DD", now, -1)
|
||||
err = ioutil.WriteFile(filepath.Join(root, "flags.md"), []byte(flagsHelp), 0777)
|
||||
err = ioutil.WriteFile(filepath.Join(root, "flags.md"), buf.Bytes(), 0777)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
@ -245,7 +245,6 @@ Use "rclone help backends" for a list of supported services.
|
|||
var docFlagsTemplate = `---
|
||||
title: "Global Flags"
|
||||
description: "Rclone Global Flags"
|
||||
date: "YYYY-MM-DD"
|
||||
---
|
||||
|
||||
# Global Flags
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: "Rclone"
|
||||
description: "Rclone syncs your files to cloud storage: Google Drive, S3, Swift, Dropbox, Google Cloud Storage, Azure, Box and many more."
|
||||
type: page
|
||||
date: "2020-05-16"
|
||||
---
|
||||
|
||||
# Rclone syncs your files to cloud storage
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Alias"
|
||||
description: "Remote Aliases"
|
||||
date: "2018-01-30"
|
||||
---
|
||||
|
||||
{{< icon "fa fa-link" >}} Alias
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Amazon Drive"
|
||||
description: "Rclone docs for Amazon Drive"
|
||||
date: "2017-06-10"
|
||||
---
|
||||
|
||||
{{< icon "fab fa-amazon" >}} Amazon Drive
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Authors"
|
||||
description: "Rclone Authors and Contributors"
|
||||
date: "2016-11-02"
|
||||
---
|
||||
|
||||
Authors
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Microsoft Azure Blob Storage"
|
||||
description: "Rclone docs for Microsoft Azure Blob Storage"
|
||||
date: "2017-07-30"
|
||||
---
|
||||
|
||||
{{< icon "fab fa-windows" >}} Microsoft Azure Blob Storage
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "B2"
|
||||
description: "Backblaze B2"
|
||||
date: "2016-10-25"
|
||||
---
|
||||
|
||||
{{< icon "fa fa-fire" >}} Backblaze B2
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Box"
|
||||
description: "Rclone docs for Box"
|
||||
date: "2015-10-14"
|
||||
---
|
||||
|
||||
{{< icon "fa fa-archive" >}} Box
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Bugs"
|
||||
description: "Rclone Bugs and Limitations"
|
||||
date: "2019-08-04"
|
||||
---
|
||||
|
||||
# Bugs and Limitations
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Cache"
|
||||
description: "Rclone docs for cache remote"
|
||||
date: "2017-09-03"
|
||||
---
|
||||
|
||||
{{< icon "fa fa-archive" >}} Cache (BETA)
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Documentation"
|
||||
description: "Rclone Changelog"
|
||||
date: "2020-05-27"
|
||||
---
|
||||
|
||||
# Changelog
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Chunker"
|
||||
description: "Split-chunking overlay remote"
|
||||
date: "2019-08-30"
|
||||
---
|
||||
|
||||
{{< icon "fa fa-cut" >}}Chunker (BETA)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone"
|
||||
description: "Show help for rclone commands, flags and backends."
|
||||
slug: rclone
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone about"
|
||||
description: "Get quota information from the remote."
|
||||
slug: rclone_about
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone authorize"
|
||||
description: "Remote authorization."
|
||||
slug: rclone_authorize
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone backend"
|
||||
description: "Run a backend specific command."
|
||||
slug: rclone_backend
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone cat"
|
||||
description: "Concatenates any files and sends them to stdout."
|
||||
slug: rclone_cat
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone check"
|
||||
description: "Checks the files in the source and destination match."
|
||||
slug: rclone_check
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone cleanup"
|
||||
description: "Clean up the remote if possible"
|
||||
slug: rclone_cleanup
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone config"
|
||||
description: "Enter an interactive configuration session."
|
||||
slug: rclone_config
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone config create"
|
||||
description: "Create a new remote with name, type and options."
|
||||
slug: rclone_config_create
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone config delete"
|
||||
description: "Delete an existing remote `name`."
|
||||
slug: rclone_config_delete
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone config disconnect"
|
||||
description: "Disconnects user from remote"
|
||||
slug: rclone_config_disconnect
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone config dump"
|
||||
description: "Dump the config file as JSON."
|
||||
slug: rclone_config_dump
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone config edit"
|
||||
description: "Enter an interactive configuration session."
|
||||
slug: rclone_config_edit
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone config file"
|
||||
description: "Show path of configuration file in use."
|
||||
slug: rclone_config_file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone config password"
|
||||
description: "Update password in an existing remote."
|
||||
slug: rclone_config_password
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone config providers"
|
||||
description: "List in JSON format all the providers and options."
|
||||
slug: rclone_config_providers
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone config reconnect"
|
||||
description: "Re-authenticates user with remote."
|
||||
slug: rclone_config_reconnect
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone config show"
|
||||
description: "Print (decrypted) config file, or the config for a single remote."
|
||||
slug: rclone_config_show
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone config update"
|
||||
description: "Update options in an existing remote."
|
||||
slug: rclone_config_update
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone config userinfo"
|
||||
description: "Prints info about logged in user of remote."
|
||||
slug: rclone_config_userinfo
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone copy"
|
||||
description: "Copy files from source to dest, skipping already copied"
|
||||
slug: rclone_copy
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone copyto"
|
||||
description: "Copy files from source to dest, skipping already copied"
|
||||
slug: rclone_copyto
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone copyurl"
|
||||
description: "Copy url content to dest."
|
||||
slug: rclone_copyurl
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone cryptcheck"
|
||||
description: "Cryptcheck checks the integrity of a crypted remote."
|
||||
slug: rclone_cryptcheck
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone cryptdecode"
|
||||
description: "Cryptdecode returns unencrypted file names."
|
||||
slug: rclone_cryptdecode
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone dedupe"
|
||||
description: "Interactively find duplicate files and delete/rename them."
|
||||
slug: rclone_dedupe
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone delete"
|
||||
description: "Remove the contents of path."
|
||||
slug: rclone_delete
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone deletefile"
|
||||
description: "Remove a single file from remote."
|
||||
slug: rclone_deletefile
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone genautocomplete"
|
||||
description: "Output completion script for a given shell."
|
||||
slug: rclone_genautocomplete
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone genautocomplete bash"
|
||||
description: "Output bash completion script for rclone."
|
||||
slug: rclone_genautocomplete_bash
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone genautocomplete fish"
|
||||
description: "Output fish completion script for rclone."
|
||||
slug: rclone_genautocomplete_fish
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone genautocomplete zsh"
|
||||
description: "Output zsh completion script for rclone."
|
||||
slug: rclone_genautocomplete_zsh
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone gendocs"
|
||||
description: "Output markdown docs for rclone to the directory supplied."
|
||||
slug: rclone_gendocs
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone hashsum"
|
||||
description: "Produces a hashsum file for all the objects in the path."
|
||||
slug: rclone_hashsum
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone link"
|
||||
description: "Generate public link to file/folder."
|
||||
slug: rclone_link
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone listremotes"
|
||||
description: "List all the remotes in the config file."
|
||||
slug: rclone_listremotes
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone ls"
|
||||
description: "List the objects in the path with size and path."
|
||||
slug: rclone_ls
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone lsd"
|
||||
description: "List all directories/containers/buckets in the path."
|
||||
slug: rclone_lsd
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone lsf"
|
||||
description: "List directories and objects in remote:path formatted for parsing"
|
||||
slug: rclone_lsf
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone lsjson"
|
||||
description: "List directories and objects in the path in JSON format."
|
||||
slug: rclone_lsjson
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone lsl"
|
||||
description: "List the objects in path with modification time, size and path."
|
||||
slug: rclone_lsl
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone md5sum"
|
||||
description: "Produces an md5sum file for all the objects in the path."
|
||||
slug: rclone_md5sum
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone mkdir"
|
||||
description: "Make the path if it doesn't already exist."
|
||||
slug: rclone_mkdir
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone mount"
|
||||
description: "Mount the remote as file system on a mountpoint."
|
||||
slug: rclone_mount
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone move"
|
||||
description: "Move files from source to dest."
|
||||
slug: rclone_move
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone moveto"
|
||||
description: "Move file or directory from source to dest."
|
||||
slug: rclone_moveto
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone ncdu"
|
||||
description: "Explore a remote with a text based user interface."
|
||||
slug: rclone_ncdu
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone obscure"
|
||||
description: "Obscure password for use in the rclone.conf"
|
||||
slug: rclone_obscure
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone purge"
|
||||
description: "Remove the path and all of its contents."
|
||||
slug: rclone_purge
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone rc"
|
||||
description: "Run a command against a running rclone."
|
||||
slug: rclone_rc
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone rcat"
|
||||
description: "Copies standard input to file on remote."
|
||||
slug: rclone_rcat
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone rcd"
|
||||
description: "Run rclone listening to remote control commands only."
|
||||
slug: rclone_rcd
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone rmdir"
|
||||
description: "Remove the path if empty."
|
||||
slug: rclone_rmdir
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone rmdirs"
|
||||
description: "Remove empty directories under the path."
|
||||
slug: rclone_rmdirs
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone serve"
|
||||
description: "Serve a remote over a protocol."
|
||||
slug: rclone_serve
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone serve dlna"
|
||||
description: "Serve remote:path over DLNA"
|
||||
slug: rclone_serve_dlna
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone serve ftp"
|
||||
description: "Serve remote:path over FTP."
|
||||
slug: rclone_serve_ftp
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone serve http"
|
||||
description: "Serve the remote over HTTP."
|
||||
slug: rclone_serve_http
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone serve restic"
|
||||
description: "Serve the remote for restic's REST API."
|
||||
slug: rclone_serve_restic
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone serve sftp"
|
||||
description: "Serve the remote over SFTP."
|
||||
slug: rclone_serve_sftp
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone serve webdav"
|
||||
description: "Serve remote:path over webdav."
|
||||
slug: rclone_serve_webdav
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone settier"
|
||||
description: "Changes storage class/tier of objects in remote."
|
||||
slug: rclone_settier
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone sha1sum"
|
||||
description: "Produces an sha1sum file for all the objects in the path."
|
||||
slug: rclone_sha1sum
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone size"
|
||||
description: "Prints the total size and number of objects in remote:path."
|
||||
slug: rclone_size
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone sync"
|
||||
description: "Make source and dest identical, modifying destination only."
|
||||
slug: rclone_sync
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone touch"
|
||||
description: "Create new file or change file modification time."
|
||||
slug: rclone_touch
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone tree"
|
||||
description: "List the contents of the remote in a tree like fashion."
|
||||
slug: rclone_tree
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
date: 2020-05-27T16:09:49+01:00
|
||||
title: "rclone version"
|
||||
description: "Show the version number."
|
||||
slug: rclone_version
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Contact"
|
||||
description: "Contact the rclone project"
|
||||
date: "2014-04-26"
|
||||
---
|
||||
|
||||
# Contact the rclone project #
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Crypt"
|
||||
description: "Encryption overlay remote"
|
||||
date: "2016-07-28"
|
||||
---
|
||||
|
||||
{{< icon "fa fa-lock" >}}Crypt
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Documentation"
|
||||
description: "Rclone Usage"
|
||||
date: "2019-02-25"
|
||||
---
|
||||
|
||||
Configure
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: "Donations"
|
||||
description: "Donations to the rclone project."
|
||||
type: page
|
||||
date: "2020-05-15"
|
||||
---
|
||||
|
||||
# {{< icon "fa fa-heart heart" >}} Donations to the rclone project
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: "Rclone downloads"
|
||||
description: "Download rclone binaries for your OS."
|
||||
type: page
|
||||
date: "2017-07-22"
|
||||
---
|
||||
|
||||
Rclone Download {{< version >}}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Google drive"
|
||||
description: "Rclone docs for Google drive"
|
||||
date: "2016-04-12"
|
||||
---
|
||||
|
||||
{{< icon "fab fa-google" >}} Google Drive
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Dropbox"
|
||||
description: "Rclone docs for Dropbox"
|
||||
date: "2020-03-18"
|
||||
---
|
||||
|
||||
{{< icon "fab fa-dropbox" >}} Dropbox
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "FAQ"
|
||||
description: "Rclone Frequently Asked Questions"
|
||||
date: "2015-08-27"
|
||||
---
|
||||
|
||||
Frequently Asked Questions
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "1Fichier"
|
||||
description: "Rclone docs for 1Fichier"
|
||||
date: "2015-10-14"
|
||||
---
|
||||
|
||||
{{< icon "fa fa-archive" >}} 1Fichier
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Filtering"
|
||||
description: "Filtering, includes and excludes"
|
||||
date: "2016-02-09"
|
||||
---
|
||||
|
||||
# Filtering, includes and excludes #
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Global Flags"
|
||||
description: "Rclone Global Flags"
|
||||
date: "2020-05-27T16:09:49+01:00"
|
||||
---
|
||||
|
||||
# Global Flags
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "FTP"
|
||||
description: "Rclone docs for FTP backend"
|
||||
date: "2017-01-01"
|
||||
---
|
||||
|
||||
{{< icon "fa fa-file" >}} FTP
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Google Cloud Storage"
|
||||
description: "Rclone docs for Google Cloud Storage"
|
||||
date: "2017-07-18"
|
||||
---
|
||||
|
||||
{{< icon "fab fa-google" >}} Google Cloud Storage
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Google Photos"
|
||||
description: "Rclone docs for Google Photos"
|
||||
date: "2019-06-25"
|
||||
---
|
||||
|
||||
{{< icon "fa fa-images" >}} Google Photos
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "GUI"
|
||||
description: "Web based Graphical User Interface"
|
||||
date: "2019-08-25"
|
||||
---
|
||||
|
||||
# GUI (Experimental)
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "HTTP Remote"
|
||||
description: "Read only remote for HTTP servers"
|
||||
date: "2017-06-19"
|
||||
---
|
||||
|
||||
{{< icon "fa fa-globe" >}} HTTP
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Hubic"
|
||||
description: "Rclone docs for Hubic"
|
||||
date: "2016-05-27"
|
||||
---
|
||||
|
||||
{{< icon "fa fa-space-shuttle" >}} Hubic
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Install"
|
||||
description: "Rclone Installation"
|
||||
date: "2018-08-28"
|
||||
---
|
||||
|
||||
# Install #
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Jottacloud"
|
||||
description: "Rclone docs for Jottacloud"
|
||||
date: "2018-08-07"
|
||||
---
|
||||
|
||||
{{< icon "fa fa-cloud" >}} Jottacloud
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user