diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-01-16 11:20:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-16 11:20:13 -0800 |
| commit | 99dc29bbfe5e6a2c11945a16010b7c382c6e7133 (patch) | |
| tree | 3c261f956191c74282ddbde29beed277bf9fa6fd /docs | |
| parent | Update key-binding.mdx (#3077) (diff) | |
| download | atuin-99dc29bbfe5e6a2c11945a16010b7c382c6e7133.zip | |
Add FAQ entry on how to import unsynced atuin history (#3075)
**Migrated from atuinsh/docs PR:**
https://github.com/atuinsh/docs/pull/78
**Original author:** @kzdnk
---
I found myself stuck in this situation, and thought it might be useful
to someone else.
Please let me now if this should rather be on the on the discourse forum
and I will post it there.
If atuin is not disabled, `~/.local/share/atuin` will be emptied after
the copying is finished.
Co-authored-by: Krzysztof Zduniak <74667483+ziutech@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/faq.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/docs/faq.md b/docs/docs/faq.md index 0949dbfe..20256485 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -37,3 +37,11 @@ may change soon, but in the meantime so long as you're still logged in on at least one account, it's safe to delete and re-create the account. We're aware this isn't optimal. + +## I did not set up sync, and now I have to reinstall my system! + +If you have a backup of `~/.local/share/atuin`, you can import it by: +1. disabling atuin by commenting out the shell integration, e.g. for bash it's `eval "$(atuin init bash)"` +2. copying the backup to `~/.local/share/atuin` +3. reenabling atuin +4. setting up sync! |
