]> git.sur5r.net Git - bacula/bacula/history - bacula/src/dird
Set job status to running when restore job really starts
[bacula/bacula] / bacula / src / dird /
2013-04-20 Kern SibbaldSet job status to running when restore job really starts
2013-04-20 Kern SibbaldRemove ifdeffing that turned off JS_Warning status...
2013-04-20 Kern SibbaldLimit migration/copy jobs to starting 100 at a time
2013-04-20 Eric BollengierSend previous Job name during Incremental/Differential...
2013-04-20 Eric BollengierTweak copyrights again
2013-04-20 Eric BollengierUse RestoreObject type in Catalog
2013-04-20 Eric BollengierImplement run accurate=yes/no
2013-04-20 Eric BollengierAdd .bvfs_clear_cache
2013-04-20 Eric BollengierAdd Accurate and MaxRunSchedTime in Schedule resource
2013-04-20 Eric Bollengiertweak copyright
2013-04-20 Kern SibbaldPull compiler warning cleanup code + other from master
2013-04-20 Kern SibbaldTweak comments in migration
2013-04-20 Kern SibbaldTweak error message
2013-04-20 Marco van WieringenTweak switch statement remove unneeded breaks.
2013-04-20 Bastian FriedrichAdd %D option to edit_job_code, simplify callbacks...
2013-04-20 Marco van WieringenRemove last traces of @SQL_BINDIR@ and @DB_TYPE@
2013-04-20 Kern SibbaldMake PurgeMigrationJob directive name correspond to doc
2013-04-20 Kern SibbaldFix regression in keyword of migrate pool patch
2013-04-20 Kern SibbaldAdd pool to migration run command
2013-04-20 Eric BollengierSend level command before fileset as sugested by Bastia...
2013-04-20 Marco van WieringenFix bug #1764 plugin_list shadows global variable of...
2013-04-20 Ben WaltonUpdate auth troubleshooting URL to use MANUAL_AUTH_URL...
2013-04-20 Eric BollengierFix spooldata and ignoreduplicates run command options...
2013-04-20 Kern SibbaldFix compile warnings
2013-04-20 Eric BollengierAdd help for "use" command as suggested by Thomas Mueller
2013-04-20 Eric BollengierFix error message with bad dot commands
2013-04-20 Kern SibbaldMake bat run dialog present only allowed levels
2013-04-20 Marco van WieringenFix bug #1751 Make duplicate checking somewhat less...
2013-04-20 Eric BollengierCleanup function name and move MaxRunSchedTime value...
2013-04-20 Laurent PapierAdd LZO compression support in bacula-fd.
2013-04-20 Kern SibbaldMake bad Storage check in is_on_same_storage non-fatal
2013-04-20 Eric BollengierImplement RestoreObject for sqlite + cleanups
2013-04-20 Eric BollengierAllow va_arg in Dmsg/Jmsg director plugin functions
2013-04-20 Kern SibbaldAdd barcodes help to label command
2013-04-20 Marco van WieringenFix small memory leak when job get canceled.
2013-04-20 Eric BollengierFix unitialized DeltaSeq during Verify jobs
2013-04-20 Kern SibbaldRemove broken code
2013-04-20 Marco van WieringenDon't force job duplicate checking on copy and migratio...
2013-04-20 Marco van WieringenSimplify the code path in migration and copy jobs
2013-04-20 Marco van WieringenAllow duplicate job check override from run cmdline...
2013-04-20 Marco van WieringenInitialize spool_data_set as boolean.
2013-04-20 Kern SibbaldAdd stat packet size to encode/decode_ routines to...
2013-04-20 Kern SibbaldChange all sm_checks into Dsm_check for performance...
2013-04-20 Eric BollengierFix couple of g++ warnings
2013-04-20 Eric BollengierUpdate Catalog version and use DeltaSeq instead of...
2013-04-20 Kern SibbaldBetter fix for bug #1603 restart of Virtual Full
2013-04-20 Kern SibbaldFix bug #1603 restart of Virtual Full becomes a Full
2013-04-20 Kern SibbaldUse jcr->is_xxx instead of direct tests
2013-04-20 Kern SibbaldFix week of year schduling bug #1699
2013-04-20 Kern SibbaldAdd missing code for rename incomplete to rerunning
2013-04-20 Kern SibbaldRename incomplete to rerunning for clarity
2013-04-20 Kern SibbaldUse jcr->setJobStatus() in favor of set_jcr_job_status...
2013-04-20 Kern Sibbaldreplace set_Jobxxx by setJobxxx
2013-04-20 Kern SibbaldTweak restart incomplete jobs
2013-04-20 Eric BollengierAdd %h option in runscript to get client address
2013-04-20 Kern SibbaldTweak restart base
2013-04-20 Kern SibbaldRework Incomplete job intereaction with Base and Accurate
2013-04-20 Kern SibbaldRestart incomplete jobs only if type Backup
2013-04-20 Kern SibbaldMake restart2-test work
2013-04-20 Kern SibbaldPut resched Incomplete Job on directive default=on
2013-04-20 Kern SibbaldUse max(FileIndex) for restarting incomplete Job
2013-04-20 Kern SibbaldFirst cut restart Jobs
2013-04-20 Eric BollengierRename ua->err to ua->errmsg
2013-04-20 Eric BollengierCheck some user inputs in purge and restore commands
2013-04-20 Eric BollengierCheck if resource name is valid in acl_access_ok()
2013-04-20 Eric BollengierFix chgrp on bacula-x.conf
2013-04-20 Kern SibbaldImplement chgrp on bacula-x.conf if user configs a...
2013-04-20 Eric BollengierTweak select_media_dbr()
2013-04-20 Eric BollengierCheck if volume name is valid in select_media_dbr()
2013-04-20 Marco van WieringenDrop last SQL_INC leftovers. Due to backend abstraction...
2013-04-20 Eric BollengierRename db_list_ctx.cat() to db_list_ctx.add()
2013-04-20 Kern SibbaldAdd code to trim heap after big mallocs
2013-04-20 Marco van WieringenFix possible core-dump as seen in regression testing
2013-04-20 Marco van WieringenAdded set_db_type function to set global debug symbol...
2013-04-20 Marco van WieringenBackport of class based catalog backends into Branch...
2013-04-20 Kern SibbaldFree unused pool memory after restore
2013-04-20 Kern SibbaldAdd replace=xxx on restore command line
2013-04-20 Eric BollengierAdd restore_job= option to restore command
2013-04-20 Kern SibbaldAdd indentation in lsmark command output
2013-04-20 Eric BollengierChange SELECT count(*) to SELECT 1 .. LIMIT 1 to speed...
2013-04-20 Eric BollengierAdd PurgeMigrateJob Job resource option to purge job...
2010-11-25 Kern SibbaldUse new FO_xxx bits in backup/restore and plugins
2010-11-25 Eric BollengierInsert Delta in bootstrap by JobTDate
2010-11-25 Eric BollengierAdd delta option to db_get_file_list()
2010-11-25 Eric BollengierSupport restore with Delta in Director
2010-11-25 Eric BollengierDon't compute accurate list with MD5 if not used
2010-11-18 Eric BollengierAdd delta sequence to batch mode, accurate query and...
2010-11-18 Kern SibbaldStart adding DeltaSeq
2010-11-18 Eric Bollengierbvfs: support basejobs and migration for PostgreSQL
2010-11-12 Kern SibbaldMake RestoreObject compatible with older FDs
2010-11-12 Eric BollengierFix compilation warning about void* to int cast
2010-11-12 Eric BollengierSmall cleanup for bvfs
2010-11-12 Eric BollengierRemove extra EndTime displayed on the first line of...
2010-11-03 Eric Bollengiertweak help message
2010-10-31 Kern SibbaldIgnore unknown dot commands in restore tree code
2010-10-13 Eric BollengierFix bug #1643 about orphan records with delete volume...
2010-10-06 Eric BollengierTweak messages from .bvfs commands
2010-10-06 Eric Bollengierbat: Add pattern filter and make restore to start from...
2010-10-06 Eric BollengierAdd .bvfs_restore command
2010-10-06 Eric BollengierAdd .bvfs_get_path to traduce a pathid into a path
next