-
Notifications
You must be signed in to change notification settings - Fork 96
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
Comments
Agreed
…On Tue, Jul 16, 2024, 6:31 PM hammerquill ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#1185>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQ6GPRRSYZBTS4GRKMD34DZMWNLBAVCNFSM6AAAAABK7ORSYCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYTEMJUHEZDONI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I just learned today that this addon is the one responsible in spamming my Downloads folder 😄 |
@kugiigi |
So is it possible for STG to create a single subfolder within Downloads,
and then save its snapshots or whatever to subfolders within that? This
would be a perfectly fine solution to clean up the mess.
…On Fri, Aug 30, 2024, 10:47 Vitusson ***@***.***> wrote:
@kugiigi <https://github.com/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.
—
Reply to this email directly, view it on GitHub
<#1185 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASVMFVDWLF6NYXYHTD3BJDLZUCV37AVCNFSM6AAAAABK7ORSYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRSGA2TKNRWGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Oh I see. I guess addons can only access the Downloads folder? |
Well, I'm not sure where to find authoritative information on this, but
random answers on the internet suggest that FF extensions can create
subfolders within Downloads.I guess the point is subfolders within
subfolders, since we know STG is producing subfolders galore. So, has
anyone actually checked to see if these could all be saved within a
Downloads\STG-FF folder?
…On Sat, Aug 31, 2024 at 10:38 PM Kugi Eusebio ***@***.***> wrote:
Oh I see. I guess addons can only access the Downloads folder?
@hammerquill <https://github.com/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 😅
—
Reply to this email directly, view it on GitHub
<#1185 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASVMFVEDJQANB3LNY46JBJDZUKR7FAVCNFSM6AAAAABK7ORSYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRTGE3TOMRSGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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 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. |
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.
The text was updated successfully, but these errors were encountered: