mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-05-27 21:58:32 +00:00
![]() Allows to load credentials passed down by systemd. A possible use-case is safely storing the server's password in a file encrypted by the systems TPM, e.g. via ``` systemd-ask-password -n | systemd-creds encrypt --name=proxmox-backup-client.password - my-api-token.cred ``` which then can be used via ``` systemd-run --pipe --wait --property=LoadCredentialEncrypted=proxmox-backup-client.password:my-api-token.cred \ proxmox-backup-client ... ``` or from inside a service. Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> |
||
---|---|---|
.. | ||
pxar | ||
tools | ||
backup_reader.rs | ||
backup_repo.rs | ||
backup_specification.rs | ||
backup_stats.rs | ||
backup_writer.rs | ||
catalog_shell.rs | ||
chunk_stream.rs | ||
http_client.rs | ||
inject_reused_chunks.rs | ||
lib.rs | ||
merge_known_chunks.rs | ||
pipe_to_stream.rs | ||
pxar_backup_stream.rs | ||
remote_chunk_reader.rs | ||
task_log.rs | ||
vsock_client.rs |