Cloud Storage For Pinebook running Linux - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76) +--- Forum: Linux on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=79) +--- Thread: Cloud Storage For Pinebook running Linux (/showthread.php?tid=4640) |
Cloud Storage For Pinebook running Linux - sickofthesea - 06-27-2017 There has been another post on cloud storage here: https://forum.pine64.org/showthread.php?tid=4546 But this didn't work out for me so I went looking for an alternative and found rclone: https://rclone.org/ It's command line only and describes itself as rsync for cloud storage. There is an arm64 linux binary for download which worked perfectly on my pinebook running ubuntu mate. So far I've only tried using it with Dropbox and it seems to work fine. The sync command only works one way modifying the destination only so you need to be careful with it. I'll sync from the cloud to pinebook before I start working and then sync from pinebook to cloud once I've finished. Installation & configuration is quite straightforward with plenty of instructions on the web site. It syncs with the following services apparently:
Enjoy. Martin I've also found rclone-browser here: https://github.com/mmozeiko/RcloneBrowser I've built it from source and I am playing around with it now. Seems pretty good as well. Martin RE: Cloud Storage For Pinebook running Linux - pfeerick - 06-27-2017 Thanks for that Martin. I came across rclone a few weeks ago myself, and love it. I can confirm that Dropbox, Google Drive, and OneDrive all work flawlessly for upload/download on my pinebook, and its a single standardised command set for all of them once you have them setup. |