Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Allow user to select backup download location #1185

Open
hammerquill opened this issue Jul 16, 2024 · 7 comments
Open

Request: Allow user to select backup download location #1185

hammerquill opened this issue Jul 16, 2024 · 7 comments

Comments

@hammerquill
Copy link

One of the few issues I have with the extension is that it clutters up the Downloads folder in Windows. It would be really nice not to have tons of subfolders there proliferating and making it hard to find my folders. It is also an easy fix.

Basic fix: in Settings, allow user to set the root folder into which STG-backups-... folders will be created.

Even better, but much more involved: in addition to the above, build a system which deletes old backups on a schedule determined by the user.

@m60freeman
Copy link

m60freeman commented Jul 20, 2024 via email

@kugiigi
Copy link

kugiigi commented Aug 30, 2024

I just learned today that this addon is the one responsible in spamming my Downloads folder 😄
So definitely plus one on this.
I've never worked on any browser addon but let's see if I can find the code that's responsible for this.
This is the essence of open source so hopefully someone also steps up on this 😄

@vitusson
Copy link

@kugiigi
You're only the 242th to complain about the download folder. The issues are full of the same
And you won't find a solution, cause it's a limitation by Firefox, not the addon code.

@hammerquill
Copy link
Author

hammerquill commented Aug 30, 2024 via email

@kugiigi
Copy link

kugiigi commented Sep 1, 2024

Oh I see. I guess addons can only access the Downloads folder?
@hammerquill would be a big improvement but considering that this is an old and highly reported issue, that's already been considered also not possible. In any case, thanks. I wish Firefox just adds its own tap grouping.
This is why I'm not a fan of addons and extensions in any software 😅

@hammerquill
Copy link
Author

hammerquill commented Sep 1, 2024 via email

@arobertn
Copy link

arobertn commented Oct 28, 2024

Just to note, this is not only a Windows problem. On the Mac the extension is putting this folder unconfigurably onto the Desktop!! I'm really not sure what conventions there are for Firefox extensions in particular but there is a proper location for support files like this in general on all platforms. On the Mac for instance there are various places under ~/Library depending on the purpose. Windows has analogous folders and on Linux dot directories under home are usually used for this purpose. Please use these. And no need to make this configurable, the current button to open the folder is enough.

EDIT: There seem to be quite a number of issues all complaining about this and requesting different solutions for handling versioning, folder hierarchy, etc.. The organization of backups is not relevant though – the common factor is something is being placed in a user-visible location and shouldn't be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants