Giter VIP home page Giter VIP logo

Comments (10)

tgxn avatar tgxn commented on June 18, 2024

Should have been resolved by commit d206660

Can you please test:
http://ci.tgxn.net/job/dev-Backup/25/artifact/target/Backup.jar

from backup.

Jahmaican avatar Jahmaican commented on June 18, 2024

I tried this version and I get following errors:
12:30:59 [SEVERE] [Backup] Failed to list backup directory.
12:30:59 [SEVERE] [Backup] Failed to list backup directory.
...
Lots of them in fact, but they are all the same. It never happened before.

from backup.

tgxn avatar tgxn commented on June 18, 2024

private void cleanFolder(File backupDir) throws IOException {

    // Get properties.
    try {
        final int maxBackups = settings.getIntProperty("maxbackups");

        // Store all backup files in an array.
        File[] filesList = backupDir.listFiles();

        if (filesList == null) {
            LogUtils.sendLog(Level.SEVERE, "Failed to list backup directory.");
            return;
        }

from backup.

tgxn avatar tgxn commented on June 18, 2024

IE: It should happen whenever the plugin tries to delete old backups.

from backup.

tgxn avatar tgxn commented on June 18, 2024

I dont know why this is happenning...

Have you deleted your config and strings file, and the "backups" DIR?

from backup.

lycano avatar lycano commented on June 18, 2024

Well according to javadoc "Returns null if this abstract pathname does not denote a directory, or if an I/O error occurs"

But if there is an I/O Error then it should throw IOException and should be catched by its calling try catch call.

from backup.

tgxn avatar tgxn commented on June 18, 2024

I will be closing this tommororw.

If it is not resolved, please let me know of the followwing details:

Version:
Have you deleted: Backup folder (backups) and Backup Data folder (plugins/Backup):?

Thanks.

from backup.

Grusglo avatar Grusglo commented on June 18, 2024

There Wal an update for the plugin, I installed it and it has worldwide since

Skickat från min iPhone

2 dec 2011 kl. 11:44 skrev Domenic [email protected]:

I will be closing this tommororw.

If it is not resolved, please let me know of the followwing details:

Version:
Have you deleted: Backup folder (backups) and Backup Data folder (plugins/Backup):?

Thanks.


Reply to this email directly or view it on GitHub:
#33 (comment)

from backup.

tgxn avatar tgxn commented on June 18, 2024

So it is now working?

from backup.

Grusglo avatar Grusglo commented on June 18, 2024

Indeed yes.

Thanks

2011/12/2 Domenic Horner <
[email protected]

So it is now working?


Reply to this email directly or view it on GitHub:
#33 (comment)

from backup.

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.