bimagemgr.
## Consider moving docs to their own project.
## Move rescue to its own project.
+## Create a new GUI chapter explaining all the GUI programs.
Autochangers:
- 3. Prevent two drives requesting the same Volume in any given
- Implement a way an Admin Job can prune, possibly multiple
clients -- Python script?
- Implement "NewVolumeEachJob = yes|no" in Dir.
-- Create a new GUI chapter explaining all the GUI programs.
- Look at Preben's acl.c error handling code.
- Implement Maximum Job Spool Size
- Remove all old Device resource code in Dir and code to pass it
- Look at dird_conf.c:1000: warning: `int size'
might be used uninitialized in this function
- Indicate when a Job is purged/pruned during restore.
-
}
if (tree.FileCount == 0) {
bsendmsg(ua, "\nThere were no files inserted into the tree, so file selection\n"
- "is not possible.\nMost likely your retention policy pruned the files\n");
- if (!get_yesno(ua, _("Do you want to restore all the files? (yes|no): "))) {
+ "is not possible.Most likely your retention policy pruned the files\n");
+ if (!get_yesno(ua, _("\nDo you want to restore all the files? (yes|no): "))) {
OK = false;
} else {
last_JobId = 0;