bassmaster187 / TeslaLogger

TeslaLogger is a self hosted data logger for your Tesla Model S/3/X/Y. Actually it supports RaspberryPi 3B, 3B+, 4B, Docker and Synology NAS.
https://www.teslalogger.de
GNU General Public License v3.0
514 stars 170 forks source link

User-Backup Script #200

Closed bassmaster187 closed 8 months ago

bassmaster187 commented 4 years ago

Is your feature request related to a problem? Please describe. After the backup will be made, it must moved to a different location.

Describe the solution you'd like There Should be a script my-backup.sh to be able to do thinks after the backup is done. e.g. move the files to dropbox / NAS...

Please provide ready to go templates for popular cloud services / ftp / NAS

Adminius commented 4 years ago

webdav or nextcloud or GoogleDrive would be great.

rowich commented 4 years ago

I am picking the current file using a "Scheduled Task" (aka Cron Job) and a script running outside of Teslalogger. Saving another set of credentials on Teslalogger is no real option from my point of view.

Am 28/05/2020 um 09:23 schrieb Eugen:

webdav or nextcloud or GoogleDrive would be great.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bassmaster187/TeslaLogger/issues/200#issuecomment-635160493, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL4L3BH5U35I36NZ2HCF54TRTYGPXANCNFSM4NMZK2HQ.

Adminius commented 4 years ago

How about GDrive?https://linuxnewbieguide.org/using-google-drive-from-the-linux-command-line/

command line upload is possible

bassmaster187 commented 4 years ago

rclone seams to have almost everything we need: https://rclone.org/

Adminius commented 2 years ago

https://github.com/bassmaster187/TeslaLogger/blob/master/backup_to_google_drive.md