|
|
|
|
|
by tryggvib
4662 days ago
|
|
It's not an automatic backup system... and it's not a copy of all photos/videos on our computers. The pictures/videos we want to keep (would not want to lose in a fire) we upload to our MediaGoblin instance. MediaGoblin saves them in a folder on the server (the original media files and the processed ones). If something happens to our home, we'll be able to easily fetch the most precious images from the server. The only thing I'd have to work around is that every media file is stored in a separate folder along with the processed files so I would have to write a script to "go into each folder and fetch the file that doesn't end with medium.[ext] and thumbnail.[ext]". Come to think of it, it might be worth it to just write a "Download all originals" plugin since MediaGoblin already knows the originals... but since our apartment hasn't been destroyed I'm not in a hurry. |
|