EnglishFrenchSpanish

OnWorks favicon

xdelta3 - Online in the Cloud

Run xdelta3 in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command xdelta3 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


xdelta3 - VCDIFF (RFC 3284) binary diff tool

SYNOPSIS


xdelta3 [command] [options] [input [output]]

DESCRIPTION


xdelta3 is a binary diff tool that uses the VCDIFF (RFC 3284) format and compression.

COMMANDS


config prints xdelta3 configuration

decode decompress the input, also set by -d

encode compress the input, also set by -e (default)

test run the builtin tests

printdelta
print information about the entire delta

printhdr
print information about the first window

printhdrs
print information about all windows

recode encode with new application/secondary settings

OPTIONS


standard options:

-0 .. -9
compression level

-c use stdout

-d decompress

-e compress

-f force overwrite

-h show help

-q be quiet

-v be verbose (max 2)

-V show version

memory options:

-B bytes source window size

-W bytes input window size

-P size compression duplicates window

-I size instruction buffer size (0 = unlimited)

compression options:

-s source source file to copy from (if any)

-S [djw|fgk|lzma|none]
enable/disable secondary compression

-N disable small string-matching compression

-D disable external decompression (encode/decode)

-R disable external recompression (decode)

-n disable checksum (encode/decode)

-C soft config (encode, undocumented)

-A [apphead]
disable/provide application header (encode)

-J disable output (check/compute only)

-T use alternate code table (test)

NOTES


The XDELTA environment variable may contain extra args:

XDELTA="-s source-x.y.tar.gz" \
tar --use-compress-program=xdelta3 -cf \
target-x.z.tar.gz.vcdiff target-x.y/

EXAMPLES


Compress the differences between SOURCE and TARGET, yielding OUT, using "djw" secondary
compression:

xdelta3 -S djw -s SOURCE TARGET OUT

Do the same, using standard input and output:

xdelta3 -S djw -s SOURCE < TARGET > OUT

To decompress OUT, using SOURCE, yielding TARGET:

xdelta3 -d -s SOURCE OUT TARGET

Use xdelta3 online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • 2
    gMKVExtractGUI
    gMKVExtractGUI
    A GUI for mkvextract utility (part of
    MKVToolNix) which incorporates most (if
    not all) functionality of mkvextract and
    mkvinfo utilities. Written in C#NET 4.0,...
    Download gMKVExtractGUI
  • 3
    JasperReports Library
    JasperReports Library
    JasperReports Library is the
    world's most popular open source
    business intelligence and reporting
    engine. It is entirely written in Java
    and it is able to ...
    Download JasperReports Library
  • 4
    Frappe Books
    Frappe Books
    Frappe Books is a free and open source
    desktop book-keeping software that's
    simple and well-designed to be used by
    small businesses and freelancers. It'...
    Download Frappe Books
  • 5
    Numerical Python
    Numerical Python
    NEWS: NumPy 1.11.2 is the last release
    that will be made on sourceforge. Wheels
    for Windows, Mac, and Linux as well as
    archived source distributions can be fou...
    Download Numerical Python
  • 6
    CMU Sphinx
    CMU Sphinx
    CMUSphinx is a speaker-independent large
    vocabulary continuous speech recognizer
    released under BSD style license. It is
    also a collection of open source tools ...
    Download CMU Sphinx
  • More »

Linux commands

Ad