Linux -Can I rsync to dropbox or another free cloud storage service?

14,804

Solution 1

Box has ftp (https://support.box.com/hc/en-us/articles/200520128-Using-Box-with-FTP).

AFAIK Dropbox only have http for download purposes

EDIT: By the way, you cannot use rsync with ftp but you can mount ftp as a local mount and use rsync with that folder.

Solution 2

Yes, quite easily. Setup the dropbox folder outside the hierarchy that you will be backing up (for instance, if you are backing up /export/home, setup your dropbox folder as /opt/dropbox), and then setup your job to do a local-to-local rsync.

Hope that helps.

Happy Monday.

Share:
14,804

Related videos on Youtube

Dr.Avalanche
Author by

Dr.Avalanche

Updated on September 18, 2022

Comments

  • Dr.Avalanche
    Dr.Avalanche almost 2 years

    We host a small community, not for profit site and mailing list, is it possible to rsync to dropbox or a similar (free) service to maintain backup?

    Edit: For context, we host on a shared VM and don't want to install anything unless we have to. I'm currently looking at dropbox-uploader which is just a bash script

    Thanks

    • RichieHH
      RichieHH over 3 years
      Just install Dropbox. You've installed other things. It's a tiny footprint. Question the question here rather than provide a non-answer.
  • Dr.Avalanche
    Dr.Avalanche over 9 years
    Hi, thanks for your answer. I feel my question is wrong. I should have been more specific. Is there a way I can script this rather than install the dropbox software? We host on a shared VM (kindly donated) and don't want to install things on the server unless we have to
  • DTK
    DTK over 9 years
    If you are asking whether you can use rsync to natively sync to dropbox, then no. However you can rsync (probably over SSH) to another box that has the dropbox agent running.