ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Automated NextCloud Backup to Wasabi or Amazon S3

    Scheduled Pinned Locked Moved IT Discussion
    nextcloudwasabiamazon s3backupdisaster recovery
    20 Posts 9 Posters 3.2k Views
    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.
    • JaredBuschJ
      JaredBusch
      last edited by

      Just use Duplicati

      https://www.duplicati.com/

      travisdh1T 1 Reply Last reply Reply Quote 2
      • travisdh1T
        travisdh1 @JaredBusch
        last edited by

        @JaredBusch said in Automated NextCloud Backup to Wasabi or Amazon S3:

        Just use Duplicati

        https://www.duplicati.com/

        This. So easy.

        1 Reply Last reply Reply Quote 0
        • brandon220B
          brandon220
          last edited by

          I've never used Duplicati and am interested in trying it out. What OS have you all had the best experience with for the server?

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @brandon220
            last edited by

            @brandon220 said in Automated NextCloud Backup to Wasabi or Amazon S3:

            I've never used Duplicati and am interested in trying it out. What OS have you all had the best experience with for the server?

            You install it on the box you are backing up. So you need it for every OS.

            brandon220B 1 Reply Last reply Reply Quote 0
            • brandon220B
              brandon220 @scottalanmiller
              last edited by

              @scottalanmiller I look at the docs and it seems you can set up a server to manage backups and then have the client on the machines you are backing up. I will go verify.

              1 Reply Last reply Reply Quote 0
              • V
                VoIP_n00b
                last edited by

                rclone is much easier

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • V
                  VoIP_n00b
                  last edited by

                  https://rclone.org/s3/#wasabi

                  1 Reply Last reply Reply Quote 1
                  • scottalanmillerS
                    scottalanmiller @VoIP_n00b
                    last edited by

                    @VoIP_n00b said in Automated NextCloud Backup to Wasabi or Amazon S3:

                    rclone is much easier

                    It is indeed. It's running now.

                    travisdh1T V 2 Replies Last reply Reply Quote 0
                    • travisdh1T
                      travisdh1 @scottalanmiller
                      last edited by

                      @scottalanmiller said in Automated NextCloud Backup to Wasabi or Amazon S3:

                      @VoIP_n00b said in Automated NextCloud Backup to Wasabi or Amazon S3:

                      rclone is much easier

                      It is indeed. It's running now.

                      Huh, I'll have to check rclone out.

                      DustinB3403D 1 Reply Last reply Reply Quote 0
                      • J
                        JasGot
                        last edited by

                        Has revisions? The word clone usually means no revision history.

                        scottalanmillerS 1 Reply Last reply Reply Quote 1
                        • scottalanmillerS
                          scottalanmiller @JasGot
                          last edited by

                          @JasGot said in Automated NextCloud Backup to Wasabi or Amazon S3:

                          Has revisions? The word clone usually means no revision history.

                          rclone itself does not have revisions. You have to handle revisions either on the front end or the back end.

                          Front end, make a copy of everything in a folder or whatever. Back end, turn on Wasabi versioning.

                          1 Reply Last reply Reply Quote 1
                          • V
                            VoIP_n00b @scottalanmiller
                            last edited by

                            @scottalanmiller said in Automated NextCloud Backup to Wasabi or Amazon S3:

                            It is indeed. It's running now.

                            How much data? How long is it taking?

                            Note: Use the -P/--progress flag to view real-time transfer statistics 🙂

                            scottalanmillerS 1 Reply Last reply Reply Quote -1
                            • DustinB3403D
                              DustinB3403 @travisdh1
                              last edited by

                              @travisdh1 said in Automated NextCloud Backup to Wasabi or Amazon S3:

                              @scottalanmiller said in Automated NextCloud Backup to Wasabi or Amazon S3:

                              @VoIP_n00b said in Automated NextCloud Backup to Wasabi or Amazon S3:

                              rclone is much easier

                              It is indeed. It's running now.

                              Huh, I'll have to check rclone out.

                              rclone is incredibly powerful, I was using it at my previous gig to move multiple TB of storage from on-prem to cloud and then from cloud to cloud as service providers were changes.

                              eee

                              1 Reply Last reply Reply Quote 0
                              • ObsolesceO
                                Obsolesce @scottalanmiller
                                last edited by

                                @scottalanmiller said in Automated NextCloud Backup to Wasabi or Amazon S3:

                                We have a NextCloud 19.0.1 instance currently and we'd like to automate the backup of it to Wasabi. I know that I can script it out, but it would be awesome if someone had something that they are already using to make this quick and simple.

                                Went with rclone as well, documented here:

                                https://mangolassi.it/topic/21648/onedrive-to-google-drive-wasabi-sync

                                1 Reply Last reply Reply Quote 0
                                • stacksofplatesS
                                  stacksofplates
                                  last edited by

                                  I've never used rclone. I'm assuming it's like rsnapshot which I have used. Rsnapshot will create directories for each data snapshot and use hardlinks for each file not changed.

                                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @VoIP_n00b
                                    last edited by

                                    @VoIP_n00b said in Automated NextCloud Backup to Wasabi or Amazon S3:

                                    @scottalanmiller said in Automated NextCloud Backup to Wasabi or Amazon S3:

                                    It is indeed. It's running now.

                                    How much data? How long is it taking?

                                    Note: Use the -P/--progress flag to view real-time transfer statistics 🙂

                                    260GB or so, nothing crazy. Not sure, ran it overnight.

                                    DustinB3403D JaredBuschJ 2 Replies Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @stacksofplates
                                      last edited by

                                      @stacksofplates said in Automated NextCloud Backup to Wasabi or Amazon S3:

                                      I've never used rclone. I'm assuming it's like rsnapshot which I have used. Rsnapshot will create directories for each data snapshot and use hardlinks for each file not changed.

                                      It isn't really. Feels like it should be, but it's more a weird name. It's like a "remote storage connector" with common tools like "copy" and "move" built into it. A bit weird at first, but from using it once, LOLOLOL, it seems really handy and not hard to use.

                                      1 Reply Last reply Reply Quote 0
                                      • DustinB3403D
                                        DustinB3403 @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in Automated NextCloud Backup to Wasabi or Amazon S3:

                                        @VoIP_n00b said in Automated NextCloud Backup to Wasabi or Amazon S3:

                                        @scottalanmiller said in Automated NextCloud Backup to Wasabi or Amazon S3:

                                        It is indeed. It's running now.

                                        How much data? How long is it taking?

                                        Note: Use the -P/--progress flag to view real-time transfer statistics 🙂

                                        260GB or so, nothing crazy. Not sure, ran it overnight.

                                        that's a very small file set. . .

                                        1 Reply Last reply Reply Quote 0
                                        • JaredBuschJ
                                          JaredBusch @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in Automated NextCloud Backup to Wasabi or Amazon S3:

                                          @VoIP_n00b said in Automated NextCloud Backup to Wasabi or Amazon S3:

                                          @scottalanmiller said in Automated NextCloud Backup to Wasabi or Amazon S3:

                                          It is indeed. It's running now.

                                          How much data? How long is it taking?

                                          Note: Use the -P/--progress flag to view real-time transfer statistics 🙂

                                          260GB or so, nothing crazy. Not sure, ran it overnight.

                                          Also, WTF... Who watches backups real time?

                                          1 Reply Last reply Reply Quote 0
                                          • 1 / 1
                                          • First post
                                            Last post