Page 2 of 2

Re: Indigo Backup for 2021.1

PostPosted: Sun Jul 25, 2021 3:50 pm
by bschollnick2
Patje73 wrote:
After the latest update I have been getting errors when using the backup plugin.
I seem to be the only one as I am not seeing similair errors on the forums.

Could you help?

I am getting the following from the log:

Reloading plugin "Backup 1.00"
Stopping plugin "Backup 1.00" (pid 29918)
Stopped plugin "Backup 1.00"
Starting plugin "Backup 1.00" (pid 30050)
Started plugin "Backup 1.00"
Backup Starting Backup, saving to /Users/Patrick/Documents/IndigoBackup
Backup archive filename /Users/Patrick/Documents/IndigoBackup/Indigo_Backup_07_25_2021__00_34_21.zip
Backup save path /library/Application Support/Perceptive Automation/Indigo 2
Backup Error Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
File "plugin.py", line 147, in runConcurrentThread
File "plugin.py", line 128, in run_Backup
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/archive_util.py", line 167, in make_zipfile
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py", line 1146, in write
OSError: [Errno 2] No such file or directory: '/library/Application Support/Perceptive Automation/Indigo 2'


I'm actually not running the latest and greatest version of indigo...
I'll take a quick look at the code, and some of the changes that have been made... I seem to recall in one of the updates a programatic method to generate the indigo path...

I'll see what I can do to resolve that issue.

- Benjamin

Re: Indigo Backup for 7.2?

PostPosted: Mon Jul 26, 2021 2:58 am
by howartp
Ben, the programmatic method is mentioned two posts earlier in this thread.

Peter


Sent from my iPhone using Tapatalk Pro

Re: Indigo Backup for 7.2?

PostPosted: Mon Jul 26, 2021 8:00 pm
by bschollnick2
howartp wrote:
Ben, the programmatic method is mentioned two posts earlier in this thread.


Yep. I see...

I haven't had a chance to test this yet, but https://github.com/bschollnick/Indigo-Backup
should fix it.

I need to copy it over to my indigo system, and test it, probably tomorrow night... But if you'd like to give it a try feel free.
(Gosh, I would really do thing a bit differently now a days.... The code hasn't aged well.)

Re: Indigo Backup for 7.2?

PostPosted: Sun Aug 08, 2021 5:08 pm
by bschollnick2
Okay, finally had a moment to test v1.01, and I have released a new version (v1.04) on GitHub (https://github.com/bschollnick/Indigo-Backup).

It is pending release in the Indigo Store (https://www.indigodomo.com/pluginstore/255/).

There are a few minor changes, but Version v1.04 fixes:

[*] Indigo Path for v7.x
[*] Double Zip file extension (eg .zip.zip)

If there are any issues, please file a Github Issue ((https://github.com/bschollnick/Indigo-Backup/issues).
I simply can not keep up with the forum traffic especially in my RSS reader.

Re: Indigo Backup for 7.2?

PostPosted: Sun Aug 08, 2021 5:25 pm
by jay (support)
Approved and available in the plugin store.

Re: Indigo Backup for 7.2?

PostPosted: Tue Aug 10, 2021 1:44 pm
by Patje73
I will give it a try.. Thanks!

Re: Indigo Backup for 7.2?

PostPosted: Sat Jan 08, 2022 7:48 am
by Athassel
Hi Folks,

Do Indigo Backup work for the latest 2021.2 version , too?
I need to migrate Indigo onto a fresh Imac mini.
This will have a new Indigo license, too.
Only indigo needs moving, not the rest of the computer content.

If not Backup , is there any "bulletproof" way to do this?
Reinserting devices after a corrupted or lost database ID is NOT an option.

Many thanks , any suggestion is appreciated.

Re: Indigo Backup for 7.2?

PostPosted: Sat Jan 08, 2022 3:07 pm
by bschollnick2
Athassel wrote:
Hi Folks,

Do Indigo Backup work for the latest 2021.2 version , too?
I need to migrate Indigo onto a fresh Imac mini.
This will have a new Indigo license, too.
Only indigo needs moving, not the rest of the computer content.

If not Backup , is there any "bulletproof" way to do this?
Reinserting devices after a corrupted or lost database ID is NOT an option.

Many thanks , any suggestion is appreciated.


I have not touched the code since a bug was reported in 7.1? And to my knowledge it is working fine at this point. (I use it to backup up my install every night)
Certainly if you run into an issue, please let me know, I'll be happy to investigate any issues.

Matt, and Jay, I seem to recall the official method is to copy the application support directory for Indigo?

- Benjamin

Re: Indigo Backup for 7.2?

PostPosted: Sat Jan 08, 2022 4:11 pm
by jay (support)
bschollnick2 wrote:
Matt, and Jay, I seem to recall the official method is to copy the application support directory for Indigo?


Here's the documentation on Moving Indigo to another Mac.

Re: Indigo Backup for 7.2?

PostPosted: Sun Jan 09, 2022 3:58 am
by Athassel
jay (support) wrote:
bschollnick2 wrote:
Matt, and Jay, I seem to recall the official method is to copy the application support directory for Indigo?


Here's the documentation on Moving Indigo to another Mac.


Thanks Guys for the fast reply!
The process seems very straightforward.
I'll report back if it wasn't the case.