From 5e07866c27f255ecf3c7c3b971177c086f1e91c2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 22 Mar 2024 22:47:36 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : 7dd6ebd7e7c07a7aed0c8e0902bd876cf932a9fd Branch : md-outputs Author : GitHub Actions Time : 2024-03-22 22:47:26 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : df4cc1d8ab2469bec2cfe521e58a1d93b9133a89 Branch : main Author : jamie jamison Time : 2024-03-22 22:46:24 +0000 Message : add text to the episode files --- aio.html | 151 +++++++++++++-------------- configure-rclone.html | 28 ++--- copy-or-sync.html | 48 +++++---- creating-connections.html | 26 ++--- getting-help.html | 21 +--- index.html | 6 +- instructor/aio.html | 151 +++++++++++++-------------- instructor/configure-rclone.html | 28 ++--- instructor/copy-or-sync.html | 48 +++++---- instructor/creating-connections.html | 26 ++--- instructor/getting-help.html | 21 +--- instructor/index.html | 6 +- instructor/introduction.html | 8 +- instructor/moving-files.html | 35 +++---- introduction.html | 8 +- md5sum.txt | 12 +-- moving-files.html | 35 +++---- pkgdown.yml | 2 +- 18 files changed, 305 insertions(+), 355 deletions(-) diff --git a/aio.html b/aio.html index 39433a5..f253244 100644 --- a/aio.html +++ b/aio.html @@ -366,7 +366,7 @@

Challenge 1: What can you do with Rclone?


-
-

rclone [command] source:source-folder +
+
rclone [command] source:source-folder destination:destination-folder -
+

List of rclone commands: https://rclone.org/commands/

@@ -411,88 +411,78 @@

Key Points

Content from Configuring Rclone


-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

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

-

R Markdown +

Configuring rclone: config command +

+
+

Enter an interactive configuration session where you can setup new +remotes and manage existing ones. You may also set or remove a password +to protect your configuration.

+
+
syntax: rclone config [flags] +
+
rclone config 
+
+
+

Reference


-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

+

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

Content from Creating Connections


-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

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

-

R Markdown +

Creating a connection

-
-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots +

Reference


-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

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

Content from Moving Files


-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

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

-

R Markdown +

Moving Files


-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots +

Moves the contents of the source directory to the destination +directory. Rclone will error if the source and destination overlap and +the remote does not support a server-side directory move operation.

+

To move single files, use the moveto command instead.

+

##Important Note:## Since this can cause data loss, ##test first with +the –dry-run or the –interactive/-i flag##.

+
+
syntax: rclone move source:path dest:path [flags] +
+
+

Reference: https://rclone.org/commands/rclone_move/


-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

```

+

Content from Getting Help


-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

@@ -541,22 +545,7 @@

Key Points

R Markdown


-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots -

-
-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

put in the syntax for getting help on a command

@@ -267,7 +268,7 @@


Configuring Rclone

-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

@@ -280,16 +281,19 @@

Configuring Rclone

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

-

R Markdown +

Configuring rclone: config command

-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

+

Enter an interactive configuration session where you can setup new +remotes and manage existing ones. You may also set or remove a password +to protect your configuration.

+
+
syntax: rclone config [flags]
+
rclone config 
+
+
+

Reference +

+

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

@@ -281,27 +280,40 @@

copy-or-sync

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

-

R Markdown +

Copy vs Sync

-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots -

-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

Copy Copy files from source to dest, skipping +identical files.

+

Copy the source to the destination. Does not transfer files that are +identical on source and destination, testing by size and modification +time or MD5SUM. Doesn’t delete files from the destination. If you want +to also delete files from destination, to make it match source, use the +sync command instead.

+
+
syntax: rclone copy source:sourcepath dest:destpath
+

Note that it is always the contents of the directory that is synced, +not the directory itself. So when source:path is a directory, it’s the +contents of source:path that are copied, not the directory name and +contents.

+

To copy single files, use the copyto command instead.

+

If dest:path doesn’t exist, it is created and the source:path +contents go there.

+

Sync Make source and dest identical, modifying +destination only.

+

Sync the source to the destination, changing the destination only. +Doesn’t transfer files that are identical on source and destination, +testing by size and modification time or MD5SUM. Destination is updated +to match source, including deleting files if necessary (except duplicate +objects, see below). If you don’t want to delete files from destination, +use the copy command instead.

+
+
+
syntax: rclone sync –interactive SOURCE remote:DESTINATION
+

Creating Connections

-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

@@ -281,23 +281,11 @@

Creating Connections

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

-

R Markdown +

Creating a connection

-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots +

Reference

-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

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

@@ -268,7 +267,7 @@


Getting Help

-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

@@ -283,21 +282,7 @@

Getting Help

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

R Markdown

-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots -

-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

put in the syntax for getting help on a command

Content from Creating Connections


-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

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

-

R Markdown +

Creating a connection

-
-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots +

Reference


-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

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

Content from Moving Files


-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

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

-

R Markdown +

Moving Files


-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots +

Moves the contents of the source directory to the destination +directory. Rclone will error if the source and destination overlap and +the remote does not support a server-side directory move operation.

+

To move single files, use the moveto command instead.

+

##Important Note:## Since this can cause data loss, ##test first with +the –dry-run or the –interactive/-i flag##.

+
+
syntax: rclone move source:path dest:path [flags] +
+
+

Reference: https://rclone.org/commands/rclone_move/


-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

```

