Backup 6.0 - Updated 01/07/2014

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderatori: Peke, Gurus

Erwin Hanzl
Messaggi: 1190
Iscritto il: mar giu 13, 2017 8:47 am

Re: Backup 6.0 - Updated 01/07/2014

Messaggio da Erwin Hanzl »

Hello Dypsis,

actually only functioning scripts should be available for selection in the MM add-ons.
I solved the problem - I deleted it from the extensions and won't be using it.

Best regards
MMW 4.1.31.1919 Gold-Standardinstallation
owned13199

Out of memory 800A0007

Messaggio da owned13199 »

Hi guys, I keep on getting this error when I try to backup, manually or at shutdown. I'm not using a portable version and I'm on windows10. Any clue of what I should do? Many thanks in advance!

Immagine

Immagine
compupix
Messaggi: 23
Iscritto il: sab gen 06, 2018 12:11 pm

Path not found at launch

Messaggio da compupix »

At launch, I get the following error:
Error #76 - Microsoft VBScript runtime error
Path not found
File: "C:\Users\{me}\AppData\Roaming\MediaMonkey\Auto\Backup.vbs", Line: 1730, Column 2
https://drive.google.com/file/d/1JZTbQF ... sp=sharing

What path is it looking for?
Thanks!
martialartsguy
Messaggi: 312
Iscritto il: lun apr 03, 2006 9:11 am

Re: Path not found at launch

Messaggio da martialartsguy »

compupix ha scritto: sab dic 05, 2020 7:56 pm At launch, I get the following error:
Error #76 - Microsoft VBScript runtime error
Path not found
File: "C:\Users\{me}\AppData\Roaming\MediaMonkey\Auto\Backup.vbs", Line: 1730, Column 2
https://drive.google.com/file/d/1JZTbQF ... sp=sharing

What path is it looking for?
Thanks!
Getting the same error after a reformat of my drive and reinstallation of MM4.
MM Gold since 2006
Peke
Messaggi: 18618
Iscritto il: mar giu 10, 2003 7:21 pm

Re: Backup 6.0 - Updated 01/07/2014

Messaggio da Peke »

Hi,
Have you opened "C:\Users\{me}\AppData\Roaming\MediaMonkey\Auto\Backup.vbs" in notepad and check what path plugin searches.

Also check plugin options for invalid paths.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Immagine
Immagine
Immagine
How to attach PICTURE/SCREENSHOTS to forum posts
martialartsguy
Messaggi: 312
Iscritto il: lun apr 03, 2006 9:11 am

Re: Backup 6.0 - Updated 01/07/2014

Messaggio da martialartsguy »

Peke ha scritto: mer feb 03, 2021 8:42 am Hi,
Have you opened "C:\Users\{me}\AppData\Roaming\MediaMonkey\Auto\Backup.vbs" in notepad and check what path plugin searches.

Also check plugin options for invalid paths.
Just installing it after deleting all Backup files, it appears that the error exists in this part:

Codice: Seleziona tutto

Sub CleanUp(par,del) '0=ask 1=yes 2=all
  Dim fol,fil
  If del < 2 Then
    Dim res : res = SDB.MessageBox("Backup - delete folder '"&par.Path&"\'?",3,Array(0,1,3))
    Select Case res
      Case 6 'mrYes
        del = 1
      Case 10 'mrYesToAll
        del = 2
      Case Else
        Exit Sub
    End Select
  End If
  For Each fol In par.SubFolders
    Call CleanUp(fol,del)
  Next   
  For Each fil In par.Files
    Call fil.Delete(True)
  Next
  Call par.Delete(True)  
End Sub
Namely this line:

Codice: Seleziona tutto

For Each fol In par.SubFolders
    Call CleanUp(fol,del)
Then I get an error that the extension was not installed.

EDIT: Welp, I couldn't get it to work, so I'm installing MM5.
MM Gold since 2006
lueromat
Messaggi: 32
Iscritto il: lun dic 30, 2019 3:49 pm

Re: Backup 6.0 - Updated 01/07/2014

Messaggio da lueromat »

I would like to use a zip file instead of a folder for backup, but I cannot tick the box - how do I fix that?

=> viewtopic.php?f=2&t=7746&p=258537&hilit ... bc#p258498
this didn't work, "XZip.dll" isn't present in my scripts folder

any suggestions?
lueromat
Messaggi: 32
Iscritto il: lun dic 30, 2019 3:49 pm

