From e0de4566ae440254fbe97de0eb04393fd3352d63 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 15 Sep 2009 20:27:17 +0200 Subject: [PATCH] Update restore menu 12 explanation --- bacula/src/dird/ua_restore.c | 6 ++++-- bacula/technotes | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bacula/src/dird/ua_restore.c b/bacula/src/dird/ua_restore.c index e9e6a31e23..e7b18b15b7 100644 --- a/bacula/src/dird/ua_restore.c +++ b/bacula/src/dird/ua_restore.c @@ -417,7 +417,7 @@ static int user_select_jobids_or_files(UAContext *ua, RESTORE_CTX *rx) _("Find the JobIds of the most recent backup for a client"), _("Find the JobIds for a backup for a client before a specified time"), _("Enter a list of directories to restore for found JobIds"), - _("Select full restore to a specified JobId"), + _("Select full restore to a specified Job date"), _("Cancel"), NULL }; @@ -739,7 +739,7 @@ static int user_select_jobids_or_files(UAContext *ua, RESTORE_CTX *rx) return 2; case 11: /* Choose a jobid and select jobs */ - if (!get_cmd(ua, _("Enter JobId to restore: ")) || + if (!get_cmd(ua, _("Enter JobId to get the state to restore: ")) || !is_an_integer(ua->cmd)) { return 0; @@ -752,6 +752,8 @@ static int user_select_jobids_or_files(UAContext *ua, RESTORE_CTX *rx) ua->cmd, db_strerror(ua->db)); return 0; } + ua->send_msg(_("Selecting jobs to build the Full state at %s\n"), + jr.cStartTime); jr.JobLevel = L_INCREMENTAL; /* Take Full+Diff+Incr */ if (!db_accurate_get_jobids(ua->jcr, ua->db, &jr, &jobids)) { return 0; diff --git a/bacula/technotes b/bacula/technotes index af2e827ac4..0ef3a2b1e3 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -2,6 +2,8 @@ General: +15Sep09 +ebl Update restore menu 12 explanation 14Sep09 ebl Rename .lsdirs/.lsfiles/.update to .bvfs_xxx to avoid confusion with future commands -- 2.39.5