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

[Feature request] Reserve copies of files #562

Closed
thima2017 opened this issue Jan 30, 2021 · 5 comments
Closed

[Feature request] Reserve copies of files #562

thima2017 opened this issue Jan 30, 2021 · 5 comments
Labels
difficulty:easy Easy-to-solve bug prio:normal type:feature New feature or request ver:2.x
Milestone

Comments

@thima2017
Copy link

Problem

My 2 hours work is lost because I have a bad computer or something (it just turned off). My Natron file I was working on is 0 kb now.

Expected behavior:

I expected to find any of a previous versions in a cache or somewhere.

Actual behavior:

I don't find any way to recover any part of my work.
I guess Natron should have something like this (screenshot from Blender Preferences > File & Load. It makes Blender to save a copies of the current file in the same directory with the original file):
Untitled

Versions

  • Natron version/commit (they can be retrieved from the About Window): Natron version 2.3.15 Release.
  • OS version: Ubuntu 20.04
@rodlie
Copy link
Contributor

rodlie commented Feb 7, 2021

how is this suppose to work? Make duplicates every time you hit save?

I always save increments of what I do, when I hit a "milestone" in my project I save to a new file (x02.ntp, x03.ntp, x04.ntp etc).

@thima2017
Copy link
Author

Yes. This is how it works in Blender.
Currently I use this bash script:

while true
do
sleep 5m
cp -f ./baks/render5.ntp2 ./baks/render5.ntp3
cp -f ./baks/render5.ntp1 ./baks/render5.ntp2
cp -f ./render5.ntp ./baks/render5.ntp1
date
done

@devernay devernay added difficulty:easy Easy-to-solve bug prio:normal type:feature New feature or request ver:2.x labels Feb 25, 2021
@devernay
Copy link
Member

I agree this would be a really nice feature

@devernay devernay added this to the 2.4 milestone Apr 14, 2021
@devernay
Copy link
Member

devernay commented Jan 7, 2022

implemented in #740

@devernay
Copy link
Member

will be in Natron 2.4.3/2.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty:easy Easy-to-solve bug prio:normal type:feature New feature or request ver:2.x
Projects
None yet
Development

No branches or pull requests

3 participants