Auto Export to file

39 views
Skip to first unread message

ckirsch

unread,
Sep 26, 2022, 11:07:29 AM9/26/22
to QUADStor VTL
I'm trying to Auto-Export all vaulted tapes to a local file. I could have sworn I had this configured in a previous setup I had but I cannot find the correct configuration for this. Seems like Auto-Export wants to send it to another Tape Library. I need it to be configured to go to /mnt/export/ instead. 

QUADStor VTL Support

unread,
Sep 27, 2022, 9:49:25 AM9/27/22
to quadst...@googlegroups.com
Most likely the previous setup followed the steps in
https://www.quadstor.com/vtl-virtual-tape-migration-to-cloud.html and
modified cloudmigrate.sh to skip using a chunksize. This would then
skip calling rclone and tape data is written to a file locally.

In https://www.quadstor.com/vtlnext/cloudmigrate.sh the last line
(impexp) should be changed from

/quadstorvtl/bin/impexp $delarg -n -c $compressdata -e 1 -d
${cachedir}/${label} -f "$label.img" -p $label -v $vtl -s $chunksize
-t "$label-$datefile" -k /quadstorvtl/scripts/helpers/cloudcopy.sh
${keyarg} -R /quadstorvtl/etc/rclone.conf >> $postvaultlog 2>&1

to
/quadstorvtl/bin/impexp $delarg -n -c $compressdata -e 1 -d
/mnt/export -f "$label.img" -p $label -v $vtl >> $postvaultlog 2>&1


On Mon, Sep 26, 2022 at 8:37 PM ckirsch <corey.k...@gmail.com> wrote:
>
> I'm trying to Auto-Export all vaulted tapes to a local file. I could have sworn I had this configured in a previous setup I had but I cannot find the correct configuration for this. Seems like Auto-Export wants to send it to another Tape Library. I need it to be configured to go to /mnt/export/ instead.
>
> --
> You received this message because you are subscribed to the Google Groups "QUADStor VTL" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to quadstor-vtl...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/quadstor-vtl/be524560-1937-4203-b0ae-0e3a00264630n%40googlegroups.com.

ckirsch

unread,
Sep 29, 2022, 1:50:28 PM9/29/22
to QUADStor VTL
Thank you! This worked perfectly! 
Reply all
Reply to author
Forward
0 new messages