Giter Site home page Giter Site logo

Comments (3)

fcorbelli avatar fcorbelli commented on May 20, 2024

Short version: no
It is NOT a backup software like Acronis.
It is more like a 7z or RAR or WinZIP or whatever "on steroids".
You cannot do a "full backup" of Windows 10 with 7z, neither with zpaqfranz
(It is very hard, almost impossible, to restore a Windows system file-by-file)

You can use the specific commands (g/q) to make a copy of DATA on drive C: (aka: everything into users and whatever folder)

By default the c:\windows, and even programs with the -frugal switch, are excluded.
Therefore you have to do a "manual restore"
Why do not use Acronis or whatever?
Because the .zpaq archive contains versioned copies (like snapshots), which Acronis-style programs are unable to do
The space occupied is minimal and the copy time is modest.

In "real life" scenario I use TWO software

  • a full-image backup software (once a week for example)
  • zpaqfranz -frugal at every boot

I'm doing some tests for a sector copy but, I have to tell the truth, it's a long and complex job and I don't think I will complete it

Suggestion: try something like that (in the example writing on d:\backup of course)

zpaqfranz g d:\backup\franco_c.zpaq -frugal -key mygoodpassword

Work as always and tomorrow run the same exact command

zpaqfranz g d:\backup\franco_c.zpaq -frugal -key mygoodpassword

You'll see :)

If you have any suggestions or comments, they are always welcome

from zpaqfranz.

fcorbelli avatar fcorbelli commented on May 20, 2024

Update
Yes, you can, but you cannot restore :)

New 56.2 (currently pre-release) can image a full C: windows to a dd (raw) image
Restore can be done via... 7z (!) after extracting the image, or FTK/Osf mount or whatever (to mount the backup)
Work in progress...

from zpaqfranz.

fcorbelli avatar fcorbelli commented on May 20, 2024

56_2f.zip
This pre-release can do a full C: image (sector-by-sector) with something like

zpaqfranz a k:\thebackup.zpaq c: -image -buffer 1MB

(-buffer 1MB using fast NVMes, the default is 4KB, usually enough for spinning drives)

The image, once taken, must be extracted before mounted (ex OSFmount) or opened (ex. 7zip)

No VSS (yet), no restore (yet)

from zpaqfranz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.