JackGruber / joplin-plugin-backup

A plugin to extend Joplin with a manual and automatic backup function.
MIT License
209 stars 19 forks source link

Backup should not create directory in home #75

Open pihentagy opened 3 months ago

pihentagy commented 3 months ago

Nice to have a backup, but could you use one of the standard ~/.config or ~/.local/share directories and not create a directory under ~?

JackGruber commented 3 months ago

I assume you mean for the default installed plugin in Joplin. The plugin here does not set a config for a backup directory, this is done by the Joplin team in the Joplin app.

pihentagy commented 3 months ago

Oh, I see. So I should report it about joplin itself, right?

JackGruber commented 3 months ago

I think they have chosen this path with intent, but please ask in the forum (mention that it is the default plugin) and post the link here if you like. I would also leave the issue open until this has been clarified.

personalizedrefrigerator commented 3 months ago

Nice to have a backup, but could you use one of the standard ~/.config or ~/.local/share directories and not create a directory under ~?

The default backup directory was chosen to be easy to find across platforms (e.g. so that users know that a potentially large backup is being created). At present, it's possible to change the backup location in Joplin's settings.

Thank you for the feedback!

pihentagy commented 3 months ago

Well, that is indeed platform specific.

But that Browse... button next to the Backup path could show you the current backup path (It does not do that for me)