git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7705
91ce42f0-d328-0410-95d8-
f526ca767f89
current_file = 0;
current_block = -1;
- max_block = 2*1024*2048; /* 2GB */
+ max_block = VTAPE_MAX_BLOCK;
}
vtape::~vtape()
#define FTAPE_MAX_DRIVE 50
+#define VTAPE_MAX_BLOCK 20*1024*2048; /* 20GB */
+
typedef enum {
VT_READ_EOF, /* Need to read the entire EOF struct */
VT_SKIP_EOF /* Have already read the EOF byte */
remove reader/writer in FOPTS????
General:
+05Oct08
+kes Increase vtape max block to 20GB.
04Oct08
kes Refactor restore code to create a close_previous_stream(). This
This may destabilize the source.