Changes for page Přenos souborů pomocí RCLONE
Last modified by Jan LOŠŤÁK on 2023/03/23 14:00
From version 13.1
edited by Jan LOŠŤÁK
on 2023/03/23 14:00
on 2023/03/23 14:00
Change comment:
There is no comment for this version
To version 2.1
edited by Jan LOŠŤÁK
on 2022/06/01 18:13
on 2022/06/01 18:13
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - PřenossouborůpomocíRCLONE1 +Using rclone to copy files in ownCloud - Content
-
... ... @@ -1,245 +1,132 @@ 1 - Tento návoddemonstrujepřipojenídocloudovéhouložištěpomocíprogramuRCLONE.1 +(% style="color: rgb(0,0,0);" %)In this example you will find how to copy large files or folders to or from your owncloud account. 2 2 3 -Př ipojení docloudového uložištěpomocí**RCLONE**jemožnéna **MAC,LinuxaWindows**.3 +== {{id name="PřenossouborůpomocíRCLONE-Installrclone"/}}(% style="color: rgb(128,0,0);" %)Install rclone(%%) == 4 4 5 -Podrobná dokumentace k RCLONE [[zde>>url:https://rclone.org/docs/||shape="rect"]]. 6 6 7 -== {{id name="PřenossouborůpomocíRCLONE-InstalaceRCLONE"/}}Instalace RCLONE == 8 - 9 -==== {{id name="PřenossouborůpomocíRCLONE-LinuxCentOS/RHEL"/}}Linux CentOS/RHEL ==== 10 - 11 -(% class="code" %) 12 -((( 13 -(% class="language-sh" %){{code language="none"}}yum install -y rclone 14 -{{/code}} 15 -))) 16 - 17 -==== {{id name="PřenossouborůpomocíRCLONE-LinuxUbuntu/Debian"/}}Linux Ubuntu/Debian ==== 18 - 19 -(% class="language-sh" %){{code language="none"}}apt install -y rclone{{/code}} 20 - 21 -==== {{id name="PřenossouborůpomocíRCLONE-Windows"/}}Windows ==== 22 - 23 -[[https:~~/~~/rclone.org/install/#windows>>url:https://rclone.org/install/#windows||shape="rect"]] 24 - 25 -== {{id name="PřenossouborůpomocíRCLONE-Nastavenípřipojenídocloudovéhouložiště"/}}Nastavení připojení do cloudového uložiště == 26 - 27 -(% class="tw-data-text tw-text-large tw-ta" %) 28 -=== {{id name="PřenossouborůpomocíRCLONE-Nejprvepotřebujemeotevřítprůvodcekonfiguracípřikazem:"/}}(% class="Y2IQFc" lang="cs" %)Nejprve potřebujeme otevřít průvodce konfigurací přikazem:(%%) === 29 - 30 -(% class="code" %) 31 -((( 32 -rclone config 33 -))) 34 - 35 -=== {{id name="PřenossouborůpomocíRCLONE-Potévprůvodcikonfiguracívytvořtenovývzdálenýkoncovýbod:"/}}(% style="color: rgb(32,33,36);" %)Poté v průvodci konfigurací vytvořte nový vzdálený koncový bod(%%)**:** === 36 - 37 -(% class="code" %) 38 -((( 39 -(% class="language-sh" %){{code language="none"}}No remotes found - make a new one 40 -n) New remote 41 -s) Set configuration password 42 -q) Quit config 43 -n/s/q> n 44 -{{/code}} 45 -))) 46 - 47 -=== {{id name="PřenossouborůpomocíRCLONE-Zadejtenázevvašehokoncovéhobodu:"/}}(% style="color: rgb(32,33,36);" %)**Zadejte název vašeho koncového bodu**(%%)**:** === 48 - 49 -(% class="code" %) 50 -((( 51 -(% class="language-sh" %){{code language="none"}}name> myowncloud 52 -{{/code}} 53 -))) 54 - 55 -Choose type of storage: 56 - 57 -(% class="code" %) 58 -((( 59 -(% class="language-sh" %){{code language="none"}}Type of storage to configure. 60 -Choose a number from below, or type in your own value 61 -.. 62 -37 / Webdav 63 - \ "webdav" 64 -.. 65 -Storage> webdav 66 -{{/code}} 67 -))) 68 - 69 -(% class="tw-data-text tw-text-large tw-ta" %) 70 -=== {{id name="PřenossouborůpomocíRCLONE-ZadejteadresuURLserverucloudovéhouložiště:"/}}(% class="Y2IQFc" lang="cs" %)Zadejte adresu URL serveru cloudového uložiště:(%%) === 71 - 72 -(% class="code" %) 73 -((( 74 -(% class="language-sh" %){{code language="none"}}** See help for webdav backend at: https://rclone.org/webdav/ ** 75 - 76 -URL of http host to connect to 77 -Enter a string value. Press Enter for the default (""). 78 -Choose a number from below, or type in your own value 79 - 1 / Connect to example.com 80 - \ "https://example.com" 81 -url> https://privatecloud.imtm.cz/remote.php/dav/files/<YOUR_USERNAME>/ 82 -{{/code}} 83 -))) 84 - 85 -=== {{id name="PřenossouborůpomocíRCLONE-Zadejtetypslužbywebdav:"/}}**Zadejte typ služby webdav:** === 86 - 87 -(% class="code" %) 88 -((( 89 -(% class="language-sh" %){{code language="none"}}Name of the Webdav site/service/software you are using 90 -Enter a string value. Press Enter for the default (""). 91 -Choose a number from below, or type in your own value 92 - 1 / Nextcloud 93 - \ "nextcloud" 94 - 2 / Owncloud 95 - \ "owncloud" 96 - 3 / Sharepoint Online, authenticated by Microsoft account. 97 - \ "sharepoint" 98 - 4 / Sharepoint with NTLM authentication. Usually self-hosted or on-premises. 99 - \ "sharepoint-ntlm" 100 - 5 / Other site/service or software 101 - \ "other" 102 -vendor> owncloud 103 -{{/code}} 104 -))) 105 - 106 -=== {{id name="PřenossouborůpomocíRCLONE-Vložtesvojepřihlašovacíjméno:"/}}(% style="color: rgb(32,33,36);" %)**Vložte svoje přihlašovací jméno**(%%)**:** === 107 - 108 -(% class="code" %) 109 -((( 110 -(% class="language-sh" %){{code language="none"}}User name. In case NTLM authentication is used, the username should be in the format 'Domain\User'. 111 -Enter a string value. Press Enter for the default (""). 112 -user> <YOUR_USERNAME> 113 -{{/code}} 114 -))) 115 - 116 -=== {{id name="PřenossouborůpomocíRCLONE-Zadejtevašeheslo:"/}}(% style="color: rgb(32,33,36);" %)**Zadejte vaše heslo**(%%)**:** === 117 - 118 -(% class="code" %) 119 -((( 120 -(% class="language-sh" %){{code language="none"}}Password. 121 -y) Yes type in my own password 122 -g) Generate random password 123 -n) No leave this optional password blank (default) 124 -y/g/n> y 125 -Enter the password: 126 -password: 127 -Confirm the password: 128 -password: 129 -Bearer token instead of user/pass (e.g. a Macaroon) 130 -Enter a string value. Press Enter for the default (""). 131 -bearer_token> 132 -Edit advanced config? (y/n) 133 -y) Yes 134 -n) No (default) 135 -y/n> n 136 -{{/code}} 137 -))) 138 - 139 -=== {{id name="PřenossouborůpomocíRCLONE-Potvrďteshrnutíkonfigurace:"/}}(% style="color: rgb(32,33,36);" %)**Potvrďte shrnutí konfigurace**(%%)**:** === 140 - 141 -(% class="code" %) 142 -((( 143 -(% class="language-sh" %){{code language="none"}}Remote config 144 --------------------- 145 -[myowncloud] 146 -type = webdav 147 -url = https://privatecloud.imtm.cz/remote.php/dav/files/<YOUR_USERNAME>/ 148 -vendor = owncloud 149 -user = <YOUR_USERNAME> 150 -pass = *** ENCRYPTED *** 151 --------------------- 152 -y) Yes this is OK (default) 153 -e) Edit this remote 154 -d) Delete this remote 155 -y/e/d> y 156 -{{/code}} 157 -))) 158 - 159 -=== {{id name="PřenossouborůpomocíRCLONE-Pokudjevšenakonfigurováno,vašekonfiguracerclonebymělavypadattakto:"/}}(% style="color: rgb(32,33,36);" %)**Pokud je vše nakonfigurováno, vaše konfigurace rclone by měla vypadat takto**(%%)**:** === 160 - 161 -(% class="code" %) 162 -((( 163 -(% class="language-sh" %){{code language="none"}}Current remotes: 164 - 165 -Name Type 166 -==== ==== 167 -myowncloud webdav 168 - 169 -e) Edit existing remote 170 -n) New remote 171 -d) Delete remote 172 -r) Rename remote 173 -c) Copy remote 174 -s) Set configuration password 175 -q) Quit config 176 -e/n/d/r/c/s/q> q 177 -{{/code}} 178 -))) 179 - 180 -== {{id name="PřenossouborůpomocíRCLONE-Přenossouborůasložek"/}}Přenos souborů a složek == 181 - 182 -=== {{id name="PřenossouborůpomocíRCLONE-Kopírovánísložekdocloudovéhouložiště"/}}Kopírování složek do cloudového uložiště === 183 - 184 -(% class="code" %) 185 -((( 186 -(% class="language-sh" %){{code language="none"}}rclone copy --progress /backup myowncloud:/backup 187 -{{/code}} 188 -))) 189 - 190 -=== {{id name="PřenossouborůpomocíRCLONE-Kopírovánísložekzcloudovéhouložiště"/}}Kopírování složek z cloudového uložiště === 191 - 192 -(% class="code" %) 193 -((( 194 -(% class="language-sh" %){{code language="none"}}rclone copy --progress myowncloud:/backup /backup{{/code}} 195 -))) 196 - 197 -=== {{id name="PřenossouborůpomocíRCLONE-Kopírovánísouborůdocloudovéhouložiště"/}}Kopírování souborů do cloudového uložiště === 198 - 199 -(% class="code" %) 200 -((( 201 -(% class="language-sh" %){{code language="none"}}rclone copy --progress /myfile.tar myowncloud:/backup 202 -{{/code}} 203 -))) 204 - 205 -=== {{id name="PřenossouborůpomocíRCLONE-Kopírovánísouborůzcloudovéhouložiště"/}}Kopírování souborů z cloudového uložiště === 206 - 207 -(% class="language-sh" %)##rclone copy ~-~-progress [[myowncloud:/backup/myfile.tar>>url:http://myowncloud/backup/myfile.tar||shape="rect"]] myfile.tar## 208 - 209 -== {{id name="PřenossouborůpomocíRCLONE-Přesouvánísouborůasložekvrámcicloudovéhouložiště"/}}Přesouvání souborů a složek v rámci cloudového uložiště == 210 - 211 -=== {{id name="PřenossouborůpomocíRCLONE-Přesunutíjednohosouboru"/}}Přesunutí jednoho souboru === 212 - 213 -(% class="code" %) 214 -((( 215 -(% class="language-sh" %)##rclone moveto ~-~-progress [[myowncloud:>>url:http://myowncloud/backup/myfile.tar||shape="rect"]]/myfile.zip [[myowncloud:/newlocation/>>url:http://myowncloud/newlocation/folder/||shape="rect"]]myfile.zip## 216 -))) 217 - 218 -=== {{id name="PřenossouborůpomocíRCLONE-Přesunutísložky"/}}Přesunutí složky === 219 - 220 -(% class="language-sh" %)##rclone move ~-~-progress [[myowncloud:>>url:http://myowncloud/backup/myfile.tar||shape="rect"]]/folder/ myowncloud:/newlocation/folder/## 221 - 222 -== {{id name="PřenossouborůpomocíRCLONE-Kontrolnísoučet"/}}Kontrolní součet == 223 - 224 -=== {{id name="PřenossouborůpomocíRCLONE-Kontrolnísoučetsouboru"/}}Kontrolní součet souboru === 225 - 226 -(% class="code" %) 227 -((( 228 -(% class="language-sh" %){{code language="none"}}rclone copy --progress myowncloud:/backup/myfile.tar /myfile.tar 229 -{{/code}} 230 -))) 231 - 232 -=== {{id name="PřenossouborůpomocíRCLONE-Kontrolnísoučetsložky"/}}Kontrolní součet složky === 233 - 234 -(% class="code" %) 235 -((( 236 -(% class="language-sh" %){{code language="none"}}rclone copy --progress myowncloud:/backup /backup 237 -{{/code}} 238 -))) 239 - 240 -(% class="code" %) 241 -((( 242 -\\ 243 -))) 244 - 245 -\\ 6 +\\\\(% style="color: rgb(128,0,0);" %)~#~# Create ownCloud config(%%) 7 +(% style="color: rgb(0,0,0);" %)First we need open configuration wizard:(%%) 8 +\\(% style="color: rgb(0,0,0);" %)```sh(%%) 9 +(% style="color: rgb(0,0,0);" %)rclone config(%%) 10 +(% style="color: rgb(0,0,0);" %)```(%%) 11 +\\(% style="color: rgb(0,0,0);" %)Then in configuration wizard create new remote endpoint:(%%) 12 +\\(% style="color: rgb(0,0,0);" %)```sh(%%) 13 +(% style="color: rgb(0,0,0);" %)No remotes found - make a new one(%%) 14 +(% style="color: rgb(0,0,0);" %)n) New remote(%%) 15 +(% style="color: rgb(0,0,0);" %)s) Set configuration password(%%) 16 +(% style="color: rgb(0,0,0);" %)q) Quit config(%%) 17 +(% style="color: rgb(0,0,0);" %)n/s/q> n(%%) 18 +(% style="color: rgb(0,0,0);" %)```(%%) 19 +\\(% style="color: rgb(0,0,0);" %)Enter the name of your endpoint:(%%) 20 +\\(% style="color: rgb(0,0,0);" %)```sh(%%) 21 +(% style="color: rgb(0,0,0);" %)name> myowncloud(%%) 22 +(% style="color: rgb(0,0,0);" %)```(%%) 23 +\\(% style="color: rgb(0,0,0);" %)Choose type of storage:(%%) 24 +\\(% style="color: rgb(0,0,0);" %)```sh(%%) 25 +(% style="color: rgb(0,0,0);" %)Type of storage to configure.(%%) 26 +(% style="color: rgb(0,0,0);" %)Choose a number from below, or type (% style="color: rgb(0,0,255);" %)in(% style="color: rgb(0,0,0);" %) your own value(%%) 27 +(% style="color: rgb(0,0,0);" %)..(%%) 28 +(% style="color: rgb(0,0,0);" %)37 / Webdav(%%) 29 +(% style="color: rgb(0,0,0);" %) \ (% style="color: rgb(163,21,21);" %)"webdav"(%%) 30 +(% style="color: rgb(0,0,0);" %)..(%%) 31 +(% style="color: rgb(0,0,0);" %)Storage> webdav(%%) 32 +(% style="color: rgb(0,0,0);" %)```(%%) 33 +\\(% style="color: rgb(0,0,0);" %)Enter the URL of ownCloud server:(%%) 34 +\\(% style="color: rgb(0,0,0);" %)```sh(%%) 35 +(% style="color: rgb(0,0,0);" %)~*~* See help (% style="color: rgb(0,0,255);" %)for(% style="color: rgb(0,0,0);" %) webdav backend at: [[https:~~/~~/rclone.org/webdav/>>url:https://rclone.org/webdav/||shape="rect"]] ~*~*(%%) 36 +\\(% style="color: rgb(0,0,0);" %)URL of http host to connect to(%%) 37 +(% style="color: rgb(0,0,0);" %)Enter a string value. Press Enter (% style="color: rgb(0,0,255);" %)for(% style="color: rgb(0,0,0);" %) the default ((% style="color: rgb(163,21,21);" %)""(% style="color: rgb(0,0,0);" %)).(%%) 38 +(% style="color: rgb(0,0,0);" %)Choose a number from below, or type (% style="color: rgb(0,0,255);" %)in(% style="color: rgb(0,0,0);" %) your own value(%%) 39 +(% style="color: rgb(0,0,0);" %) 1 / Connect to [[example.com>>url:http://example.com||shape="rect"]](%%) 40 +(% style="color: rgb(0,0,0);" %) \ (% style="color: rgb(163,21,21);" %)"[[https:~~/~~/example.com>>url:https://example.com||shape="rect"]]"(%%) 41 +(% style="color: rgb(0,0,0);" %)url> [[https:~~/~~/privatecloud.imtm.cz/remote.php/dav/>>url:https://privatecloud.imtm.cz/remote.php/dav/||shape="rect"]](%%) 42 +(% style="color: rgb(0,0,0);" %)```(%%) 43 +\\(% style="color: rgb(0,0,0);" %)Enter webdav service type:(%%) 44 +\\(% style="color: rgb(0,0,0);" %)```sh(%%) 45 +(% style="color: rgb(0,0,0);" %)Name of the Webdav site/service/software you are using(%%) 46 +(% style="color: rgb(0,0,0);" %)Enter a string value. Press Enter (% style="color: rgb(0,0,255);" %)for(% style="color: rgb(0,0,0);" %) the default ((% style="color: rgb(163,21,21);" %)""(% style="color: rgb(0,0,0);" %)).(%%) 47 +(% style="color: rgb(0,0,0);" %)Choose a number from below, or type (% style="color: rgb(0,0,255);" %)in(% style="color: rgb(0,0,0);" %) your own value(%%) 48 +(% style="color: rgb(0,0,0);" %) 1 / Nextcloud(%%) 49 +(% style="color: rgb(0,0,0);" %) \ (% style="color: rgb(163,21,21);" %)"nextcloud"(%%) 50 +(% style="color: rgb(0,0,0);" %) 2 / Owncloud(%%) 51 +(% style="color: rgb(0,0,0);" %) \ (% style="color: rgb(163,21,21);" %)"owncloud"(%%) 52 +(% style="color: rgb(0,0,0);" %) 3 / Sharepoint Online, authenticated by Microsoft account.(%%) 53 +(% style="color: rgb(0,0,0);" %) \ (% style="color: rgb(163,21,21);" %)"sharepoint"(%%) 54 +(% style="color: rgb(0,0,0);" %) 4 / Sharepoint with NTLM authentication. Usually self-hosted or on-premises.(%%) 55 +(% style="color: rgb(0,0,0);" %) \ (% style="color: rgb(163,21,21);" %)"sharepoint-ntlm"(%%) 56 +(% style="color: rgb(0,0,0);" %) 5 / Other site/service or software(%%) 57 +(% style="color: rgb(0,0,0);" %) \ (% style="color: rgb(163,21,21);" %)"other"(%%) 58 +(% style="color: rgb(0,0,0);" %)vendor> owncloud(%%) 59 +(% style="color: rgb(0,0,0);" %)```(%%) 60 +\\(% style="color: rgb(0,0,0);" %)Enter your username:(%%) 61 +\\(% style="color: rgb(0,0,0);" %)```sh(%%) 62 +(% style="color: rgb(0,0,0);" %)User name. In (% style="color: rgb(0,0,255);" %)case(% style="color: rgb(0,0,0);" %) NTLM authentication is used, the username should be (% style="color: rgb(0,0,255);" %)in(% style="color: rgb(0,0,0);" %) the format (% style="color: rgb(163,21,21);" %)'Domain\User'(% style="color: rgb(0,0,0);" %).(%%) 63 +(% style="color: rgb(0,0,0);" %)Enter a string value. Press Enter for the default ((% style="color: rgb(163,21,21);" %)""(% style="color: rgb(0,0,0);" %)).(%%) 64 +(% style="color: rgb(0,0,0);" %)user> <YOUR_USERNAME>(%%) 65 +(% style="color: rgb(0,0,0);" %)```(%%) 66 +\\(% style="color: rgb(0,0,0);" %)Enter your password:(%%) 67 +\\(% style="color: rgb(0,0,0);" %)```sh(%%) 68 +(% style="color: rgb(0,0,0);" %)Password.(%%) 69 +(% style="color: rgb(0,0,0);" %)y) Yes type (% style="color: rgb(0,0,255);" %)in(% style="color: rgb(0,0,0);" %) my own password(%%) 70 +(% style="color: rgb(0,0,0);" %)g) Generate random password(%%) 71 +(% style="color: rgb(0,0,0);" %)n) No leave this optional password blank (default)(%%) 72 +(% style="color: rgb(0,0,0);" %)y/g/n> y(%%) 73 +(% style="color: rgb(0,0,0);" %)Enter the password:(%%) 74 +(% style="color: rgb(0,0,0);" %)password:(%%) 75 +(% style="color: rgb(0,0,0);" %)Confirm the password:(%%) 76 +(% style="color: rgb(0,0,0);" %)password:(%%) 77 +(% style="color: rgb(0,0,0);" %)Bearer token instead of user/pass (e.g. a Macaroon)(%%) 78 +(% style="color: rgb(0,0,0);" %)Enter a string value. Press Enter (% style="color: rgb(0,0,255);" %)for(% style="color: rgb(0,0,0);" %) the default ((% style="color: rgb(163,21,21);" %)""(% style="color: rgb(0,0,0);" %)).(%%) 79 +(% style="color: rgb(0,0,0);" %)bearer_token>(%%) 80 +(% style="color: rgb(0,0,0);" %)Edit advanced config? (y/n)(%%) 81 +(% style="color: rgb(0,0,0);" %)y) Yes(%%) 82 +(% style="color: rgb(0,0,0);" %)n) No (default)(%%) 83 +(% style="color: rgb(0,0,0);" %)y/n> n(%%) 84 +(% style="color: rgb(0,0,0);" %)```(%%) 85 +\\(% style="color: rgb(0,0,0);" %)Confirm config summary:(%%) 86 +\\(% style="color: rgb(0,0,0);" %)```sh(%%) 87 +(% style="color: rgb(0,0,0);" %)Remote config(%%) 88 +(% style="color: rgb(0,0,0);" %)~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-(%%) 89 +(% style="color: rgb(0,0,0);" %)[myowncloud](%%) 90 +(% style="color: rgb(0,0,0);" %)type = webdav(%%) 91 +(% style="color: rgb(0,0,0);" %)url = https:~/~/privatecloud.imtm.cz/remote.php/dav/files/<YOUR_USERNAME>/(%%) 92 +(% style="color: rgb(0,0,0);" %)vendor = owncloud(%%) 93 +(% style="color: rgb(0,0,0);" %)user = <YOUR_USERNAME>(%%) 94 +(% style="color: rgb(0,0,0);" %)pass = ~*~** ENCRYPTED ~*~**(%%) 95 +(% style="color: rgb(0,0,0);" %)~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-(%%) 96 +(% style="color: rgb(0,0,0);" %)y) Yes this is OK (default)(%%) 97 +(% style="color: rgb(0,0,0);" %)e) Edit this remote(%%) 98 +(% style="color: rgb(0,0,0);" %)d) Delete this remote(%%) 99 +(% style="color: rgb(0,0,0);" %)y/e/d> y(%%) 100 +(% style="color: rgb(0,0,0);" %)```(%%) 101 +\\(% style="color: rgb(0,0,0);" %)If everything is configured your rclone config mneu should look like this:(%%) 102 +\\(% style="color: rgb(0,0,0);" %)```sh(%%) 103 +(% style="color: rgb(0,0,0);" %)Current remotes:(%%) 104 +\\(% style="color: rgb(0,0,0);" %)Name Type(%%) 105 +(% style="color: rgb(0,0,0);" %)==== ====(%%) 106 +(% style="color: rgb(0,0,0);" %)myowncloud webdav(%%) 107 +\\(% style="color: rgb(0,0,0);" %)e) Edit existing remote(%%) 108 +(% style="color: rgb(0,0,0);" %)n) New remote(%%) 109 +(% style="color: rgb(0,0,0);" %)d) Delete remote(%%) 110 +(% style="color: rgb(0,0,0);" %)r) Rename remote(%%) 111 +(% style="color: rgb(0,0,0);" %)c) Copy remote(%%) 112 +(% style="color: rgb(0,0,0);" %)s) Set configuration password(%%) 113 +(% style="color: rgb(0,0,0);" %)q) Quit config(%%) 114 +(% style="color: rgb(0,0,0);" %)e/n/d/r/c/s/q> q(%%) 115 +(% style="color: rgb(0,0,0);" %)```(%%) 116 +\\(% style="color: rgb(128,0,0);" %)# Copying files(%%) 117 +\\(% style="color: rgb(128,0,0);" %)~#~# Copy directory to ownCloud(%%) 118 +(% style="color: rgb(0,0,0);" %)```sh(%%) 119 +(% style="color: rgb(0,0,0);" %)rclone copy ~-~-progress /backup [[myowncloud:/backup>>url:http://myowncloud/backup||shape="rect"]](%%) 120 +(% style="color: rgb(0,0,0);" %)```(%%) 121 +\\(% style="color: rgb(128,0,0);" %)~#~# Copy file to ownCloud(%%) 122 +(% style="color: rgb(0,0,0);" %)```sh(%%) 123 +(% style="color: rgb(0,0,0);" %)rclone copy ~-~-progress /myfile.tar [[myowncloud:/backup>>url:http://myowncloud/backup||shape="rect"]](%%) 124 +(% style="color: rgb(0,0,0);" %)```(%%) 125 +\\(% style="color: rgb(128,0,0);" %)~#~# Copy directory from ownCloud(%%) 126 +(% style="color: rgb(0,0,0);" %)```sh(%%) 127 +(% style="color: rgb(0,0,0);" %)rclone copy ~-~-progress [[myowncloud:/backup>>url:http://myowncloud/backup||shape="rect"]] /backup(%%) 128 +(% style="color: rgb(0,0,0);" %)```(%%) 129 +\\(% style="color: rgb(128,0,0);" %)~#~# Copy file from ownCloud(%%) 130 +(% style="color: rgb(0,0,0);" %)```sh(%%) 131 +(% style="color: rgb(0,0,0);" %)rclone copy ~-~-progress [[myowncloud:/backup/myfile.tar>>url:http://myowncloud/backup/myfile.tar||shape="rect"]] /myfile.tar(%%) 132 +(% style="color: rgb(0,0,0);" %)```
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -740558 541 +74055860 - Title
-
... ... @@ -1,1 +1,1 @@ 1 - PřenossouborůpomocíRCLONE1 +Using rclone to copy files in ownCloud