Git Product home page Git Product logo

Comments (4)

alekdavis avatar alekdavis commented on July 19, 2024 1

You do not need to use the -Robocopy flag unless that's what you want. Anyway, if you run into issues, let me know.

from plexbackup.

x-limitless-x avatar x-limitless-x commented on July 19, 2024

I feel like an idiot... If you use: .\PlexBackup.ps1 -Robocopy
It will fix this error.

from plexbackup.

alekdavis avatar alekdavis commented on July 19, 2024

A few things:

  1. The "The property "Length" cannot be found in the input for any objects" error is a bug. Well, not really a bug, it only happens if the backup fails. But it's good that you reported it. I will fix it (https://stackoverflow.com/questions/43308663/measure-object-the-property-length-cannot-be-found-in-the-input-for-any-obje).

  2. The "Exception calling "Write" with "3" argument(s): "Stream was too long"" error is caused by a Windows API limitation. Most likely it's because one of the files it attempts to archive is over 2 GB, or maybe it has a really long path name. Hard to say which one, but regardless, the default compression mechanism is not as robust as the 7-zip compression, so unless you have a valid reason to use the -Robocopy option, I'd recommend using 7-zip.

  3. I suspect that your Cache folder is really huge. It looks like it took almost 30 minutes to compress the Cache folder before it failed, so I would try to see what is wrong with it. See this thread for troubleshooting steps: https://forums.plex.tv/t/how-to-clean-up-the-huge-cache-folder/503871 . There is a chance that you may not need to back up the Cache folder at all, in which case you can add it to the list of excluded folders, but see if you can clean it up first and I'm sure that once you do, the backup will be fine.

from plexbackup.

alekdavis avatar alekdavis commented on July 19, 2024

Fixed.

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.