Skip to content
Prev 386105 / 398513 Next

securing R code....

Do you make regular backups? If not, this should push you into such a
routine.
One approach is to use an external drive. External drives are not expensive
and can typically have plenty of room to hold all your code and data.
Just before having your computer serviced, copy your code and data onto the
external drive. Erase your sensitive data from your computer and get it
serviced.

By the way, you can make the backup effort easier by organizing all your
code and data into a directory tree, so that you just do a recursive copy
of the root folder onto the backup system and you are done. (i.e. a simple
command. Depending on the amount of data to be copied this may take some
time to complete.)

HTH,
Eric


On Mon, Oct 26, 2020 at 6:41 PM David Winsemius <dwinsemius at comcast.net>
wrote: