Dear list, My (ghetto) alternative: - Backup to disk. Every job uses a new volume, labelled based on Job + Creation Time - When a Job completes, use Python Boto [1] to upload the file to Amazon Glacier and delete it on local disk. Store the Glacier file ID somewhere on disk (and store the filename in Glacier metadata, see FastGlacier [2] for more info).
- Restore operations require you to retrieve the files back, but it's easy to write a command-line tool to do this. - Volume purging requires you to manually delete the volume from Glacier Kind regards, Ruben [1] : http://boto.cloudhackers.com/en/latest/ [2] : https://fastglacier.com/fastglacier-metadata-format.aspx -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Sassy Natan Sent: zondag 31 juli 2016 23:19 To: bareos-users <[email protected]> Cc: [email protected] Subject: Re: [bareos-users] Re: Bareos + Amazon AWS Storage Gateway VTL - Unable to pass btape test - write succeeds, read fails Yes, I totally agree with you. It seems like a great solution, and based on the documentation and http://osbconf.org/wp-content/uploads/2015/10/Using-AWS-Virtual-Tape-Library-as-Storage-for-Bacula-Bareos-by-Alberto-Gimen%C3%A9z.pdf it should work But something wired when u try to write or make a label. I follow the command you did, and I have no idea what is wrong. Looking in the C code compare to Bacula, it seem to me related block.c code under line 644 with ENOSPC. Maybe some one will help from the Bareos. I can switch to Bacula, I know it should work there, but really want to stick with Bareos. Thanks for the quick replay -- 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 an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout. Information in this email and any attachments is confidential and intended solely for the use of the individual(s) to whom it is addressed or otherwise directed. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the Company. Finally, the recipient should check this email and any attachments for the presence of viruses. The Company accepts no liability for any damage caused by any virus transmitted by this email. All SGS services are rendered in accordance with the applicable SGS conditions of service available on request and accessible at http://www.sgs.com/en/Terms-and-Conditions.aspx -- 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 an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
