Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Speed up rsync backups to S3 Object Storage

    Feature Requests
    2
    5
    389
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • robi
      robi last edited by robi

      Since rsync uses a lot of chatter to xfer small files one at a time, this is the most inefficient way to talk to an object store.

      Instead if there was a configurable "chunk" size of say 100MB saved locally first, then transferred via rsync, you'd get speed and efficiency gains.

      Life of Advanced Technology

      1 Reply Last reply Reply Quote 2
      • girish
        girish Staff last edited by

        The S3 protocol is file based and not rsync based. We don't have a choice

        robi 1 Reply Last reply Reply Quote 1
        • robi
          robi @girish last edited by

          @girish you're not understanding this..

          we're not changing the protocol.

          we're simply pivoting what we point rsync at.
          not the app and all it's small files directly,
          but some collection of them neatly arranged in larger chunks files which all happens locally in a temp dir, before it's shuttled off to S3 efficiently.

          This should also save space on the multipart overhead issue, which seems like another feature to address.

          Life of Advanced Technology

          girish 1 Reply Last reply Reply Quote 0
          • girish
            girish Staff @robi last edited by

            @robi Ah ok, some sort of differential backup with "packing". I think duplicity does something like this (or maybe it's duplicati, i get confused between the two).

            1 Reply Last reply Reply Quote 1
            • robi
              robi last edited by

              Where is this slated release wise?

              Life of Advanced Technology

              1 Reply Last reply Reply Quote 1
              • First post
                Last post
              Powered by NodeBB