Restic: Difference between revisions

Phobos (talk | contribs)
m formatted code, added example sops
Tags: Mobile edit Mobile web edit Advanced mobile edit Visual edit
Phobos (talk | contribs)
m fixed user
Tags: Mobile edit Mobile web edit Advanced mobile edit Visual edit
Line 26: Line 26:


<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
$ nix shell nixpkgs#apacheHttpd -c htpasswd -B -c .htpasswd YOUR_USERNAME
$ nix shell nixpkgs#apacheHttpd -c htpasswd -B -c .htpasswd user
</syntaxhighlight>
</syntaxhighlight>