Is your feature request related to a problem? Please describe.
Whenever we want to backup data or sync snapshots, Plakar requires to enter the repository passphrase via stdin. It is possible to enter the passphrase via a config file but it means that the data is written on the system file somewhere.
Describe the solution you'd like
Have the possibility to use a password manager like 1Password, Keepass, Proton Pass as a parameter of the backup and sync command.
The passphrase should be given for the source repository and for the destination repo.
Describe alternatives you've considered
Use 2 different environment variables instead of parameters of the command line.
Additional context
Password manager are meant to keep secrets safe and manage them. It would be great to use them
Is your feature request related to a problem? Please describe.
Whenever we want to backup data or sync snapshots, Plakar requires to enter the repository passphrase via stdin. It is possible to enter the passphrase via a config file but it means that the data is written on the system file somewhere.
Describe the solution you'd like
Have the possibility to use a password manager like 1Password, Keepass, Proton Pass as a parameter of the backup and sync command.
The passphrase should be given for the source repository and for the destination repo.
Describe alternatives you've considered
Use 2 different environment variables instead of parameters of the command line.
Additional context
Password manager are meant to keep secrets safe and manage them. It would be great to use them