[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-09 Thread Jörg Steffens
On 08.11.2017 at 18:51 wrote Stefan Harbich: > Hi all, > the following is an example on page 32 of how to connect a client to the > network and start a backup job. > > URL: > https://archive.fosdem.org/2017/schedule/event/backup_dr_bareos_scripting/attachments/slides/1445/export/events/attachmen

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-10 Thread Stefan Harbich
> So something like > triggerjob.py -d --password > "mQMZshcuQgttpGikVi84" 127.0.0.1 > > Try to run it manually at first, than you can run it by cron (or a > bareos admin job). Hi Jörg, when I call the python script I always get the following error message: Traceback (mos

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-10 Thread Jörg Steffens
On 10.11.2017 at 10:15 wrote Stefan Harbich: >> So something like >> triggerjob.py -d --password >> "mQMZshcuQgttpGikVi84" 127.0.0.1 >> >> Try to run it manually at first, than you can run it by cron (or a >> bareos admin job). > > Hi Jörg, > when I call the python script I

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-10 Thread Stefan Harbich
Hello my dears, Here is the solution. I still had to install the following packages: URL: http://download.bareos.org/bareos/contrib/Debian_8.0/all/ Thanks again for your support. Greetings from Stefan Harbich -- You received this message because you are subscribed to the Google Groups "bareos-

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-10 Thread Stefan Harbich
> oh yes, it is in the python-bareos package. This package is included in > bareos-17.2. For older versions you can take it from the > http://download.bareos.org/bareos/contrib/ repository. Hello Jörg, Unfortunately, the script terminates with an error: 10-Nov 14:48 bareos-dir JobId 47: BeforeJob

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-10 Thread Stefan Harbich
Hello my dears, everything works fine after updating to version 17.2. Thanks for your support Greetings from Stefan Harbich -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send a

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-10 Thread Stefan Harbich
Am Freitag, 10. November 2017 21:41:06 UTC+1 schrieb Stefan Harbich: > Hello my dears, > everything works fine after updating to version 17.2. Hello my dears, the script works but the job stops after 15 minutes. I have included the script in the file "/etc/bareos/bareos-dir.d/job/backup-nmanwme01

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-11 Thread Jörg Steffens
On 10.11.2017 at 22:36 wrote Stefan Harbich: > Am Freitag, 10. November 2017 21:41:06 UTC+1 schrieb Stefan Harbich: >> Hello my dears, >> everything works fine after updating to version 17.2. > > Hello my dears, > the script works but the job stops after 15 minutes. I have included the > script i

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-14 Thread Stefan Harbich
> Please run it on the director. Run it via cron every 10 minutes or so. > There is also the posibility to use Bareos *Admin* Jobs instead of cron, > but I propose you first get it working using cron. Hello my dears, before, I started a job for a laptop in the bareos-webui. The laptop was not co

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-14 Thread Jörg Steffens
On 14.11.2017 at 11:22 wrote Stefan Harbich: >> Please run it on the director. Run it via cron every 10 minutes or so. >> There is also the posibility to use Bareos *Admin* Jobs instead of cron, >> but I propose you first get it working using cron. > > Hello my dears, > > before, I started a job

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-19 Thread Stefan Harbich
> The script is *not* looking for failed jobs. If you want this > (independently from this script), you have to use > http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveDirJobReschedule%20On%20Error > > The scripts start jobs for connected client, that did not have run fo

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-20 Thread Stefan Harbich
Hello my dears, Unfortunately, the "triggerjob.py" only ever performs an incremental backup. Following "job" and "jobdefs". I have created: "/etc/bareos/bareos-dir.d/job/backup-nmanwme01-fd.conf" Job { Name = "backup-nmanwme01-fd" JobDefs = "backup-nmanwme01" Client = "nmanwme01-fd" } "/et

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-24 Thread Jörg Steffens
On 20.11.2017 at 20:25 wrote Stefan Harbich: > Hello my dears, > Unfortunately, the "triggerjob.py" only ever performs an incremental backup. > Following "job" and "jobdefs". I have created: > > "/etc/bareos/bareos-dir.d/job/backup-nmanwme01-fd.conf" > Job { > Name = "backup-nmanwme01-fd" > J

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-24 Thread Jörg Steffens
On 19.11.2017 at 11:16 wrote Stefan Harbich: >> The script is *not* looking for failed jobs. If you want this >> (independently from this script), you have to use >> http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveDirJobReschedule%20On%20Error >> >> The scripts start jo

[bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-28 Thread Stefan Harbich
Hi Jörg, how can I ensure that only one backup job is run per day (Incremental, Differtial or Full)? Thank you for your help Greeting from Stefan Harbich -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop re

Re: [bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-10 Thread Stefan Klatt
Hallo Stefan, what about the following log line? 10-Nov 22:08 bareos-dir JobId 51: Fatal error: Network error with FD during Backup: ERR=Keine Route zum Zielrechner The notebook loose the network connection to the bareos director. Probably power saving? Regards Stefan Am 10.11.2017 um 22:

Re: [bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-10 Thread Stefan Harbich
Am Freitag, 10. November 2017 23:19:16 UTC+1 schrieb Stefan Klatt: > Hallo Stefan, > > what about the following log line? > > 10-Nov 22:08 bareos-dir JobId 51: Fatal error: Network error with FD during > Backup: ERR=Keine Route zum Zielrechner > > The notebook loose the network connection to th

Re: [bareos-users] Re: Secure mobile laptops that are not permanently connected to the LAN?

2017-11-11 Thread Stefan Klatt
Hi Stefan, Am 10.11.2017 um 23:24 schrieb Stefan Harbich: > Am Freitag, 10. November 2017 23:19:16 UTC+1 schrieb Stefan Klatt: >> Hallo Stefan, >> >> what about the following log line? >> >> 10-Nov 22:08 bareos-dir JobId 51: Fatal error: Network error with FD during >> Backup: ERR=Keine Route zum