Hello, On 2/4/2007 1:20 PM, Hans Manz wrote: > Hello, folks! > > I am planning to deploy a bacula installation on my network. There are > two needs I do not know how to implement with bacula: > > 1. Mobile FDs with outbound dynamic ip addresses: There are some mobile > computers that are online on my network regularly but sometimes they > reside outside my network for some longer period. I could open the DIR > and SD ports to the public and protect them with TLS/Certs; but for > policy reasons I can *not* tell what IP addresses the mobile FDs have > (dyndns is no go, sorry) and I cannot know when the FDs are online.
Look up the setip command in the manual. Set up your clients to allow setip to work. Use a small script on the clients to invoke setip and start the backup job. Or use a VPN. > 2. Inbound workstations that are seldomly online: There are some FDs on > my network that should be backed up regularly whenever they are online > but not more often than once a week. I can not tell on which days they > are online and on what day time. Regularly these clients are offline for > weeks. I'd create a RunBefoeJob script that does the necessary bookkeeping. You'd probably have to access the catalog do get something really useful. Perhaps add some python events to the job. In the end, starting a backup once per hour but only continuing if the client is available and also adapting the backup levels would be my solution. > These "problematic" clients are Windows based, unfortunately. > > Before I met Bacula I've been using afbackup that has a decentral job > control on client side. I could solve my described needs with afbackup, > but for several reason afbackup is far too unsexy and works on Unix like > OSses, only. (Yes, the author is an idiot.) Can you explain the last sentence? And would you care to explain that to him personally? Arno > > Many TIA! > /hm > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users -- IT-Service Lehmann [EMAIL PROTECTED] Arno Lehmann http://www.its-lehmann.de ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users