X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fstreams.h;h=1fc8c829cb66297545a78fc69bea880cf8f4be3c;hb=071454b9392b9c2d64004ef8d97e411b0281099f;hp=0a1bbfce5ba0ab686e9686bb841eede35bb17143;hpb=cd40b1bc4ac8c8618e34f5ce1f1668797629cadc;p=bacula%2Fbacula diff --git a/bacula/src/streams.h b/bacula/src/streams.h index 0a1bbfce5b..1fc8c829cb 100644 --- a/bacula/src/streams.h +++ b/bacula/src/streams.h @@ -97,6 +97,15 @@ #define STREAM_PLUGIN_NAME 26 /* Plugin "file" string */ #define STREAM_PLUGIN_DATA 27 /* Plugin specific data */ #define STREAM_RESTORE_OBJECT 28 /* Plugin restore object */ +/* Non GZip compressed streams. Those streams can handle arbitrary compression algorithm data + * as an additional header is stored at the beginning of the stream. + * see stream_compressed_header definition for more details. + */ +#define STREAM_COMPRESSED_DATA 29 /* Compressed file data */ +#define STREAM_SPARSE_COMPRESSED_DATA 30 /* Sparse compressed data stream */ +#define STREAM_WIN32_COMPRESSED_DATA 31 /* Compressed Win32 BackupRead data */ +#define STREAM_ENCRYPTED_FILE_COMPRESSED_DATA 32 /* Encrypted, compressed data */ +#define STREAM_ENCRYPTED_WIN32_COMPRESSED_DATA 33 /* Encrypted, compressed Win32 BackupRead data */ /** * Additional Stream definitions. Once defined these must NEVER