[GH-ISSUE #349] recover accidentally closed recording session #835

Closed
opened 2026-03-15 10:40:42 +03:00 by kerem · 1 comment
Owner

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 /tmp but 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.

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 `/tmp` but 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.
kerem closed this issue 2026-03-15 10:40:48 +03:00
Author
Owner

@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 .cast extension, so you can ls *.cast or find /tmp -name '*.cast' to find all that weren't finished.

<!-- gh-comment-id:529186902 --> @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 `.cast` extension, so you can `ls *.cast` or `find /tmp -name '*.cast'` to find all that weren't finished.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#835
No description provided.