As a user, I want to run this script without interaction.
As my budget server uses end-2-end encryption, I need to specify the encryption password somewhere.
Remarks about security of storing the password:
The end2end encryption password is used to make sure that no plaintext data is stored on the sync server.
Keeping the end2end password outside the config file does not increase the security on the sync client, the data is already on the system in plain text in the data directory (file <data-dir>/actual/<filename>/db.sqlite)
Please consider the following feature:
Remarks about security of storing the password:
<data-dir>/actual/<filename>/db.sqlite
)