Re: [Bacula-users] rclone / Autochanger / BackBlaze [SOLVED]

2019-04-12 Thread sruckh--- via Bacula-users
On 2019-04-12 12:52, sruckh--- via Bacula-users wrote: > On 2019-04-12 12:03, Wanderlei Huttel wrote: > >> Hello Sruckh >> >> Try to use the rclone from this repository >> https://github.com/wanderleihuttel/rclone-changer >> >> Best regards >> WANDERLEI HÜTTEL >> http://www.bacula.com.br [1]

Re: [Bacula-users] rclone / Autochanger / BackBlaze

2019-04-12 Thread sruckh--- via Bacula-users
On 2019-04-12 12:03, Wanderlei Huttel wrote: > Hello Sruckh > > Try to use the rclone from this repository > https://github.com/wanderleihuttel/rclone-changer > > Best regards > > WANDERLEI HÜTTEL > http://www.bacula.com.br [1] Thank you for the suggestion. I was using script from this rep

Re: [Bacula-users] Query for "most recent copies of a file"

2019-04-12 Thread Wanderlei Huttel
Hello Christoph Or maybe your File Retention is to small and Bacula are deleting from catalog. Best regards *Wanderlei Hüttel* http://www.bacula.com.br Em sex, 12 de abr de 2019 às 11:27, Martin Simmons escreveu: > Thq query output looks suspicious to me -- do you expect the file to be > st

Re: [Bacula-users] rclone / Autochanger / BackBlaze

2019-04-12 Thread Wanderlei Huttel
Hello Sruckh Try to use the rclone from this repository https://github.com/wanderleihuttel/rclone-changer Best regards *Wanderlei Hüttel* http://www.bacula.com.br Em sex, 12 de abr de 2019 às 16:01, Heitor Faria escreveu: > Hello, > > Thanks for the feedback. > I will warn the rclone-changer

Re: [Bacula-users] rclone / Autochanger / BackBlaze

2019-04-12 Thread Heitor Faria
Hello, Thanks for the feedback. I will warn the rclone-changer current script maintainer. Regards, - Original Message - > From: "bacula-users" > To: "Martin Simmons" > Cc: "bacula-users" > Sent: Friday, April 12, 2019 3:11:38 PM > Subject: Re: [Bacula-users] rclone / Autochanger / Bac

Re: [Bacula-users] Virtual Full backups: Getting "No previous jobs found"

2019-04-12 Thread David Brodbeck
I'm apparently still confused. I changed BackupsToKeep to 10 for the eltanin-vfull job. Then I ran the incremental job repeatedly until there were 11 since the last full backup. Finally, I ran my Virtual Full job. But I still got "no previous jobs found". Here's the list of jobs from the last actu

Re: [Bacula-users] rclone / Autochanger / BackBlaze

2019-04-12 Thread sruckh--- via Bacula-users
On 2019-04-12 05:45, Martin Simmons wrote: I suggest running the rclone-changer in a shell to see what it prints. You could also try replacing /usr/local/bin/rclone-changer in the Changer Command with a shell script that logs its arguments and output like this (untested): #!/bin/sh echo "Arg

Re: [Bacula-users] Query for "most recent copies of a file"

2019-04-12 Thread Martin Simmons
Thq query output looks suspicious to me -- do you expect the file to be stored 5 times in the same job? It might be interesting to see the output from "list jobmedia jobid=1100162" and query 7 (List Volumes used by selected JobId) for 1100162. If you are using mysql, then I suggest running mysqlc

Re: [Bacula-users] rclone / Autochanger / BackBlaze

2019-04-12 Thread Martin Simmons
I suggest running the rclone-changer in a shell to see what it prints. You could also try replacing /usr/local/bin/rclone-changer in the Changer Command with a shell script that logs its arguments and output like this (untested): #!/bin/sh echo "Arguments: $@" > /tmp/test.log /usr/local/bin/rclon

[Bacula-users] Query for "most recent copies of a file"

2019-04-12 Thread Christoph Litauer
Dear bacula users, I am using bacula 9.0.4. I wonder about a strange effect: Sometimes I get restore requests without a concrete timestamp. The users can't remember the time of removal. In these cases I use the bconsole query command, option 2 "List where the most recent copies of a file are sa