Program File Backup
Discovery
Posts: 606
Does anyone know of a process for backing up programs saved in SimpleIDE?
I would like to save the final versions of programs onto a USB Jump Drive and erase all previous developmental versions.
The SimpleIDE resides on a Toshiba Laptop Computer running Windows 7.
Sincerely,
Discovery
I would like to save the final versions of programs onto a USB Jump Drive and erase all previous developmental versions.
The SimpleIDE resides on a Toshiba Laptop Computer running Windows 7.
Sincerely,
Discovery
Comments
"Windows 7"
I am sorry.
Does anyone know of a process for backing up programs saved in SimpleIDE?
Yep,
$ git push
Sincerely,
Discovery
Can you get to:
C:\Users\YourName\Documents\SimpleIDE ? That's where they should reside.
You beat me to it
Use git or some other version control system. If you're using a thumb drive because you don't have internet access or don't trust the internet or some other reason, then you can use a "remote" repo on your thumb drive.