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

Desktop: Disable built-in copy of Simple Backup by default in Joplin Portable #9907

Conversation

personalizedrefrigerator
Copy link
Collaborator

Summary

Disables the built-in version of Simple Backup by default in Joplin Portable.

Rationale

Joplin Portable is intended to be usable on external drives (e.g. thumbdrives/SD cards). These storage media often have low memory and slow write speeds.

(The idea for this pull request was originally discussed with @laurent22 and @pedr.)

Testing

  1. Remove Joplin's profile directory (rm -r ~/.config/joplindev-desktop)
  2. Start Joplin in dev mode
  3. Verify that Simple Backup is not disabled
  4. Close Joplin
  5. Simulate Joplin portable by running
zsh$ mkdir /tmp/foo
zsh$ export PORTABLE_EXECUTABLE_DIR="/tmp/foo/"
  1. Start Joplin in dev mode
  2. Verify that Simple backup is disabled
  3. Enable Simple Backup
  4. Restart Joplin
  5. Verify that Simple Backup is now enabled.

This has been tested successfully on Ubuntu 23.10.

@laurent22 laurent22 merged commit 39b44ff into laurent22:dev Feb 8, 2024
10 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants