-
Notifications
You must be signed in to change notification settings - Fork 25
Examples add
Starting from build 52 (by default) zpaqfranz will store the CRC-32 and XXH3 codes of each file, without significant slowdown. This information, if present, can be shown with appropriate switches of the command l (list). See related examples
zpaqfranz a z:\1.zpaq c:\data\* d:\pippo\*
zpaqfranz a z:\1.zpaq c:\nz\* -m0
zpaqfranz a z:\1.zpaq c:\nz\* -m2
zpaqfranz a z:\c.zpaq c:\nz\ -m5
zpaqfranz a z:\1.zpaq c:\zpaqfranz\* -find c:/zpaqfranz/ -replace y:/mynewplace/ -noeta
do not show ETA
zpaqfranz a z:\4.zpaq.zpaq c:\vecchio.sql r:\1.txt Note: files, not folders
zpaqfranz a z:\b.zpaq c:\nz\ -key mygoodpassword
zpaqfranz a z:\test\backup\thecopy.zpaq e:\parte\container.truecrypt -force -method 0 -pakka -test
When running with TrueCrypt/VeraCrypt volume you need to enforce the add(), disabling compression (useless with encrypted archive)
zpaqfranz a z:\2.zpaq c:\nz\ -sha1 Deprecated: the SHA-1 code of each file will be stored (as in versions prior to 52), but with a significant slowdown.
zpaqfranz a z:\2.zpaq c:\nz\ -sha256 -verify -verify will BLOCK adding in case of SHA-1 collisions (slows ~+10%). Otherwise a control t (test) needed
zpaqfranz a z:\3.zpaq c:\nz\ -test
zpaqfranz a z:\5.zpaq c:\audio -715
Disable zpaqfranz extensions. Do not store CRC-32 and XXH3 (faster), do not ignore .zfs and ADS etc
zpaqfranz a z:\e.zpaq c:\nz\ -nochecksum Do not store CRC-32 and XXH3 (fastest run), ignore .zfs and ADS etc
zpaqfranz a z:\6.zpaq c:\data\* -comment first_copy
zpaqfranz a z:\6.zpaq c:\data\* -comment second_copy
zpaqfranz a z:\6.zpaq c:\data\* -comment third_copy
zpaqfranz a z:\7.zpaq c:\users\utente\* -vss
_Only on Windows, will DELETE ALL VSS on C:_
zpaqfranz a z:\8.zpaq c:\data\* -timestamp 2021-12-30_01:03:04
Please note: versions MUST be in monotonic increasing order. Use appropriate zfSnap or whatever
zpaqfranz a "z:\9_????.zpaq" c:\data\
In this example with 4 digits (because 4 question marks)
zpaqfranz a "z:\a_???.zpaq" c:\data\ -index z:\a_000.zpaq
zpaqfranz a z:\d.zpaq c:\nz\ -filelist
The VirtualFile is a .txt with all the files added to version X. Can be used with x -filelist to quickly create a list, faster than command l (list) for very BIG archives
zpaqfranz a "" c:\nz\*
Note the empty filename "". Typycally for debug, benchmarking or developing
Add data to archive z:\1.zpaq. If become bigger than 2000000000 move to y:\archive and start from scratch
zpaqfranz a z:\1.zpaq c:\nz\ -freeze y:\archived -maxsize 2000000000
Note: the archive will be renamed if already exists, NO overwrite. So z:\1.zpaq => y:\archived\1.zpaq . On the next round z:\1.zpaq => y:\archived\1_0000001.zpaq