+

Content from Getting Help


-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

@@ -546,22 +550,7 @@

Key Points

R Markdown


-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots -

-
-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

put in the syntax for getting help on a command

@@ -267,7 +268,7 @@


Configuring Rclone

-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

@@ -282,16 +283,19 @@

Configuring Rclone

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

-

R Markdown +

Configuring rclone: config command

-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

+

Enter an interactive configuration session where you can setup new +remotes and manage existing ones. You may also set or remove a password +to protect your configuration.

+
+
syntax: rclone config [flags]
+
rclone config 
+
+
+

Reference +

+

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

@@ -283,27 +282,40 @@

copy-or-sync

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

-

R Markdown +

Copy vs Sync

-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots -

-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

Copy Copy files from source to dest, skipping +identical files.

+

Copy the source to the destination. Does not transfer files that are +identical on source and destination, testing by size and modification +time or MD5SUM. Doesn’t delete files from the destination. If you want +to also delete files from destination, to make it match source, use the +sync command instead.

+
+
syntax: rclone copy source:sourcepath dest:destpath
+

Note that it is always the contents of the directory that is synced, +not the directory itself. So when source:path is a directory, it’s the +contents of source:path that are copied, not the directory name and +contents.

+

To copy single files, use the copyto command instead.

+

If dest:path doesn’t exist, it is created and the source:path +contents go there.

+

Sync Make source and dest identical, modifying +destination only.

+

Sync the source to the destination, changing the destination only. +Doesn’t transfer files that are identical on source and destination, +testing by size and modification time or MD5SUM. Destination is updated +to match source, including deleting files if necessary (except duplicate +objects, see below). If you don’t want to delete files from destination, +use the copy command instead.

+
+
+
syntax: rclone sync –interactive SOURCE remote:DESTINATION
+

Creating Connections

-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

@@ -283,23 +283,11 @@

Creating Connections

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

-

R Markdown +

Creating a connection

-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots +

Reference

-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

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

@@ -268,7 +267,7 @@


Getting Help

-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

@@ -285,21 +284,7 @@

Getting Help

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

R Markdown

-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots -

-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

put in the syntax for getting help on a command

@@ -268,7 +268,7 @@


Moving Files

-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

@@ -283,23 +283,20 @@

Moving Files

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

-

R Markdown +

Moving Files

-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots +

Moves the contents of the source directory to the destination +directory. Rclone will error if the source and destination overlap and +the remote does not support a server-side directory move operation.

+

To move single files, use the moveto command instead.

+

##Important Note:## Since this can cause data loss, ##test first with +the –dry-run or the –interactive/-i flag##.

+
+
syntax: rclone move source:path dest:path [flags]
+
+

Reference: https://rclone.org/commands/rclone_move/

-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

```

@@ -268,7 +268,7 @@


Moving Files

-

Last updated on 2024-03-21 | +

Last updated on 2024-03-22 | Edit this page

@@ -281,23 +281,20 @@

Moving Files

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

-

R Markdown +

Moving Files

-

This is an R Markdown document. Markdown is a simple formatting -syntax for authoring HTML, PDF, and MS Word documents. For more details -on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be -generated that includes both content as well as the output of any -embedded R code chunks within the document. You can embed an R code -chunk like this:

-

{r cars} summary(cars)

-

Including Plots +

Moves the contents of the source directory to the destination +directory. Rclone will error if the source and destination overlap and +the remote does not support a server-side directory move operation.

+

To move single files, use the moveto command instead.

+

##Important Note:## Since this can cause data loss, ##test first with +the –dry-run or the –interactive/-i flag##.

+
+
syntax: rclone move source:path dest:path [flags]
+
+

Reference: https://rclone.org/commands/rclone_move/

-

You can also embed plots, for example:

-

{r pressure, echo=FALSE} plot(pressure)

-

Note that the echo = FALSE parameter was added to the -code chunk to prevent printing of the R code that generated the -plot.

+

```