Scott Syms wrote:
> Hi, folks-
> 
> Is there any way to configure a backup so that it can be run manually
> only?  I've got limited backup gear and want to initiate the backup
> backup myself.
> 
> I tried setting an absolute date far into the future in the Schedule
> config block, but no go.


How about setting it to a Schedule of "NEVER"?


# Null schedule
Schedule {
  Name = NEVER
}

Job {
  Name = "Pond Save"
  JobDefs = Backup
  Client = pond
  FileSet = "Windows 2000 Full Set"
  Schedule = NEVER
  ClientRunBeforeJob = c:/bacula/bin/systemstate.bat
  ClientRunAfterJob = c:/bacula/bin/shutdown.bat
}


(copied verbatim from my own configuration)


-- 
 Phil Stracchino       [EMAIL PROTECTED]
    Renaissance Man, Unix generalist, Perl hacker
 Mobile: 603-216-7037         Landline: 603-886-3518


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to