Open HenrikBengtsson opened 7 years ago
It could be handy to be able to backup existing startup::startup() files and scripts, e.g.
startup::startup()
> startup::backup() [1] "startup_my-laptop_20170223-053434.tar.gz"
and have the option to restore / deploy ditto later:
> startup::restore("startup_my-laptop_20170223-053434.tar.gz")
Should restore() do a backup() first, in case it breaks things?
restore()
backup()
It could be handy to be able to backup existing
startup::startup()
files and scripts, e.g.and have the option to restore / deploy ditto later:
Should
restore()
do abackup()
first, in case it breaks things?