Last modified by Jan LOŠŤÁK on 2023/03/23 14:00

From version 12.1
edited by Jan LOŠŤÁK
on 2023/03/22 14:36
Change comment: There is no comment for this version
To version 2.1
edited by Jan LOŠŤÁK
on 2022/06/01 18:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Přenos souborů pomocí RCLONE
1 +Using rclone to copy files in ownCloud
Content
... ... @@ -1,235 +1,132 @@
1 -Tento návod demonstruje ipoje do cloudového uložiště pomocí programu RCLONE.
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í do cloudového uložiště pomocí **RCLONE **je možné na **MAC, Linux a Windows**.
3 +== {{id name="PřenossoubopomocíRCLONE-Installrclone"/}}(% style="color: rgb(128,0,0);" %)Install rclone(%%) ==
4 4  
5 -== {{id name="PřenossouborůpomocíRCLONE-InstalaceRCLONE"/}}Instalace RCLONE ==
6 6  
7 -==== {{id name="PřenossouborůpomocíRCLONE-LinuxCentOS/RHEL"/}}Linux CentOS/RHEL ====
8 -
9 -(% class="code" %)
10 -(((
11 -(% class="language-sh" %){{code language="none"}}yum install -y rclone
12 -{{/code}}
13 -)))
14 -
15 -==== {{id name="PřenossouborůpomocíRCLONE-LinuxUbuntu/Debian"/}}Linux Ubuntu/Debian ====
16 -
17 -(% class="language-sh" %){{code language="none"}}apt install -y rclone{{/code}}
18 -
19 -==== {{id name="PřenossouborůpomocíRCLONE-Windows"/}}Windows ====
20 -
21 -[[https:~~/~~/rclone.org/install/#windows>>url:https://rclone.org/install/#windows||shape="rect"]]
22 -
23 -== {{id name="PřenossouborůpomocíRCLONE-Nastavenípřipojenídocloudovéhouložiště"/}}Nastavení připojení do cloudového uložiště ==
24 -
25 -(% class="tw-data-text tw-text-large tw-ta" %)
26 -=== {{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:(%%) ===
27 -
28 -(% class="code" %)
29 -(((
30 -rclone config
31 -)))
32 -
33 -=== {{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(%%)**:** ===
34 -
35 -(% class="code" %)
36 -(((
37 -(% class="language-sh" %){{code language="none"}}No remotes found - make a new one
38 -n) New remote
39 -s) Set configuration password
40 -q) Quit config
41 -n/s/q> n
42 -{{/code}}
43 -)))
44 -
45 -=== {{id name="PřenossouborůpomocíRCLONE-Zadejtenázevvašehokoncovéhobodu:"/}}(% style="color: rgb(32,33,36);" %)**Zadejte název vašeho koncového bodu**(%%)**:** ===
46 -
47 -(% class="code" %)
48 -(((
49 -(% class="language-sh" %){{code language="none"}}name> myowncloud
50 -{{/code}}
51 -)))
52 -
53 -Choose type of storage:
54 -
55 -(% class="code" %)
56 -(((
57 -(% class="language-sh" %){{code language="none"}}Type of storage to configure.
58 -Choose a number from below, or type in your own value
59 -..
60 -37 / Webdav
61 - \ "webdav"
62 -..
63 -Storage> webdav
64 -{{/code}}
65 -)))
66 -
67 -(% class="tw-data-text tw-text-large tw-ta" %)
68 -=== {{id name="PřenossouborůpomocíRCLONE-ZadejteadresuURLserverucloudovéhouložiště:"/}}(% class="Y2IQFc" lang="cs" %)Zadejte adresu URL serveru cloudového uložiště:(%%) ===
69 -
70 -(% class="code" %)
71 -(((
72 -(% class="language-sh" %){{code language="none"}}** See help for webdav backend at: https://rclone.org/webdav/ **
73 -
74 -URL of http host to connect to
75 -Enter a string value. Press Enter for the default ("").
76 -Choose a number from below, or type in your own value
77 - 1 / Connect to example.com
78 - \ "https://example.com"
79 -url> https://privatecloud.imtm.cz/remote.php/dav/files/<YOUR_USERNAME>/
80 -{{/code}}
81 -)))
82 -
83 -=== {{id name="PřenossouborůpomocíRCLONE-Zadejtetypslužbywebdav:"/}}**Zadejte typ služby webdav:** ===
84 -
85 -(% class="code" %)
86 -(((
87 -(% class="language-sh" %){{code language="none"}}Name of the Webdav site/service/software you are using
88 -Enter a string value. Press Enter for the default ("").
89 -Choose a number from below, or type in your own value
90 - 1 / Nextcloud
91 - \ "nextcloud"
92 - 2 / Owncloud
93 - \ "owncloud"
94 - 3 / Sharepoint Online, authenticated by Microsoft account.
95 - \ "sharepoint"
96 - 4 / Sharepoint with NTLM authentication. Usually self-hosted or on-premises.
97 - \ "sharepoint-ntlm"
98 - 5 / Other site/service or software
99 - \ "other"
100 -vendor> owncloud
101 -{{/code}}
102 -)))
103 -
104 -=== {{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**(%%)**:** ===
105 -
106 -(% class="code" %)
107 -(((
108 -(% class="language-sh" %){{code language="none"}}User name. In case NTLM authentication is used, the username should be in the format 'Domain\User'.
109 -Enter a string value. Press Enter for the default ("").
110 -user> <YOUR_USERNAME>
111 -{{/code}}
112 -)))
113 -
114 -=== {{id name="PřenossouborůpomocíRCLONE-Zadejtevašeheslo:"/}}(% style="color: rgb(32,33,36);" %)**Zadejte vaše heslo**(%%)**:** ===
115 -
116 -(% class="code" %)
117 -(((
118 -(% class="language-sh" %){{code language="none"}}Password.
119 -y) Yes type in my own password
120 -g) Generate random password
121 -n) No leave this optional password blank (default)
122 -y/g/n> y
123 -Enter the password:
124 -password:
125 -Confirm the password:
126 -password:
127 -Bearer token instead of user/pass (e.g. a Macaroon)
128 -Enter a string value. Press Enter for the default ("").
129 -bearer_token>
130 -Edit advanced config? (y/n)
131 -y) Yes
132 -n) No (default)
133 -y/n> n
134 -{{/code}}
135 -)))
136 -
137 -=== {{id name="PřenossouborůpomocíRCLONE-Potvrďteshrnutíkonfigurace:"/}}(% style="color: rgb(32,33,36);" %)**Potvrďte shrnutí konfigurace**(%%)**:** ===
138 -
139 -(% class="code" %)
140 -(((
141 -(% class="language-sh" %){{code language="none"}}Remote config
142 ---------------------
143 -[myowncloud]
144 -type = webdav
145 -url = https://privatecloud.imtm.cz/remote.php/dav/files/<YOUR_USERNAME>/
146 -vendor = owncloud
147 -user = <YOUR_USERNAME>
148 -pass = *** ENCRYPTED ***
149 ---------------------
150 -y) Yes this is OK (default)
151 -e) Edit this remote
152 -d) Delete this remote
153 -y/e/d> y
154 -{{/code}}
155 -)))
156 -
157 -=== {{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**(%%)**:** ===
158 -
159 -(% class="code" %)
160 -(((
161 -(% class="language-sh" %){{code language="none"}}Current remotes:
162 -
163 -Name Type
164 -==== ====
165 -myowncloud webdav
166 -
167 -e) Edit existing remote
168 -n) New remote
169 -d) Delete remote
170 -r) Rename remote
171 -c) Copy remote
172 -s) Set configuration password
173 -q) Quit config
174 -e/n/d/r/c/s/q> q
175 -{{/code}}
176 -)))
177 -
178 -== {{id name="PřenossouborůpomocíRCLONE-Přenossouborůasložek"/}}Přenos souborů a složek ==
179 -
180 -=== {{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ě ===
181 -
182 -(% class="code" %)
183 -(((
184 -(% class="language-sh" %){{code language="none"}}rclone copy --progress /backup myowncloud:/backup
185 -{{/code}}
186 -)))
187 -
188 -=== {{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ě ===
189 -
190 -(% class="code" %)
191 -(((
192 -(% class="language-sh" %){{code language="none"}}rclone copy --progress myowncloud:/backup /backup{{/code}}
193 -)))
194 -
195 -=== {{id name="PřenossouborůpomocíRCLONE-Kopírovánísouborůdocloudovéhouložiště"/}}Kopírování souborů do cloudového uložiště ===
196 -
197 -(% class="code" %)
198 -(((
199 -(% class="language-sh" %){{code language="none"}}rclone copy --progress /myfile.tar myowncloud:/backup
200 -{{/code}}
201 -)))
202 -
203 -=== {{id name="PřenossouborůpomocíRCLONE-Kopírovánísouborůzcloudovéhouložiště"/}}Kopírování souborů z cloudového uložiště ===
204 -
205 -(% class="code" %)
206 -(((
207 -(% class="language-sh" %)##rclone copy ~-~-progress [[myowncloud:/backup/myfile.tar>>url:http://myowncloud/backup/myfile.tar||shape="rect"]] /myfile.tar ##
208 -)))
209 -
210 -== {{id name="PřenossouborůpomocíRCLONE-Kontrolnísoučet"/}}Kontrolní součet ==
211 -
212 -=== {{id name="PřenossouborůpomocíRCLONE-Kontrolnísoučetsouboru"/}}Kontrolní součet souboru ===
213 -
214 -(% class="code" %)
215 -(((
216 -(% class="language-sh" %){{code language="none"}}rclone copy --progress myowncloud:/backup/myfile.tar /myfile.tar
217 -{{/code}}
218 -)))
219 -
220 -=== {{id name="PřenossouborůpomocíRCLONE-Kontrolnísoučetsložky"/}}Kontrolní součet složky ===
221 -
222 -(% class="code" %)
223 -(((
224 -\\
225 -)))
226 -
227 -(% class="code" %)
228 -(((
229 -(% class="language-sh" %){{code language="none"}}rclone copy --progress myowncloud:/backup /backup{{/code}}
230 -)))
231 -
232 -(% class="code" %)
233 -(((
234 -\\
235 -)))
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 -95617256
1 +74055860
Title
... ... @@ -1,1 +1,1 @@
1 -Přenos souborů pomocí RCLONE
1 +Using rclone to copy files in ownCloud