Git Product home page Git Product logo

Comments (8)

alekdavis avatar alekdavis commented on July 19, 2024

Let's step back to the original problem. Go back to the uncommented version. What's the exact error you are getting? The message in the title doesn't have the actual name of the cmdlet called. The way you present it sounds to me like you do not have the required dependencies (or have the older versions of them).

from plexbackup.

SkyEngine-OSP avatar SkyEngine-OSP commented on July 19, 2024

original error message is the same, but points to Exit-SingleInstance:
image

how would i know what dependencies are required? i tried running the command on both Windows Server 2012 R2 and Windows 10 Pro

from plexbackup.

alekdavis avatar alekdavis commented on July 19, 2024

Generally, you should not care, because the code is supposed to install all dependencies automatically, which it normally does (this is the first time someone reported this particular problem), but it looks like it did not work on your particular system for some reason. No idea why, unless your system is not connected to the Internet, or has old or corrupted PowerShell, or has some permissions problem. Dependencies are listed on the README page (check the Dependencies section). So I would try installing them manually first and see what happens.

from plexbackup.

SkyEngine-OSP avatar SkyEngine-OSP commented on July 19, 2024

hey, thanks for that. managed to get past the dependency errors. was actually almost finished backing up, but then a new error appears during the Metadata archiving part, refer below:

image

i mean i'm already running PowerShell as an Administrator but permission was still denied.

from plexbackup.

alekdavis avatar alekdavis commented on July 19, 2024

Not 100% sure, but I suspect that this is due to the limitation of the built-in archiver that cannot handle long paths. There are a couple of ways to handle this, but I would recommend using 7-zip instead of the default archiver. Besides, 7-zip is a lot better in every other respect.

from plexbackup.

SkyEngine-OSP avatar SkyEngine-OSP commented on July 19, 2024

Can confirm that switching to 7zip fixed the issue, and got a lot better compression ratio. This in exchange of loosing the progression tracker on the PowerShell window. But hey, if it works, it works.

i was just a bit lost how to properly configure 7zip as the method basing on the documentation so i added the -SevenZip parameter on PowerShell while also setting the default option, not sure sure which worked tho:
image

either way, it worked. Thank you very much.

from plexbackup.

alekdavis avatar alekdavis commented on July 19, 2024

In the config file, it should be:

"Type": {
  "value": "7zip"
},

from plexbackup.

alekdavis avatar alekdavis commented on July 19, 2024

I assume this was resolved.

from plexbackup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.