Fix wget backup output name

master
Tanner Collin 4 years ago
parent 8b9486fc5f
commit 241199a3d0
  1. 1
      webclient/src/Admin.js

@ -41,6 +41,7 @@ export function Admin(props) {
Automate with wget (keep secret, that's <b>your</b> login token):
<pre>
wget \
<br /> --content-disposition \
<br /> --header="Authorization: Token {token}" \
<br /> {apiUrl}/backup/
</pre>

Loading…
Cancel
Save