Backup using zip not working

Messaggio da lueromat »

I would like to use a zip file instead of a folder for backup, but I cannot tick the box - how do I fix that?

=> viewtopic.php?f=2&t=7746&p=258537&hilit ... bc#p258498
this didn't work, "XZip.dll" isn't present in my scripts folder

any suggestions?
lueromat
Messaggi: 32
Iscritto il: lun dic 30, 2019 3:49 pm

Re: Backup 6.0 - Updated 01/07/2014

Messaggio da lueromat »

Doesn't anyone have any suggestions?
Shakadula5153
Messaggi: 164
Iscritto il: lun nov 23, 2015 5:35 pm

Re: Backup 6.0 - Updated 01/07/2014

Messaggio da Shakadula5153 »

Does this MM backup script still work with the new version of MM? Haven’t tried it yet because I loaded the backup playlists script but it errored out after i executed it from MM scripts. I installed it successfully after downloading from Trixmoto’s website. Hence my question on the full MM database backup script.

Thanks
Lenovo Laptop:
LENOVO_MT_83DM_BU_idea_FM_Yoga 7 2-in-1 16AHP9
64 bit OS
Windows 11
2 TB SSD, 16 Gig RAM,

Software

* Primary Apps: MediaMonkey 5 GOLD, Ultimate Guitar Tabs

Mobile is Motorola RAZR+ 2024.
Lowlander
Messaggi: 59431
Iscritto il: sab set 06, 2003 5:53 pm

Re: Backup 6.0 - Updated 01/07/2014

Messaggio da Lowlander »

No, MediaMonkey 5 requires Addons to be rewritten to be compatible, but MediaMonkey 5 features a build in back of the MediaMonkey database: https://www.mediamonkey.com/wiki/WebHel ... y_Database
lueromat
Messaggi: 32
Iscritto il: lun dic 30, 2019 3:49 pm

Re: Backup 6.0 - Updated 01/07/2014

Messaggio da lueromat »

so I still would like to try use a backup in archive form, but what I described here still persists - does anyone have any idea why I cannot tick the box for zip-archive in the backup script?
lueromat ha scritto: mar apr 13, 2021 5:04 pm I would like to use a zip file instead of a folder for backup, but I cannot tick the box - how do I fix that?

=> https://www.mediamonkey.com/forum/viewt ... bc#p258498
this didn't work, "XZip.dll" isn't present in my scripts folder

any suggestions?
data
Messaggi: 19
Iscritto il: gio mar 15, 2018 2:06 pm

Re: Backup 6.0 - Updated 01/07/2014

Messaggio da data »

Don't waste your time with this ancient script. Sometimes it works, sometimes it doesn't - but it always depends on the whim of Windows. It is also vbs. You can already see from the date that it is not maintained at all. And this thread is as long as the program is old.

Better create an automatic task that backs up the data regularly.

Many things don't run in MM5 anymore. The developers seem to have little interest in MM5.
And yes, in MM5 you can create a backup automatically. But only from the database!
Scott_135
Messaggi: 6
Iscritto il: gio ott 14, 2021 3:37 am

Re: Backup 6.0 - Updated 01/07/2014

Messaggio da Scott_135 »

Greetings to all,
Can anyone please advise how one would reinstall a backup of their Media Monkeuy Library using Backup 6.0?

Thanks in advance.

Scott
IanRTaylorUK
Messaggi: 621
Iscritto il: ven dic 27, 2019 4:41 pm

Re: Backup 6.0 - Updated 01/07/2014

Messaggio da IanRTaylorUK »

Hi Scott_135,

When you run Backup 6.0, the dialogue box will show you the files you can choose to "Backup" and their source location. It will also allow you to choose where to put the backup - the Output Path - and the name of the backup if you want to compress the files into one ZIP.

You have two options:
1). Manually copy the MM.DB file from the Backup Location to the C:\Users\User\AppData\Roaming\MediaMonkey. Personally, I would rename the MM.DB to something like MM.OLD before copying the backup version.

2). Run the restore script. In which case, the script will ask you to confirm the Windows User Directory (or provide an alternative) and Media Monkey directory (e.g. C:\Program Files\MediaMonkey\ ).

This applies to MMW4 only. MMW5 has a limited backup functionality under the main menu - File / Manage Database / Backup / Backup Database Now.
Ian Taylor
Rispondi