Giter Site home page Giter Site logo

Comments (7)

sudo-ryan avatar sudo-ryan commented on July 24, 2024

Hi there,

Excluded sites is defined here:
https://github.com/ryanall/20i-reseller-backblaze-b2-backups/blob/master/manager.php#L32

This script only works with backblaze currently although easily adaptable for FTP if you require this feature.

from 20i-reseller-backblaze-b2-backups.

thekingster avatar thekingster commented on July 24, 2024

OK thanks. I run it and I just get a blank screen, is that as expected?

Any way I can contact you please? Happy to pay for time.

from 20i-reseller-backblaze-b2-backups.

sudo-ryan avatar sudo-ryan commented on July 24, 2024

Hi there,

The script itself should be invoked via the CLI as per the instructions in the README.md - you’ll see output showing each backup as it’s scheduled/downloaded/etc.

Unfortunately I have very little time to improve this but feel free to open a new issue with anything and I’ll try and assist where I can.

from 20i-reseller-backblaze-b2-backups.

thekingster avatar thekingster commented on July 24, 2024

Not so much development, just a few simple questions.

For example why do we excluse the site that it is running from to stop backing up the backups? Does it backup to this FTP first before sending to backblaze?

from 20i-reseller-backblaze-b2-backups.

sudo-ryan avatar sudo-ryan commented on July 24, 2024

Hi there,

As per your initial question, these reason the backup account is excluded - this script will retrieve all sites under your reseller account which would include the account used solely for running this.

If you run the download job, there is a potential window where 20i would backup the account along with any inflight processing of backups which could cause a very big backup containing itself and other backups.

As part of the script processing, it downloads the backup file locally, uploads it to backblaze and then deletes the local copy. FTP isn’t used as part of this.

from 20i-reseller-backblaze-b2-backups.

thekingster avatar thekingster commented on July 24, 2024

Thanks

And excluded sites, do you just put for example

private $excludedSites = [sitea.co.uk,siteb.co.uk];

?

from 20i-reseller-backblaze-b2-backups.

sudo-ryan avatar sudo-ryan commented on July 24, 2024

Hi there,

That’s correct but make sure you define each array item as a string.

from 20i-reseller-backblaze-b2-backups.

Related Issues (16)

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.