Whats a good automated backup solution for a Windows based laptop?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Publisher Bucks
    Confirmed User
    • Oct 2018
    • 1346

    #1

    Tech Whats a good automated backup solution for a Windows based laptop?

    I'm looking for suggestions on the best ways to automagically backup a Windows 11 based laptop, either daily, weekly or monthly.

    How are you folks currently handling this please?

    *edit* Should say preferably to an external SSD.
    Extreme Link List - v1.0
  • CurrentlySober
    Too lazy to wipe my ass
    • Aug 2002
    • 38975

    #2
    Just steal another identical laptop, and set them to sync with each other. That way, if one gets damaged / stolen / poo'd upon etc, you have a duplicate identical laptop to carry on without missing a beat...

    Then simply steal another and repeat the poocess!

    Simples
    ️ ️

    Comment

    • money biz
      Confirmed User
      • Jan 2003
      • 1021

      #3
      I think win 11 has something built in. It's called file history or something and then you syn the drive.

      Comment

      • HostedinVegas
        Confirmed User
        • Feb 2011
        • 110

        #4
        Create a .bat file, and have it run at X time, on X day and such.

        ## Example ##

        Compress-Archive -LiteralPath 'C:\Users\yourusername\Documents' -DestinationPath "C:\Users\yourusername\Backups\backup-Documents-$(get-date -f yyyy-MM-dd).zip"
        robocopy C:\Users\yourusername\Backups W:\backups /M /XA:H /W:0 /R:1 /REG
        del C:\Users\yourusername\Backups\*.zip
        ## Explained

        Line One:
        This is not needed but I personally use it, this created a zip file of directly and everything inside of it in your source, then it drops that zip file in the folder of your secondary location, with the date in the name
        ** Make the destination folder different from your source!
        Line Two: this is the copy command from the command line that copies everything in the source to the destination, the flags after it are what your looking for.
        Read More: https://theserveradmin.com/robocopy-explained/

        Line Three: Delete the created *.zip file in the source folder, not needed but I used this so I don't have a ton of backup zips created.

        Hope this helps.
        Now Part of the Your Hosting Solutions / Hosting for a Dollar Network.Affordable Hosting Solutions
        Shared Hosting, VPS, Dedicated Servers, and More !!

        Comment

        • Paul&John
          Confirmed User
          • Aug 2005
          • 8621

          #5
          Depends what would you like to back up - your personal files, documents etc.. or you want to make an exact copy of your system drive..
          I do both, backup important stuff daily via FBackup free version, then do a weekly image backup. My C: (system) drive is small in size (<250GB) so I create a system image to an external drive via 'Backup and Restore' in windows. So in case anything gets broken you can restore that image backup and you are good to go. Via the first option you will have to reinstall everything..
          Use coupon 'pauljohn' for a $1 discount at already super cheap NameSilo!
          Anal Webcams | Kinky Trans Cams Live | Hotwife XXX Tube | Get your Proxies here

          Comment

          • Rochard
            Jägermeister Test Pilot
            • Dec 2001
            • 75761

            #6
            Use Microsoft Onedrive.

            I do not use this myself because I work exclusively in the cloud these days, but my mother's PC crapped out and she lost all of the pictures she had scanned in over decades. Got her a new laptop and much to our surprise all of her photos and documents were automatically backed up to Onedrive.

            It was a life saver.
            Herschel Savage
            Brooklyn, NY

            Comment

            • sandman!
              Icq: 14420613
              • Mar 2001
              • 15427

              #7
              Acronis makes a decent product
              Need WebHosting ? Email me for some great deals [email protected]

              Comment

              • myleene
                Confirmed User
                • Oct 2013
                • 906

                #8
                FreeFileSync?

                https://freefilesync.org/

                I've been using it for years and have never had an issue.

                If you need an entire disk backup, this one works well and I've also been using it for years:

                Drive Snapshot - Disk Image Backup for Windows

                Comment

                Working...