]> git.sur5r.net Git - bacula/bacula/commitdiff
Update restore menu 12 explanation
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 15 Sep 2009 18:27:17 +0000 (20:27 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 15 Sep 2009 18:27:17 +0000 (20:27 +0200)
bacula/src/dird/ua_restore.c
bacula/technotes

index e9e6a31e23cd0f6518d14e6ae12208d68ff02689..e7b18b15b7f79622df38616b2ae5df6a56c98cb2 100644 (file)
@@ -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;
index af2e827ac4f0074dfe2290a6820b394de6a41ef7..0ef3a2b1e363f81c574ab60361e90bc1723a64f7 100644 (file)
@@ -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