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

    Solved Backup of Office 365 Sharepoint sites

    IT Discussion
    office 365 sharepoing online backup
    9
    74
    38.0k
    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.
    • AmbarishrhA
      Ambarishrh
      last edited by

      Small file changes can be restored using versioning. I would like to have a mirror copy with permissions locally stored on a network drive, so in case if O365 is gone/offline, users can continue working from the local drive meantime i break my head to fix O365! 🙂

      scottalanmillerS coliverC 2 Replies Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @Ambarishrh
        last edited by

        @Ambarishrh said:

        Small file changes can be restored using versioning. I would like to have a mirror copy with permissions locally stored on a network drive, so in case if O365 is gone/offline, users can continue working from the local drive meantime i break my head to fix O365! 🙂

        That will never work. That would be a migration from "cloud / sync storage" to "traditional share storage" and would require a huge migration effort on your part followed by a huge effort migrating back when O365 came back. ODfB is designed to keep working when offline as it is. You have to leverage that, it's the only reasonable option. Going to a network share is just not possible.

        1 Reply Last reply Reply Quote 0
        • coliverC
          coliver @Ambarishrh
          last edited by

          @Ambarishrh said:

          Small file changes can be restored using versioning. I would like to have a mirror copy with permissions locally stored on a network drive, so in case if O365 is gone/offline, users can continue working from the local drive meantime i break my head to fix O365! 🙂

          That's not really how Sharepoint works though. When users access it via File Explorer they aren't actually accessing a file server, they are accessing it via an interface that Sharepoint is emulating. To do what you want you would need to have an entire Sharepoint setup on the local system.

          1 Reply Last reply Reply Quote 1
          • AmbarishrhA
            Ambarishrh
            last edited by

            So basically all users accessing files from SP via ODFB and this can give them "offline" access in case they lose connectivity, for the files shared with them

            DashrenderD scottalanmillerS 2 Replies Last reply Reply Quote 0
            • DashrenderD
              Dashrender @Ambarishrh
              last edited by

              @Ambarishrh said:

              So basically all users accessing files from SP via ODFB and this can give them "offline" access in case they lose connectivity, for the files shared with them

              Yes, as long as they sync everything they might need access to. That will be a killer when first setting up the remote files.

              Does anyone know how shared files will be handled when edited offline due to a service outage?

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

                @Ambarishrh said:

                So basically all users accessing files from SP via ODFB and this can give them "offline" access in case they lose connectivity, for the files shared with them

                ODfB works online and offline. It uses a sync technology, same as OD, DropBox, etc., so that they don't even know that they are offline. Everything always reads and writes locally and syncs to ODfB in the background.

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

                  @Dashrender said:

                  Does anyone know how shared files will be handled when edited offline due to a service outage?

                  Shared or do you mean if edited by multiple parties while offline? Remember that the files are versions and intelligently locked for some file types so that you could do a lot of different edits without stepping on each others' toes.

                  DashrenderD 1 Reply Last reply Reply Quote 0
                  • DashrenderD
                    Dashrender @scottalanmiller
                    last edited by

                    @scottalanmiller said:

                    @Dashrender said:

                    Does anyone know how shared files will be handled when edited offline due to a service outage?

                    Shared or do you mean if edited by multiple parties while offline? Remember that the files are versions and intelligently locked for some file types so that you could do a lot of different edits without stepping on each others' toes.

                    Yes, what happens when multiple people edit the file all while offline.

                    scottalanmillerS coliverC 2 Replies Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @Dashrender
                      last edited by

                      @Dashrender said:

                      Yes, what happens when multiple people edit the file all while offline.

                      Then there is merge competition. Rarely is it a problem. When it is, it requires human intervention.

                      DashrenderD 1 Reply Last reply Reply Quote 0
                      • DashrenderD
                        Dashrender @scottalanmiller
                        last edited by

                        @scottalanmiller said:

                        @Dashrender said:

                        Yes, what happens when multiple people edit the file all while offline.

                        Then there is merge competition. Rarely is it a problem. When it is, it requires human intervention.

                        As you said, you've never seen O365 based SP go down... so you're right, it's a rare situation.

                        1 Reply Last reply Reply Quote 0
                        • coliverC
                          coliver @Dashrender
                          last edited by

                          @Dashrender said:

                          @scottalanmiller said:

                          @Dashrender said:

                          Does anyone know how shared files will be handled when edited offline due to a service outage?

                          Shared or do you mean if edited by multiple parties while offline? Remember that the files are versions and intelligently locked for some file types so that you could do a lot of different edits without stepping on each others' toes.

                          Yes, what happens when multiple people edit the file all while offline.

                          I saw this issue (mostly because I initiated it) it generally boils down to all of them getting uploaded and input as versions. The last version to be uploaded is the live version.

                          DashrenderD 1 Reply Last reply Reply Quote 1
                          • DashrenderD
                            Dashrender @coliver
                            last edited by

                            @coliver said:

                            I saw this issue (mostly because I initiated it) it generally boils down to all of them getting uploaded and input as versions. The last version to be uploaded is the live version.

                            wooph... that's no fun...

                            coliverC 1 Reply Last reply Reply Quote 1
                            • coliverC
                              coliver @Dashrender
                              last edited by

                              @Dashrender said:

                              @coliver said:

                              I saw this issue (mostly because I initiated it) it generally boils down to all of them getting uploaded and input as versions. The last version to be uploaded is the live version.

                              wooph... that's no fun...

                              I had the same question you did and was testing it out on a file. It preserved all of the updates just the most recent one was the live copy.

                              DashrenderD 1 Reply Last reply Reply Quote 1
                              • DashrenderD
                                Dashrender @coliver
                                last edited by

                                @coliver said:

                                I had the same question you did and was testing it out on a file. It preserved all of the updates just the most recent one was the live copy.

                                I don't consider that a good solution - especially if there was no kind of notice that there are differences to be merged.

                                coliverC 1 Reply Last reply Reply Quote 0
                                • coliverC
                                  coliver @Dashrender
                                  last edited by

                                  @Dashrender said:

                                  @coliver said:

                                  I had the same question you did and was testing it out on a file. It preserved all of the updates just the most recent one was the live copy.

                                  I don't consider that a good solution - especially if there was no kind of notice that there are differences to be merged.

                                  How else would you do it? I can't think of a better solution, one that preserves all the data input during the offline time.

                                  1 Reply Last reply Reply Quote 1
                                  • DashrenderD
                                    Dashrender
                                    last edited by

                                    At bare minimum it needs to inform you that there is a different version on the server from when you were last online. Then give you the chance to merge things, etc.

                                    Normal users aren't going to understand how to deal with that. Sure they can be made to understand, but they are going to be frustrated none the less.

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

                                      @Dashrender said:

                                      At bare minimum it needs to inform you that there is a different version on the server from when you were last online. Then give you the chance to merge things, etc.

                                      Normal users aren't going to understand how to deal with that. Sure they can be made to understand, but they are going to be frustrated none the less.

                                      What is the alternative, though? And how do you handle notifications and to whom?

                                      DashrenderD 1 Reply Last reply Reply Quote 0
                                      • DashrenderD
                                        Dashrender @scottalanmiller
                                        last edited by

                                        @scottalanmiller said:

                                        @Dashrender said:

                                        At bare minimum it needs to inform you that there is a different version on the server from when you were last online. Then give you the chance to merge things, etc.

                                        Normal users aren't going to understand how to deal with that. Sure they can be made to understand, but they are going to be frustrated none the less.

                                        What is the alternative, though? And how do you handle notifications and to whom?

                                        I suppose everyone who is saving a new version that is different than the old one should be notified.

                                        I can see it now, my boss and three other employees all take their laptops home over the weekend, and they all decide to work on the same file while offline. They come into the office Monday morning. The boss arrives first and the laptop syncs their file, then the three other people and again more syncing. Then some time later someone decides to look at the file (other than the last to arrive and presumably sync) and freaks out because their changes are gone.. not only that, but the file is different than what they were working on before.

                                        Now can this happen with a file share, absolutely, but in my experience (which granted isn't a lot because this just doesn't happen much where I have worked/supported) it's much less likely an issue if someone is pulling a copy to their local laptop before go home and then copying it back when they return to the office.

                                        But then again, perhaps this situation happens so infrequently that we shouldn't even worry about it.

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

                                          @Dashrender said:

                                          @scottalanmiller said:

                                          @Dashrender said:

                                          At bare minimum it needs to inform you that there is a different version on the server from when you were last online. Then give you the chance to merge things, etc.

                                          Normal users aren't going to understand how to deal with that. Sure they can be made to understand, but they are going to be frustrated none the less.

                                          What is the alternative, though? And how do you handle notifications and to whom?

                                          I suppose everyone who is saving a new version that is different than the old one should be notified.

                                          I can see it now, my boss and three other employees all take their laptops home over the weekend, and they all decide to work on the same file while offline. They come into the office Monday morning. The boss arrives first and the laptop syncs their file, then the three other people and again more syncing. Then some time later someone decides to look at the file (other than the last to arrive and presumably sync) and freaks out because their changes are gone.. not only that, but the file is different than what they were working on before.

                                          Now can this happen with a file share, absolutely, but in my experience (which granted isn't a lot because this just doesn't happen much where I have worked/supported) it's much less likely an issue if someone is pulling a copy to their local laptop before go home and then copying it back when they return to the office.

                                          But then again, perhaps this situation happens so infrequently that we shouldn't even worry about it.

                                          How could that be the case? The situation that you describe is easily, and I mean this, thousands of times more likely to cause the problem. If you copy the file, hold it for a period of time, and then upload you are GOING TO overwrite. It won't warn you or anything. The other peoples' work is just gone. Poof.

                                          With standard SharePoint you do Check Outs so that only one person can work on it at a time. That way you know when people are working on it, who has it and can ask them to release it for you to work on.

                                          With ODfB the people who take it home would be getting each others' updates in real time so only if ODfB went offline or if they were somehow disconnected would they ever have issues at all and the overwrites are carefully handled.

                                          I think you are in a situation of creating the problem by attempting to avoid it.

                                          DashrenderD 2 Replies Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller
                                            last edited by

                                            In your experience you have been seeing ODfB syncing causing problems but not pure overwrites? Sounds like almost certainly you have been losing data and people just don't notice.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • First post
                                              Last post