IFL Is there a way to set the default "backup to" directory?

User discussion and information resource forum for Image products.
Post Reply
Synitare
Posts: 9
Joined: Thu Jul 05, 2012 4:29 pm

IFL Is there a way to set the default "backup to" directory?

Post by Synitare »

Greetings.

As the topic suggests, I'm looking for a way to set the default directory that shows up when you get to the "choose backup directory" point. Currently it defaults to /tbu. I'd like to change it to default to mounted network share in an effort to streamline the backup process as much as possible. Can this be done?
TeraByte Support
Posts: 3625
Joined: Thu May 05, 2011 10:37 pm

Re: IFL Is there a way to set the default "backup to" directory?

Post by TeraByte Support »

setup a custom script to mount the network drive, change the directory, then
run imagel. See scripts.txt in the help folder when you extract the .zip
file.

(it's basically the current dir when it's launched).

"Synitare" wrote in message news:4152@public.image...

Greetings.

As the topic suggests, I'm looking for a way to set the default directory
that shows up when you get to the "choose backup directory" point. Currently
it defaults to /tbu. I'd like to change it to default to mounted network
share in an effort to streamline the backup process as much as possible. Can
this be done?

Synitare
Posts: 9
Joined: Thu Jul 05, 2012 4:29 pm

Re: IFL Is there a way to set the default "backup to" direct

Post by Synitare »

"setup a custom script to mount the network drive, change the directory, then
run imagel. See scripts.txt in the help folder when you extract the .zip
file."

Thanks. That definitely helps, but introduces a new issue. Actually more like a quirk. When I run the imagel binary from the network drive, it prompts for the license key and the IFL sidebar image does not show up. Copying them both the the mounted folder resolves the issue, so it seems like the imagel binary just looks for these files in the current working directory? Is there an easy way around this? I could write a script that copies them to the directory, then deletes them during the shutdown process, but if there's an easier way that would be preferable.
TeraByte Support(TP)
Posts: 305
Joined: Wed Aug 31, 2011 4:22 pm

Re: IFL Is there a way to set the default "backup to" direct

Post by TeraByte Support(TP) »

Synitare wrote:
> "setup a custom script to mount the network drive, change the
> directory, then
> run imagel. See scripts.txt in the help folder when you extract the .zip
> file."
>
> Thanks. That definitely helps, but introduces a new issue. Actually more
> like a quirk. When I run the imagel binary from the network drive, it
> prompts for the license key and the IFL sidebar image does not show up.
> Copying them both the the mounted folder resolves the issue, so it seems
> like the imagel binary just looks for these files in the current working
> directory? Is there an easy way around this? I could write a script that
> copies them to the directory, then deletes them during the shutdown
> process, but if there's an easier way that would be preferable.

If you start IFL using the full path, I believe that will accomplish what you want.
For example, for a network drive mounted at /tbu/net1, the sequeunce of steps would be:

1. Mount the network drive at /tbu/net1
2. cd /tbu/net1 (make the network drive the current directory)
3. /tbu/imagel (start IFL - file dialog should open in /tbu/net1)
Synitare
Posts: 9
Joined: Thu Jul 05, 2012 4:29 pm

Re: IFL Is there a way to set the default "backup to" direct

Post by Synitare »

That does it. Thanks for the help.
Post Reply