zapty / forever-service

Provision node script as a service via forever, allowing it to automatically start on boot, working across various Linux distros and OS
https://github.com/zapty/forever-service
MIT License
594 stars 65 forks source link

How to Backup services installed? #79

Closed transonly closed 7 years ago

transonly commented 7 years ago

When i install a script where does this config go? What file should i backup so i don't have to recreate them in case of disaster?

arvind-agarwal commented 7 years ago

Best way is just to store the commands used to provision the service, may be inside a shell script. So that incase of disaster you can just run the same script and provision the service.