-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backup strategy #35
Comments
Backup is smart. Are you describing an automatic backup solution or an automatic mail alert? |
He's sort of describing both. |
Both. Would be a bash script running on a cron job
|
Is backup really necessary, considering we have a git repository that's independent of our hosting? Backup may be only necessary for the wiki and the forums. |
Yeah, it is necessary but would only be for the database stuff really (wiki, forum, lsp). It has passwords hashes so we can't replicate it just anywhere or else people could brute force passwords. We should automate some backup scripts on a few peoples computers I'd think... -Tres |
... or we can dump and copy to a service like google drive on lmms.service account? Not sure how hard that would be. |
@eagles051387 you've left this hanging for over a year now. I've emailed NetworkRedux to see what their backup policies are.
If there are any disagreements with this retention plan speak now or forever hold your peace. |
Per support:
IMO, this is adequate for our needs. Please feel free to reopen if you disagree. |
Reopening to document/investigate this with our newer hosting provider. |
Seeing as we are migrating everything to our new hosting provider. I would like to start the discussion about backup strategy.
My idea is that since we are on a VPS, I have a script that would compress particular directories and put them in a tmp location if i remember correctly. What I can add is the ability to send an email to certain individuals alerting them that the backup is ready for download. All archives would be deleted after 7 days or how ever many days we decide. What do you guys think?
The text was updated successfully, but these errors were encountered: