Forked from https://github.com/wernerb/kobo-wget-sync. Thank you for the good work :)
Refactored the code a little so that it's easier to download files from Google Drive with wget. Now user must provide file .wget-sync/script.sh
that is executed when kobo is online.
- If you have kobo-grive-sync installed you must uninstall it first. Download package from here to your kobo's /.kobo directory and disconnect the kobo.
- Download package from here to your kobo's /.kobo directory and disconnect the kobo. You will see it updating and restart.
- Press
Sync
or activate wifi to start the script. (It watches the activation of wifi through udev rules) - Connect your kobo again and a dir called
.wget-sync
should be created that containsscript.sh
- Edit
script.sh
by uncommenting the sample command and setting the folder ID of your public Google Drive folder. - Disconnect usb, activate wifi and your kobo should sync with the public folder. If it does not go well you can check the log in
.wget-sync
to check what went wrong.