Fix wget backup output name
This commit is contained in:
parent
8b9486fc5f
commit
241199a3d0
|
@ -41,6 +41,7 @@ export function Admin(props) {
|
||||||
Automate with wget (keep secret, that's <b>your</b> login token):
|
Automate with wget (keep secret, that's <b>your</b> login token):
|
||||||
<pre>
|
<pre>
|
||||||
wget \
|
wget \
|
||||||
|
<br /> --content-disposition \
|
||||||
<br /> --header="Authorization: Token {token}" \
|
<br /> --header="Authorization: Token {token}" \
|
||||||
<br /> {apiUrl}/backup/
|
<br /> {apiUrl}/backup/
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user