From b01476403a26d8dda9c523bfa3ebc789db33bf73 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 26 Mar 2024 20:04:52 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : 00978700664d4ddb2aa6bc36e1e6041f6895e2dd Branch : md-outputs Author : GitHub Actions Time : 2024-03-26 20:04:41 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : c345de564728aa9d6a7d7e90d2381d7d9f80ad7d Branch : main Author : Jamie Jamison Time : 2024-03-26 20:03:42 +0000 Message : edit config episode, add another image --- 404.html | 2 +- CODE_OF_CONDUCT.html | 2 +- LICENSE.html | 2 +- aio.html | 29 +++++++++++++++++------- configure-rclone.html | 32 ++++++++++++++++++--------- copy-or-sync.html | 2 +- creating-connections.html | 6 ++--- getting-help.html | 2 +- images.html | 8 +++++-- index.html | 2 +- instructor-notes.html | 13 ++++++----- instructor/404.html | 2 +- instructor/CODE_OF_CONDUCT.html | 2 +- instructor/LICENSE.html | 2 +- instructor/aio.html | 29 +++++++++++++++++------- instructor/configure-rclone.html | 32 ++++++++++++++++++--------- instructor/copy-or-sync.html | 2 +- instructor/creating-connections.html | 6 ++--- instructor/getting-help.html | 2 +- instructor/images.html | 8 +++++-- instructor/index.html | 4 ++-- instructor/instructor-notes.html | 15 +++++++------ instructor/introduction.html | 8 +++---- instructor/key-points.html | 4 ++-- instructor/moving-files.html | 2 +- instructor/profiles.html | 2 +- instructor/reference.html | 2 +- instructor/setup.html | 2 +- introduction.html | 8 +++---- key-points.html | 4 ++-- md5sum.txt | 4 ++-- moving-files.html | 2 +- pkgdown.yml | 2 +- profiles.html | 2 +- rclone-config-interactive.JPG | Bin 0 -> 50657 bytes reference.html | 2 +- setup.html | 2 +- 37 files changed, 155 insertions(+), 95 deletions(-) create mode 100644 rclone-config-interactive.JPG diff --git a/404.html b/404.html index c5fe88f..54b9323 100644 --- a/404.html +++ b/404.html @@ -160,7 +160,7 @@

diff --git a/CODE_OF_CONDUCT.html b/CODE_OF_CONDUCT.html index 8c3e45c..90b30e9 100644 --- a/CODE_OF_CONDUCT.html +++ b/CODE_OF_CONDUCT.html @@ -156,7 +156,7 @@

diff --git a/LICENSE.html b/LICENSE.html index 371c7be..d172ce1 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -156,7 +156,7 @@

diff --git a/aio.html b/aio.html index 75cb3b7..46feffc 100644 --- a/aio.html +++ b/aio.html @@ -193,7 +193,7 @@

@@ -366,7 +366,7 @@

Challenge 1: What can you do with Rclone?
-

{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE)

-

Configuring rclone: config command to enter interactive setup +

rclone config command: enter an interactive setup


Enter an interactive configuration session where you can setup new @@ -427,15 +426,29 @@

Key Points
syntax: rclone config [flags]
-
rclone config 
-
rclone config
rclone config
+
rclone config edit
rclone config edit

-

Reference +

rclone command flags +

+
+

There are numerous command flags but these three are especially worth +remembering:

+
    +
  • +-n, –dry-run Do a trial run with no permanent +changes
  • +
  • +-i, –interactive Enable interactive mode
  • +
  • +-v, –verbose count Print lots more stuff (repeat +for more) - useful when debugging
  • +

Reference


https://rclone.org/commands/rclone_config/

+

https://rclone.org/flags/#important

Introduction to Rclone: Configuring Rclone