- update to 59.8:
* _The l (list) command use a new format; filesize is now ... autosized; estimated ratio is written, better infos with -all switch, do not show attrs by default * Do not add() if the X folder does not exists * -nocolors on redirect - update to 59.7: * Less used RAM enumerating files * zfssize command * switch -pause in add * updated info on vss * AMD 3950X benchmark added * New hash command * Command s with -home switch * Command hash with -orderby * add -ignore switch * substituted /sec with /s * minor fixes in -noeta * fixes in update (on *nix) - update to 59.4: * crop command * c command -checksum switch - update to 59.3: * New update command ### Warning. Downloading executable programs from the Internet is potentially dangerous. Always choose a reliable source (such as github or sourceforce), or directly my site https://www.francocorbelli.it/zpaqfranz/win64/ OBS-URL: https://build.opensuse.org/package/show/Archiving/zpaqfranz?expand=0&rev=14
This commit is contained in:
parent
60d231d751
commit
f54483e0ba
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d649549972c153a4e5f0c3e04c63fbdfa737f722439a26fe90ff789f10d0cca
|
|
||||||
size 1927321
|
|
3
zpaqfranz-59.8.tar.gz
Normal file
3
zpaqfranz-59.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55a698ea287bb320f1c2667457b8e4ce0f9cbe7577e02a9f2adb834817aaa4b6
|
||||||
|
size 1946238
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 19 20:53:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 59.8:
|
||||||
|
* _The l (list) command use a new format; filesize is now ...
|
||||||
|
autosized; estimated ratio is written, better infos with -all
|
||||||
|
switch, do not show attrs by default
|
||||||
|
* Do not add() if the X folder does not exists
|
||||||
|
* -nocolors on redirect
|
||||||
|
- update to 59.7:
|
||||||
|
* Less used RAM enumerating files
|
||||||
|
* zfssize command
|
||||||
|
* switch -pause in add
|
||||||
|
* updated info on vss
|
||||||
|
* AMD 3950X benchmark added
|
||||||
|
* New hash command
|
||||||
|
* Command s with -home switch
|
||||||
|
* Command hash with -orderby
|
||||||
|
* add -ignore switch
|
||||||
|
* substituted /sec with /s
|
||||||
|
* minor fixes in -noeta
|
||||||
|
* fixes in update (on *nix)
|
||||||
|
- update to 59.4:
|
||||||
|
* crop command
|
||||||
|
* c command -checksum switch
|
||||||
|
- update to 59.3:
|
||||||
|
* New update command
|
||||||
|
### Warning. Downloading executable programs from the
|
||||||
|
Internet is potentially dangerous. Always choose a reliable
|
||||||
|
source (such as github or sourceforce), or directly my site
|
||||||
|
https://www.francocorbelli.it/zpaqfranz/win64/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 17 09:45:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sun Mar 17 09:45:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: zpaqfranz
|
Name: zpaqfranz
|
||||||
Version: 59.2
|
Version: 59.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A journaling, incremental, deduplicating archiver
|
Summary: A journaling, incremental, deduplicating archiver
|
||||||
License: MIT AND SUSE-Public-Domain
|
License: MIT AND SUSE-Public-Domain
|
||||||
@ -27,7 +27,9 @@ Source0: https://github.com/fcorbelli/zpaqfranz/archive/refs/tags/%{versi
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Swiss army knife for backup and disaster recovery, like 7z or RAR on steroids,with deduplicated "snapshots" (versions). Conceptually similar to Mac time machine, but much more efficiently.
|
Swiss army knife for backup and disaster recovery, like 7z or RAR on
|
||||||
|
steroids,with deduplicated "snapshots" (versions). Conceptually similar to Mac
|
||||||
|
time machine, but much more efficiently.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
@ -44,8 +46,7 @@ g++ %{optflags} \
|
|||||||
zpaqfranz.cpp -o zpaqfranz -pthread -lstdc++ -lm
|
zpaqfranz.cpp -o zpaqfranz -pthread -lstdc++ -lm
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -Dpm 0755 zpaqfranz \
|
install -Dpm 0755 zpaqfranz %{buildroot}%{_bindir}/%{name}
|
||||||
%{buildroot}%{_bindir}/%{name}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
Loading…
Reference in New Issue
Block a user