Backup 6.0 - Updated 01/07/2014

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

Modérateurs : Peke, Gurus

Erwin Hanzl
Messages : 1190
Inscription : mar. juin 13, 2017 8:47 am

Re: Backup 6.0 - Updated 01/07/2014

Message par 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

Message par 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!

Image

Image
compupix
Messages : 23
Inscription : sam. janv. 06, 2018 12:11 pm

Path not found at launch

Message par 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
Messages : 312
Inscription : lun. avr. 03, 2006 9:11 am

Re: Path not found at launch

Message par martialartsguy »

compupix a écrit : sam. déc. 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
Messages : 18618
Inscription : mar. juin 10, 2003 7:21 pm

Re: Backup 6.0 - Updated 01/07/2014

Message par 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
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
martialartsguy
Messages : 312
Inscription : lun. avr. 03, 2006 9:11 am

Re: Backup 6.0 - Updated 01/07/2014

Message par martialartsguy »

Peke a écrit : mer. févr. 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:

Code : Tout sélectionner

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:

Code : Tout sélectionner

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
Messages : 32
Inscription : lun. déc. 30, 2019 3:49 pm

Re: Backup 6.0 - Updated 01/07/2014

Message par 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
Messages : 32
Inscription : lun. déc. 30, 2019 3:49 pm

Backup using zip not working

Message par 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
Messages : 32
Inscription : lun. déc. 30, 2019 3:49 pm

Re: Backup 6.0 - Updated 01/07/2014

Message par lueromat »

Doesn't anyone have any suggestions?
Shakadula5153
Messages : 164
Inscription : lun. nov. 23, 2015 5:35 pm

Re: Backup 6.0 - Updated 01/07/2014

Message par 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
Messages : 59431
Inscription : sam. sept. 06, 2003 5:53 pm

Re: Backup 6.0 - Updated 01/07/2014

Message par 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
Messages : 32
Inscription : lun. déc. 30, 2019 3:49 pm

Re: Backup 6.0 - Updated 01/07/2014

Message par 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 a écrit : mar. avr. 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
Messages : 19
Inscription : jeu. mars 15, 2018 2:06 pm

Re: Backup 6.0 - Updated 01/07/2014

Message par 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
Messages : 6
Inscription : jeu. oct. 14, 2021 3:37 am

Re: Backup 6.0 - Updated 01/07/2014

Message par 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
Messages : 621
Inscription : ven. déc. 27, 2019 4:41 pm

Re: Backup 6.0 - Updated 01/07/2014

Message par 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
Répondre