Skip to content

[For v0.19]Backup files policy

Jonathan Wiedemann requested to merge github/fork/plgarcia/SAVES into master

Created by: plgarcia

Thank you for creating a pull request to contribute to FreeCAD! To ease integration, please confirm the following:

  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • Commit message is well-written
  • Commit message includes issue #<id> or fixes #<id> where <id> is the associated MantisBT issue id if one exists

And please remember to update the Wiki with the features added or changed once this PR is merged.

Improvement of saves:

  • Handling configuration changes (increasing reducing the number of backups, switching backup, …)
  • Changing the naming of the backup with the timestamp instead of numbers.
  • Hopefully solves errors on Google Drive. See Forum : https://forum.freecadweb.org/viewtopic.php?f=8&t=25601

Merge request reports