X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fstreams.h;h=1fc8c829cb66297545a78fc69bea880cf8f4be3c;hb=b5de5a3192406d3b23257c548fa1f0e88ca0d03c;hp=cf823a1e1a609ef8459829dbe7b9c752f9f18e8d;hpb=b906c1212456d509beec9d2f079d591b56fc645b;p=bacula%2Fbacula diff --git a/bacula/src/streams.h b/bacula/src/streams.h index cf823a1e1a..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 @@ -157,6 +166,9 @@ #define STREAM_ACL_AIX_NFS4 1016 /* AIX specific string representation from * aclx_printStr (NFSv4 acl) */ +#define STREAM_ACL_FREEBSD_NFS4_ACL 1017 /* FreeBSD specific acl_t string representation + * from acl_to_text (NFSv4 or ZFS acl) + */ #define STREAM_XATTR_IRIX 1990 /* IRIX specific extended attributes */ #define STREAM_XATTR_TRU64 1991 /* TRU64 specific extended attributes */ #define STREAM_XATTR_AIX 1992 /* AIX specific extended attributes */