Logging In to Plakar
#Plakar works without an account by default. Logging in is optional but it unlocks additional features such as installing pre-built packages hosted on Plakar’s servers (so you don’t have to build them from source) and alerting service which can notify you by email on important issues like when a backup fail.
Logging In
#Using GitHub
#$ plakar login -githubUsing Email
#$ plakar login -email myemail@domain.comEnabling Alerting
#After logging in, enable alerting to send backup metadata to Plakar’s servers for reporting:
$ plakar service enable alertingEnable email notifications:
$ plakar service set alerting report.email=trueAlerting sends non-sensitive metadata (backup status, timestamps, sizes) to power the reporting dashboard and email notifications. Your backup data never leaves your system.
Installing Pre-Built Packages
#Once logged in, you install pre-built integration packages hosted on Plakar’s servers:
$ plakar pkg add s3
$ plakar pkg add sftp
$ plakar pkg add rcloneWithout logging in, you can still build these integrations from source.
Verify Login Status
#Check if you’re logged in:
$ plakar login --statusThis displays your login status.