Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > RocketCake
Corrupt RCD project file

marc
Guest
Quote
2021-03-05 18:44:17

I had 2 Rocket project files opened at the same time (to copy pages). After a while my cpu went to 100% and locked up. After rebooting, my RCD file was corrupt and I had to re-do hours of work. Guess I need to do frequent backups of the .rcd file.

It would be VERY WONDERFUL if we could import pages created with RC back into the project file....and/or repair corrupt project files.

LONG LIVE ROCKETCAKE (and Niko)
:-)


erik
Registered User
Quote
2021-03-06 07:19:07

Yes, always do backups of your important files. There are lots of free solutions on the web to do this for you automatically, can really recommend to use a solution for this.


marcb
Registered User
Quote
2021-03-15 12:54:10

In case others want, this is my Windoze batch file script that I run every 5 minutes while working in RC to create a timestamped RC project backup.

1) create a new text file in your project folder called for example: "Backup RC Project.bat"

2) Enter this script:

ECHO OFF
set hh=%time:~-11,2%
set hh=%hh: =0%
SET filetime=%DATE:~-4%%DATE:~4,2%%DATE:~7,2%_%hh%%time:~3,2%%time:~6,2%
SET destinationfilename="BACKUP_%filetime%.rcd.bak"
FOR %%i IN (*.rcd) DO (
copy "%%i" %destinationfilename%
)


3) Run as often as needed.
4) To use the backup, simply rename to remove the ".bak" extension.
5) Manually delete the very old copies every once and a while.


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "Interna?ional" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact