mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #349] recover accidentally closed recording session #222
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#222
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cyc115 on GitHub (Apr 9, 2019).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/349
Is there a way to recover lost recording sessions that was accidentally closed? I remember vaguely that the recording is somewhere in
/tmpbut could not remember exactly where.This happened quit a few times in the last few month and I've seen other issues that was brought up related to persisting recordings during a recording.
@ku1ik commented on GitHub (Sep 8, 2019):
If you have asciinema 2.0+ then the recording gets writtent in real time to a file in
/tmp. The file has a random name but always gets.castextension, so you canls *.castorfind /tmp -name '*.cast'to find all that weren't finished.