From 01024691f49e3ea6f09ab4f0f24c3aae9a6040d0 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 5 Nov 2009 20:40:38 +0100 Subject: [PATCH] Update projects + tweak strip-test --- bacula/projects | 23 ++++++++++++++++++++++- regress/tests/strip-test | 4 +++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/bacula/projects b/bacula/projects index 98719b61bd..b019abc333 100644 --- a/bacula/projects +++ b/bacula/projects @@ -1397,7 +1397,28 @@ Item n: Implement a Migration job type that will create a reverse Notes: This feature was previously discussed on the bacula-devel list here: http://www.mail-archive.com/bacula-devel@lists.sourceforge.net/msg04962.html - + +Item n: Job migration between different SDs +Origin: Mariusz Czulada +Date: 07 May 2007 +Status: NEW + +What: Allow to specify in migration job devices on Storage Daemon other then + the one used for migrated jobs (possibly on different/distant host) + +Why: Sometimes we have more then one system which requires backup + implementation. Often, these systems are functionally unrelated and + placed in different locations. Having a big backup device (a tape + library) in each location is not cost-effective. It would be much + better to have one powerful enough tape library which could handle + backups from all systems, assuming relatively fast and reliable WAN + connections. In such architecture backups are done in service windows + on local bacula servers, then migrated to central storage off the peak + hours. + +Notes: If migration to different SD is working, migration to the same SD, as + now, could be done the same way (i mean 'localhost') to unify the + whole process ========= Add new items above this line ================= diff --git a/regress/tests/strip-test b/regress/tests/strip-test index dd892278a5..cadac49f6d 100755 --- a/regress/tests/strip-test +++ b/regress/tests/strip-test @@ -9,7 +9,6 @@ JobName=stripTest scripts/cleanup scripts/copy-strip-confs - # Make a copy of build/src/dird to be backed up rm -rf ${tmp}/$$-strip mkdir -p ${tmp}/$$-strip @@ -28,6 +27,9 @@ start_test cat <${cwd}/tmp/bconcmds @$out /dev/null messages +@# +@# Do a backup +@# @$out ${cwd}/tmp/log1.out @#setdebug level=150 dir @#setdebug level=150 storage=FileStorage -- 2.39.5