Indigo Backup for 7.2?

Posted on
Sun Jul 25, 2021 3:50 pm
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Indigo Backup for 2021.1

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

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Mon Jul 26, 2021 2:58 am
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Indigo Backup for 7.2?

Ben, the programmatic method is mentioned two posts earlier in this thread.

Peter


Sent from my iPhone using Tapatalk Pro

Posted on
Mon Jul 26, 2021 8:00 pm
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Indigo Backup for 7.2?

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.)

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Sun Aug 08, 2021 5:08 pm
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Indigo Backup for 7.2?

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.

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Sun Aug 08, 2021 5:25 pm
jay (support) offline
Site Admin
User avatar
Posts: 18185
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Indigo Backup for 7.2?

Approved and available in the plugin store.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Tue Aug 10, 2021 1:44 pm
Patje73 offline
Posts: 15
Joined: Jan 21, 2017

Re: Indigo Backup for 7.2?

I will give it a try.. Thanks!

Posted on
Sat Jan 08, 2022 7:48 am
Athassel offline
Posts: 7
Joined: Mar 26, 2014
Location: Bray, Ireland

Re: Indigo Backup for 7.2?

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.

Posted on
Sat Jan 08, 2022 3:07 pm
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Indigo Backup for 7.2?

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

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Sat Jan 08, 2022 4:11 pm
jay (support) offline
Site Admin
User avatar
Posts: 18185
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Indigo Backup for 7.2?

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.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Sun Jan 09, 2022 3:58 am
Athassel offline
Posts: 7
Joined: Mar 26, 2014
Location: Bray, Ireland

Re: Indigo Backup for 7.2?

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.

Who is online

Users browsing this forum: No registered users and 1 guest