Rclone: Difference between revisions

Sedlund (talk | contribs)
m spelling
H7x4 (talk | contribs)
m Fix systemd capitalization
Line 38: Line 38:
</syntaxhighlight>
</syntaxhighlight>


Particular concern should be made when uploading such configurations online as your passwords will be plainly visible. It is recommended to instead put  the passwords in a local file if such is needed. Keep in mind that if you do output to .config/rclone/rclone.conf, every time you switch your home-manager configuration it will be overwritten. It would be wiser to instead output to a separate file, especially if using SystemD services as in the example below.   
Particular concern should be made when uploading such configurations online as your passwords will be plainly visible. It is recommended to instead put  the passwords in a local file if such is needed. Keep in mind that if you do output to .config/rclone/rclone.conf, every time you switch your home-manager configuration it will be overwritten. It would be wiser to instead output to a separate file, especially if using systemd services as in the example below.   


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">