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.8k
    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.
    • 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
                                      • GreyG
                                        Grey @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:

                                        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.

                                        alt text

                                        1 Reply Last reply Reply Quote 1
                                        • JaredBuschJ
                                          JaredBusch @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:

                                          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.

                                          You reply with “solution X” but it was rejected by “person Y”

                                          scottalanmillerS wirestyle22W 2 Replies Last reply Reply Quote 1
                                          • scottalanmillerS
                                            scottalanmiller @JaredBusch
                                            last edited by

                                            @JaredBusch 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:

                                            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.

                                            You reply with “solution X” but it was rejected by “person Y”

                                            Yeah, and then bring up that "this was forbidden" and ask how they expect you to violate policy as part of your review and ask HR to have a look at how they are evaluating you based on your being insubordinate.

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