Third Party Backup Manager Option Missing in my Self Hosted Installation

Hi… I have just installed a fresh installation of ERP Next on my machine, but I do not see the option of third party backup under system settings. It seems to be in a different section under Integrations. I followed the tutorial and created a dropbox app and entered the config values, but when I try to run the backup command manually, it gives me an error.

The command:
bench execute erpnext.setup.doctype.backup_manager.backup_manager.take_backups_dropbox

The error:
ImportError: No module named backup_manager.backup_manager

Also, is it possible to use Onde Drive instead of dropbox?

@rmbhatia right now we only have Dropbox integration out of the box.

What version are you using and how did you install it?

So it seems to work, but I am unable to do this manually. I followed some other thread in which it was mentioned to use the command “bench execute erpnext.setup.doctype.backup_manager.backup_manager.take_backups_dropbox” to update manually, but this spits out an error as mentioned in my post.

My version is as follows:
ERPNext: v6.27.21
Frappe Framework: v6.27.20

Installed via:
sudo bash setup_frappe.sh --setup-production
On Ubuntu Desktop