From 470bf7c54fd2f9e8a01d738836fd498859998c92 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 9 Dec 2004 09:51:13 +0000 Subject: [PATCH] Update doc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1751 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kernstodo | 5 +++++ bacula/src/stored/btape.c | 1 + 2 files changed, 6 insertions(+) diff --git a/bacula/kernstodo b/bacula/kernstodo index ca6911ceba..b8bc278a62 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -60,6 +60,11 @@ Regression tests (Jo): 1.37 Possibilities: +- FileSet implement "default = include" or "default = exclude" + as a solution to being able to include only certain files?????? +- Implement Preben's suggestion to add + File System Types = ext2, ext3 + to FileSets, thus simplifying backup of *all* local partitions. - Implement Maximum Job Spool Size - Document security problems with the same password for everyone in rpm and Win32 releases. diff --git a/bacula/src/stored/btape.c b/bacula/src/stored/btape.c index f1578f8746..281aba0018 100644 --- a/bacula/src/stored/btape.c +++ b/bacula/src/stored/btape.c @@ -1772,6 +1772,7 @@ This may take a long time -- hours! ...\n\n"); rewind_dev(dev); weof_dev(dev, 1); + labelcmd(); dev->state &= ~ST_APPEND; /* force volume to be relabeled */ /* -- 2.39.5