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

    Remote Backup of Files Site to Site from Windows to Linux

    IT Discussion
    redhat windows 2012 r2
    9
    25
    1.6k
    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.
    • wirestyle22W
      wirestyle22
      last edited by

      I'm looking for something I can use to remotely transfer files from a Windows Server to a Linux server. It's moving through a pretty slow MPLS. The plan is to ship a hard drive that is up to date overnight and then start the incremental backup process. I can't use anything that is external.

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

        SyncThing?

        wirestyle22W 1 Reply Last reply Reply Quote 3
        • wirestyle22W
          wirestyle22 @scottalanmiller
          last edited by

          @scottalanmiller said in Remote Backup of Files Site to Site from Windows to Linux:

          SyncThing?

          I'll check it out. Thanks

          1 Reply Last reply Reply Quote 0
          • black3dynamiteB
            black3dynamite
            last edited by

            Syncthing would be my first choice.

            When it comes to starting Syncthing automatically, take a look at these links for Windows and Linux.
            https://docs.syncthing.net/users/autostart.html#windows
            https://docs.syncthing.net/users/autostart.html#linux

            1 Reply Last reply Reply Quote 2
            • DustinB3403D
              DustinB3403
              last edited by

              rclone would be my go to personally. You'd be using the 'local' storage approach.

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

                I'd opt for restic or borg. Both do versioning and dedupe reall well and are pretty quick. One is Python and one is Go if you have any compliance to follow.

                wirestyle22W 1 Reply Last reply Reply Quote 1
                • wirestyle22W
                  wirestyle22 @stacksofplates
                  last edited by

                  @stacksofplates said in Remote Backup of Files Site to Site from Windows to Linux:

                  I'd opt for restic or borg. Both do versioning and dedupe reall well and are pretty quick. One is Python and one is Go if you have any compliance to follow.

                  How would I achieve this Windows > Linux?

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

                    @wirestyle22 said in Remote Backup of Files Site to Site from Windows to Linux:

                    @stacksofplates said in Remote Backup of Files Site to Site from Windows to Linux:

                    I'd opt for restic or borg. Both do versioning and dedupe reall well and are pretty quick. One is Python and one is Go if you have any compliance to follow.

                    How would I achieve this Windows > Linux?

                    yeah sorry. I thought Borg had Windows support but it doesn't. You either have to run through WSL or something like Cygwin. Restic does support Windows though as it's written in Go.

                    black3dynamiteB 1 Reply Last reply Reply Quote 1
                    • black3dynamiteB
                      black3dynamite @stacksofplates
                      last edited by

                      @stacksofplates said in Remote Backup of Files Site to Site from Windows to Linux:

                      @wirestyle22 said in Remote Backup of Files Site to Site from Windows to Linux:

                      @stacksofplates said in Remote Backup of Files Site to Site from Windows to Linux:

                      I'd opt for restic or borg. Both do versioning and dedupe reall well and are pretty quick. One is Python and one is Go if you have any compliance to follow.

                      How would I achieve this Windows > Linux?

                      yeah sorry. I thought Borg had Windows support but it doesn't. You either have to run through WSL or something like Cygwin. Restic does support Windows though as it's written in Go.

                      I don't know if this even worth it, but is it possible to have borg or restic on the Linux server to remotely backup a Windows server?

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

                        @black3dynamite said in Remote Backup of Files Site to Site from Windows to Linux:

                        @stacksofplates said in Remote Backup of Files Site to Site from Windows to Linux:

                        @wirestyle22 said in Remote Backup of Files Site to Site from Windows to Linux:

                        @stacksofplates said in Remote Backup of Files Site to Site from Windows to Linux:

                        I'd opt for restic or borg. Both do versioning and dedupe reall well and are pretty quick. One is Python and one is Go if you have any compliance to follow.

                        How would I achieve this Windows > Linux?

                        yeah sorry. I thought Borg had Windows support but it doesn't. You either have to run through WSL or something like Cygwin. Restic does support Windows though as it's written in Go.

                        I don't know if this even worth it, but is it possible to have borg or restic on the Linux server to remotely backup a Windows server?

                        Not natively I don't believe. You have to mount the remote end locally and back up that way.

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

                          However you can have just one repository for your backups. So it's not like you need a separate direcory for reach client, you can back everything up into one repo.

                          1 Reply Last reply Reply Quote 0
                          • IRJI
                            IRJ
                            last edited by

                            You want to make sure you have a LANless solution for this. Why not use wasabi / s3 for this?

                            wirestyle22W 1 Reply Last reply Reply Quote 0
                            • wirestyle22W
                              wirestyle22 @IRJ
                              last edited by wirestyle22

                              @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

                              You want to make sure you have a LANless solution for this. Why not use wasabi / s3 for this?

                              I can't. My company won't allow it. They think that MPLS = security

                              IRJI 1 Reply Last reply Reply Quote 0
                              • IRJI
                                IRJ @wirestyle22
                                last edited by

                                @wirestyle22 said in Remote Backup of Files Site to Site from Windows to Linux:

                                @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

                                You want to make sure you have a LANless solution for this. Why not use wasabi / s3 for this?

                                I can't. My company won't allow it. They think that MPLS = security

                                Data in transit and at rest can be encrypted in S3

                                wirestyle22W travisdh1T 2 Replies Last reply Reply Quote 0
                                • wirestyle22W
                                  wirestyle22 @IRJ
                                  last edited by

                                  @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

                                  @wirestyle22 said in Remote Backup of Files Site to Site from Windows to Linux:

                                  @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

                                  You want to make sure you have a LANless solution for this. Why not use wasabi / s3 for this?

                                  I can't. My company won't allow it. They think that MPLS = security

                                  Data in transit and at rest can be encrypted in S3

                                  Yes

                                  1 Reply Last reply Reply Quote 0
                                  • travisdh1T
                                    travisdh1 @IRJ
                                    last edited by

                                    @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

                                    @wirestyle22 said in Remote Backup of Files Site to Site from Windows to Linux:

                                    @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

                                    You want to make sure you have a LANless solution for this. Why not use wasabi / s3 for this?

                                    I can't. My company won't allow it. They think that MPLS = security

                                    Data in transit and at rest can be encrypted in S3

                                    You're forgetting the sort of people @wirestyle22 works for are completely irrational.

                                    wirestyle22W 1 Reply Last reply Reply Quote 0
                                    • wirestyle22W
                                      wirestyle22 @travisdh1
                                      last edited by

                                      @travisdh1 said in Remote Backup of Files Site to Site from Windows to Linux:

                                      @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

                                      @wirestyle22 said in Remote Backup of Files Site to Site from Windows to Linux:

                                      @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

                                      You want to make sure you have a LANless solution for this. Why not use wasabi / s3 for this?

                                      I can't. My company won't allow it. They think that MPLS = security

                                      Data in transit and at rest can be encrypted in S3

                                      You're forgetting the sort of people @wirestyle22 works for are completely irrational.

                                      We're a french company. France is stuck in the 90's

                                      IRJI 1 Reply Last reply Reply Quote 0
                                      • IRJI
                                        IRJ @wirestyle22
                                        last edited by

                                        @wirestyle22 said in Remote Backup of Files Site to Site from Windows to Linux:

                                        @travisdh1 said in Remote Backup of Files Site to Site from Windows to Linux:

                                        @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

                                        @wirestyle22 said in Remote Backup of Files Site to Site from Windows to Linux:

                                        @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

                                        You want to make sure you have a LANless solution for this. Why not use wasabi / s3 for this?

                                        I can't. My company won't allow it. They think that MPLS = security

                                        Data in transit and at rest can be encrypted in S3

                                        You're forgetting the sort of people @wirestyle22 works for are completely irrational.

                                        We're a french company. France is stuck in the 90's

                                        France has some decent privacy laws so I woudnt say that is exactly true, and the EU is a very strong proponent of cloud architecture.

                                        You might work for people who cant understand basic concepts like data privacy, which sucks.

                                        1 Reply Last reply Reply Quote 2
                                        • IRJI
                                          IRJ
                                          last edited by

                                          Going LANless has a ton of advantages

                                          wirestyle22W 1 Reply Last reply Reply Quote 3
                                          • wirestyle22W
                                            wirestyle22 @IRJ
                                            last edited by

                                            @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

                                            Going LANless has a ton of advantages

                                            I have tried to introduce a lot of things and my boss essentially told me to stop because nothing will ever be implemented. Then on my review one of the questions was what new technology I have brought into my company.

                                            GreyG JaredBuschJ 2 Replies Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post