Can you please link exactly... where?
Maybe I can get some useful ideas
Moderators: Hacker, petermad, Stefan2, white
Can you please link exactly... where?
Probably nothing new to you, I mainly meant the discussions on encode.su, like herefcorbelli wrote:Can you please link exactly... where?
Maybe I can get some useful ideas
Yes, I know, but I meant more from TC's side, not in the CLI, i.e. one could implement a wdx interface with a field for file-hash, for quick comparision. I'm not sure if this is possible w/o breaking the wcx side.fcorbelli wrote:Already in zpaqfranz.
Tbh, the whole command line for zpaqfranz becomes more and more cryptic. I'm aware of the examples on the forums, but the man/help is too "undisclosed" by default for most users IMO.fcorbelli wrote:You can store every kind of hash, and CRC too to detect SHA-1 collisions.
Thx, I'll take a look into that.fcorbelli wrote:Here's, BTW, the deduplicator optimization
Nothing essentially changes, the implementation in zpaq is already good enough, due to limited latency and "cache-like" buffering. You will find on encode.su the various threads where I have experimented with (about) all of them, up to 7zip's. You can get a good improvement using SHA instructions, if your CPU supports it. zpaqfranz does this way now.milo1012 wrote: ↑2023-12-19, 17:17 UTC Probably nothing new to you, I mainly meant the discussions on encode.su, like here
https://encode.su/threads/456-zpaq-updates/page71
Of course you can.Anyway, I'm trying the Intel SHA extensions too, but not sure if I can implement it w/o breaking the stock libzpaq. We'll see.
They are almost identical to zpaq.Tbh, the whole command line for zpaqfranz becomes more and more cryptic. I'm aware of the examples on the forums, but the man/help is too "undisclosed" by default for most users IMO.
There are more switches because there are more commands. Many, many moreI agree: it's a shame that zpaq doesn't get more attention, and I'm glad that zpaqfranz tries to improve things, but that puzzle box of different CLI switches doesn't really help here. In fact I tried to advertize it to some friends, and some just answered: "nah, too much of a hassle".
Code: Select all
zpaqfranz t something-to-be-tested.zpaq
Code: Select all
zpaq x something-to-be-tested.zpaq -test
Thx, I'll take a look into that.fcorbelli wrote:Here's, BTW, the deduplicator optimization
Code: Select all
a Add or append files to archive
l List file(s)
x Extract the file(s)
Code: Select all
1on1 Delete folder2's files with same name/hash of folder1
autotest Check for hidden errors after compiling from source
b CPU benchmark, speed index in (yes!) franzomips
backup Backup with hardened multipart
c Compare one master dir against one or more slaves dir(s)
collision Inspect archive for SHA-1 collisions
consolidatebackup Consolidate multipart backup
cp Friendly file copy with ETA (resumable)
d Deduplicate files inside a single folder WITHOUT MERCY
dir A better dir (yes, Windows' dir)
dirsize Show cumulative folder(s) size
dump Inspect archive for SHA-1 collisions
f Free disk space fills (=reliability test) or wipe (privacy)
find Search file(s) with the wildcards
fzf List archive filenames 'plain-and-dirty'
g Windows C: archiver from a shell without admin rights
gui Windows text-based GUI (listing-extraction)
e Extract the file(s) in the current folder
i File (archive) information
isopen Check if a file is open (by other software)
k Kill (delete) everything not in the archive (RISKY!)
last Get the last multipart filename
last2 Compare last2 rows
m Merge (consolidate) multipart archive into one
n Decimate (keeping the newer X) older files
p Paranoid test (slow, a lot of RAM needed)
password Change/remove password of single archive (no multipart)
pause Halt script execution until timeout expires or keypress
q Windows archive of C: with VSS
r Robocopy one master to multiple slave folders
rd Remove hard-to-delete Windows' folder (ex. path too lengthy)
redu Inspect archive for SHA-1 collisions
rsync Delete rsync's dangling temporary files
s Get dir(s) size, return free disk space
sfx Create SFX module (with encryption support)
sum Calc hash/checksums, find duplicated files
t Test archive integrity
testbackup Multipart hardening
trim Trim .zpaq archive from the incomplete transaction
utf Convert filenames to Latin, fix too long filenames etc.
v Verify an archive (against filesystem)
versum Hashdeep-like double check of hashes
w Very big files chunked extraction/test
z Remove empty directories
I meant the STOCK libzpaq which isn't merged into a single CPP file now. But sure, it will work somehow.fcorbelli wrote:Of course you can.
I already do
Touchè
In the "Impostazioni" tab you will find a "Italian interface" checkbox
The pakka.ini is present?