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

    BackBlaze - Business Options Available

    Scheduled Pinned Locked Moved IT Discussion
    83 Posts 16 Posters 26.1k 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.
    • stacksofplatesS
      stacksofplates
      last edited by stacksofplates

      I've got to say I'm impressed with the customer service so far. I signed up for the B2 beta and downloaded the cli tool from the site. I had an issue and opened a chat on the site. Nathan was helpful and ended up knowing what the issue was.

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

        So if you just want to use B2 to backup something like a home folder here's how you can do it. First you need to create and authorize a bucket (I won't go into that it's in the documentation). Here's a one liner to upload your home folder and exclude a couple hidden folders. Stderr is sent to /dev/null because you'll get a lot of errors telling you that the item is a folder (B2 doesn't support uploading folders).

        find /home/jhooks * \( -path ./.cache -o -path ./.adobe -o -path ./.macromedia \) -prune -o -exec sh -c 'b2 upload_file JHB-Backup {} home/jhooks/{}' \; 2> /dev/null
        

        JHB-Backup is the bucket name and the home/jhooks{} gives each file a name based on the directory it's in.

        If you want only files changed in the last day add -mtime -1.

        I'm sure this isn't the normal use case for this, but if you want a simple backup off site for cheap it would work.

        If you want to run it as a script you could do

        #!/bin/bash
        
        cd /home/user    
        
        now=$(date +"%m-%d-%Y")
        
        /usr/bin/find /home/user * \( -path ./.cache -o -path ./.adobe -o -path ./.macromedia \) -prune -o -exec sh -c 'b2 upload_file <bucket_name> {} {}' \; >> /home/user/.log/$now.log 2> /dev/null
        

        That will output a log to the /home/user/.log folder and name it the date that it was run.

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

          I had a couple issues with the script above. I'll keep doing some edits. It was adding an extra / some places and I'm not sure why.

          Edit: I figured it out and updated the script. You need to cd to the directory first and then run the upload. You can then remove the /home/user in the second section.

          1 Reply Last reply Reply Quote 0
          • aaron-closed accountA
            aaron-closed account Banned @NetworkNerd
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 1
            • Mike DavisM
              Mike Davis
              last edited by

              What do you have to do to get the B2 script working on a Windows box? Install python?

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

                @Mike-Davis said:

                What do you have to do to get the B2 script working on a Windows box? Install python?

                Do you mean the one that John provided? That's BASH, not Python. You'd need to install BASH.

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

                  @Nic said:

                  @BRRABill I've only used the home version for $5/month per computer. This page has info on the business version:
                  https://www.backblaze.com/business.html

                  I know I'm really late to this - but you pay $5/month ($60/yr) and their business plan for unlimited workstation backup is less, at $50/yr? are you going to switch?

                  BRRABillB Deleted74295D aaron-closed accountA 3 Replies Last reply Reply Quote 0
                  • BRRABillB
                    BRRABill @Dashrender
                    last edited by

                    @Dashrender said:

                    @Nic said:

                    @BRRABill I've only used the home version for $5/month per computer. This page has info on the business version:
                    https://www.backblaze.com/business.html

                    I know I'm really late to this - but you pay $5/month ($60/yr) and their business plan for unlimited workstation backup is less, at $50/yr? are you going to switch?

                    I haven't looked at BackBlaze yet, but CrashPlan has some features on the personal side that might make more sense for home users. MIGHT. 🙂

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

                      examples?

                      BRRABillB 1 Reply Last reply Reply Quote 0
                      • BRRABillB
                        BRRABill @Dashrender
                        last edited by

                        @Dashrender

                        One of the big things is that you can backup up to 10 machines for $12.50 a month, where with the business plan each one has to be $10 a month. Of course that may or or may not work in a business setting (I know businesses who do that, backup every machine to one main account) but at home it's generally fine.

                        You can also do peer-to-peer backup which is not available in the business setting.

                        They also didn't used to have restore-to-door on the business side, but they now do. (Seems odd not to.) If you want to pay $299.

                        CrashPlan charges $10 for business, and $5 for the "home" version. But I've set 1 person businesses up on the "home" plan, which CrashPlan is fine with.

                        1 Reply Last reply Reply Quote 0
                        • Deleted74295D
                          Deleted74295 Banned @Dashrender
                          last edited by

                          @Dashrender said:

                          @Nic said:

                          @BRRABill I've only used the home version for $5/month per computer. This page has info on the business version:
                          https://www.backblaze.com/business.html

                          I know I'm really late to this - but you pay $5/month ($60/yr) and their business plan for unlimited workstation backup is less, at $50/yr? are you going to switch?

                          Business plan has a minimum 5 seat order. 🙂 Unless they've changed that recently.

                          DashrenderD DustinB3403D 2 Replies Last reply Reply Quote 0
                          • DashrenderD
                            Dashrender @Deleted74295
                            last edited by

                            @Breffni-Potter said:

                            @Dashrender said:

                            @Nic said:

                            @BRRABill I've only used the home version for $5/month per computer. This page has info on the business version:
                            https://www.backblaze.com/business.html

                            I know I'm really late to this - but you pay $5/month ($60/yr) and their business plan for unlimited workstation backup is less, at $50/yr? are you going to switch?

                            Business plan has a minimum 5 seat order. 🙂 Unless they've changed that recently.

                            OK, sadly on BB's side, they don't say that on the page.

                            1 Reply Last reply Reply Quote 1
                            • wrx7mW
                              wrx7m @JaredBusch
                              last edited by

                              @JaredBusch Thanks! I don't know why I didn't think about the mklink aspect. I have also searched for ways around this for quite some time.

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

                                @Breffni-Potter said:

                                @Dashrender said:

                                @Nic said:

                                @BRRABill I've only used the home version for $5/month per computer. This page has info on the business version:
                                https://www.backblaze.com/business.html

                                I know I'm really late to this - but you pay $5/month ($60/yr) and their business plan for unlimited workstation backup is less, at $50/yr? are you going to switch?

                                Business plan has a minimum 5 seat order. 🙂 Unless they've changed that recently.

                                That's still a great price, even if it hasn't changed from a 5 order minimum.

                                1 Reply Last reply Reply Quote 0
                                • wrx7mW
                                  wrx7m
                                  last edited by

                                  Anyone know if the mklink requires a user be logged in on that system?

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

                                    @wrx7m said:

                                    Anyone know if the mklink requires a user be logged in on that system?

                                    It does as far as I know, because my CrashPlan Pro at one location fails to see the NAS folder on C:\Backup after the PC reboots until I log in.

                                    Never looked for a way around it.

                                    wrx7mW BRRABillB 2 Replies Last reply Reply Quote 1
                                    • wrx7mW
                                      wrx7m @JaredBusch
                                      last edited by

                                      @JaredBusch Hmm. I was thinking of incorporating this method into a filemaker server DB backup, as it requires you to backup to a "local" drive for some strange reason but maybe I will continue creating a copy script to put it on my NAS.

                                      1 Reply Last reply Reply Quote 0
                                      • BRRABillB
                                        BRRABill @JaredBusch
                                        last edited by

                                        @JaredBusch said:

                                        It does as far as I know, because my CrashPlan Pro at one location fails to see the NAS folder on C:\Backup after the PC reboots until I log in.

                                        Never looked for a way around it.

                                        Can you make the CrashPlan service log in with your credentials?

                                        That's what I had to do when I was using EFS. (Though I believe it now supports it if installed as each user without doing the logon as service route.)

                                        dafyreD 1 Reply Last reply Reply Quote 0
                                        • dafyreD
                                          dafyre @BRRABill
                                          last edited by

                                          @BRRABill said:

                                          @JaredBusch said:

                                          It does as far as I know, because my CrashPlan Pro at one location fails to see the NAS folder on C:\Backup after the PC reboots until I log in.

                                          Never looked for a way around it.

                                          Can you make the CrashPlan service log in with your credentials?

                                          That's what I had to do when I was using EFS. (Though I believe it now supports it if installed as each user without doing the logon as service route.)

                                          Yeah, you can do that. Just modify the service to log on as whatever user you need it to log on as. IIRC, though, they don't officially support this.

                                          1 Reply Last reply Reply Quote 0
                                          • aaron-closed accountA
                                            aaron-closed account Banned @Dashrender
                                            last edited by

                                            This post is deleted!
                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 1 / 5
                                            • First post
                                              Last post