sudo backupbird --setup-gdrive
Copy the link into your browser and accept the permissions.
Copy the code and paste it into terminal, and press enter.
The agent should now confirm the connection.
Now edit the config file on the server
sudo nano /etc/backupbird/conf.toml
[[provider]] provider = "gdrive" storePath = "/backups" Where to store the backup on Google Drive
Now restart the BackupBird service
sudo service backupbird restart