I am looking for a software which can take backup of my Ubuntu Desktop and send it to google cloud. Software should have below features:
- Encryption
- Compression
- Auto sync with cloud
I am looking for a software which can take backup of my Ubuntu Desktop and send it to google cloud. Software should have below features:
The native Gnome backup utility (you should have this already) can do the trick. Yes, duplicity can backup to Google Drive @Organic Marble. So it's an all in one solution and since it's a front-end to rsync, very powerful. I use it daily to back up to network storage, but I've noticed Google Drive as one of the options as are some other cloud solutions.
There may be no one program to do this, but it's achievable using a mix of tools: duplicity
or deja-dup
to run the backup; grive
or insync
to synch with Google Drive. Scheduling can be done with internal tool options or cron
.