Skip to content

Windows 32/64 binary, 64 bit-HW accelerated

Compare
Choose a tag to compare
@fcorbelli fcorbelli released this 01 Oct 16:59
· 92 commits to main since this release
9feaa92

-home switch for add

It is possible to archive different folders inside different .zpaq, this is useful for splitting individual users (inside /home or c:\users) to different .zpaq

zpaqfranz a z:\utenti.zpaq c:\users -home
zpaqfranz a /temp/test1 /home -home -not franco
zpaqfranz a /temp/test2 /home -home -only "*SARA" -only "*NERI"

Support of selections in r robocopy commmand

Now you can select files just like the add command
zpaqfranz r c:\d0 z:\dest -kill -minsize 10GB
zpaqfranz r c:\d0 z:\dest -kill -only *.e01 -only *.zip

Fix for Mac PowerPC

Yes, someone compile zpaqfranz on PPC

Improved compatibility with ancient compilers on Slackware

Slack seems to run very old gccs

Workaroud for gcc's buggy versions

Newer gcc is bugged... too

A bit of refactoring

Slower but cleaner

Replaced $ to %, because Linux's scripts does not like $ at all

  • %hour
  • %min
  • %sec
  • %weekday
  • %year
  • %month
  • %day
  • %week
  • %timestamp
  • %datetime
  • %date
  • %time
    Example: zpaqfranz r c:\d0 z:\backup%day -kill_

Examples for -orderby switch (in add)

zpaqfranz a z:\test.txt c:\dropbox -orderby ext;name
zpaqfranz a z:\test.txt c:\dropbox -orderby size -desc

filecopy with variable buffer size (-buffer)

Just for test on different platforms

The versum command takes only file starting with |

versum will elaborate now this kind of "strange" files

|SHA-256: 8A9C2486E9E9DAC489FC5748CF400359BB6DD5F10276429EED5F3E647DA25B0D [    522.192.336.767]     |pippo.zip

|SHA-256: 000064E741776F57D3961170A3C03679B45F37BCB1DD1A63FE5D288FD5374D94 [            110.637]     |pluto43/435396f46adc648df0a5f5c13667ee3cb9ea4eca

disclaimer after help for USE THE DOUBLE QUOTES, LUKE!

After each help

************ REMEMBER TO USE DOUBLE QUOTES! ************
*** -not *.cpp    is bad,    -not "*.cpp"    is good ***
*** test_???.zpaq is bad,    "test_???.zpaq" is good ***

Download zpaqfranz