OpenC3 / cosmos

OpenC3 COSMOS
https://openc3.com
Other
103 stars 30 forks source link

Data Backup #1492

Open jmbell1989 opened 3 weeks ago

jmbell1989 commented 3 weeks ago

I have had multiple issue with drive space lately and it seems that docker has been eating up space in my app data directory. I am working on removing old docker container but don't want to lose my openc3 log data. Is there an easy way to backup this data and recover it at a later time? Any help with this would be appreciated.

Thanks!

jmthomas commented 3 weeks ago

This Docker article talks about the various options including the Volumes Backup & Share extension to backup a volume.

You can also do a docker system prune to cleanup old docker images but not the volumes. If you've been developing COSMOS and building your own docker containers this can cleanup a significant amount of disk space.

jmthomas commented 1 week ago

We need to document docker system prune as well as how to backup the minio volume.