metakgp / metakgp-wiki

Dockerized source for the metakgp wiki.
https://wiki.metakgp.org
GNU General Public License v3.0
23 stars 20 forks source link

fix: check number of wiki backup files on dropbox #143

Closed shikharish closed 2 weeks ago

harshkhandeparkar commented 2 weeks ago

What does this fix?

shikharish commented 2 weeks ago

the dropbox account may contain other backup files as well. there was an error in counting the number of wiki backup files.

harshkhandeparkar commented 2 weeks ago

Isn't the file directory scoped for the application?

shikharish commented 2 weeks ago

No, we are storing all backups in the root directory of thr dropbox account

harshkhandeparkar commented 2 weeks ago

No, we are storing all backups in the root directory of thr dropbox account

They are in the root directory of the dropbox app right? For different projects we can make a different app and it will be in its own folder.

shikharish commented 2 weeks ago

No, we are storing all backups in the root directory of thr dropbox account

They are in the root directory of the dropbox app right? For different projects we can make a different app and it will be in its own folder.

We access the dropbox account using a dropbox app. I don't think it creates a new folder unless we explicitly do so.

harshkhandeparkar commented 2 weeks ago

No, we are storing all backups in the root directory of thr dropbox account

They are in the root directory of the dropbox app right? For different projects we can make a different app and it will be in its own folder.

We access the dropbox account using a dropbox app. I don't think it creates a new folder unless we explicitly do so.

image But there is a folder...