Backup files via SFTP to Google Drive

Hello,

I discovered SilverBullet last week and I already can't count how many hours I spent on it, thanks for the awesome work !

Before I invest more time on it though, I want to be sure that I have backups that work. I want to backup my markdown files to Google Drive.

I host my SilverBullet instance via PikaPods which provides S3 backups (but not interested) or SFTP access.

What's the simplest solution to automate backups of my data vis SFTP to Google Drive ?

SilverBullet doesn’t have anything built in for this. Maybe there is some CLI script you can upload via SFTP and run via a shell command that backs up a folder to Google Drive. I’m working on deeper git integration at the moment, which may eventually also support pushing to some remote git host, but not Google Drive.

There is https://rclone.org/ which allows to backup from sftp to basically anything

If I can us git that would also totally solve my issue

Is it possible at all to use git on a silverbullet pikapod ?