diff options
author | luxagraf <sng@luxagraf.net> | 2016-01-27 20:33:26 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-01-27 20:33:26 -0500 |
commit | b2ada8f11af228b8124f90ec6820da7290929a66 (patch) | |
tree | 6d394ab7095975ba184463e03302e2f4af94bbab /src | |
parent | 369b0b4b7739f96a5f1ed0cf4d047a1f312de931 (diff) |
published backup
Diffstat (limited to 'src')
-rw-r--r-- | src/backup-2.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/backup-2.txt b/src/backup-2.txt index d0aff1e..4012668 100644 --- a/src/backup-2.txt +++ b/src/backup-2.txt @@ -8,14 +8,16 @@ This is actually my preferred backup method because it's not just a backup, it's In fact I've got at least half a dozen backups of these words and I haven't even finished this piece yet. Right now I'm typing these words in Vim and will save the file in a Git repo that will get pushed to a server. That's two backups. Later the containing folder will be backed up on S3 (weekly), as well as two local drives (one daily, one weekly, both [rsync](https://rsync.samba.org/) copies). -None of that really requires any effort on my part. I do have to add this file to the git repo and then commit and push to the remote server, but [Vim Fugitive](https://github.com/tpope/vim-fugitive) makes that ridiculously simple. +None of that really requires any effort on my part. I do have to add this file to the git repo and then commit and push it to the remote server, but [Vim Fugitive](https://github.com/tpope/vim-fugitive) makes that ridiculously simple. -That's not the end of the backups though. Once I'm done writing I'll cut and paste this piece into my Django app and hit a publish button that will write the results out to the flat HTML file you're actually reading right now (this file is another backup). I also output a text version (just append `.txt` to any luxagraf URL to see a plain text version of the page). +That's not the end of the backups though. Once I'm done writing I'll cut and paste this piece into my Django app and hit a publish button that will write the results out to the flat HTML file you're actually reading right now (this file is another backup). I also output a plain text version (just append `.txt` to any luxagraf URL to see a plain text version of the page). The end result is that all this makes it very unlikely I will loose these words outright. -However, when I plugged these words into the database I gave this article a relationship with other objects in that database. So even the redundant backups built into my workflow make a total data loss unlikely, without the database I will lose the relationships I've created. That's why I make the effort to have [a solid PostgreSQL backup strategy](/src/automatic-offsite-postgresql-backups), but I also see this point as a flaw in my system. +However, when I plugged these words into the database I gave this article a relationship with other objects in that database. So even though the redundant backups built into my workflow make a total data loss unlikely, without the database I will lose the relationships I've created. That's why I [a solid PostgreSQL backup strategy](/src/automatic-offsite-postgresql-backups), but what if Postgres does disappear? -I could and occasionally do output all the data in the database to flat files with JSON or YAML versions of the metadata attached. Or at least some of it. It's hard to output massive amounts of geodata in the text file (for example the shapefiles of [national parks](https://luxagraf.net/projects/national-parks/) aren't particularly useful as text data). I'm not sure what the answer is really. Maybe to let it go? The words are the story, that's what my family, my kids, my friends, and whatever few readers I really want I'm the only one that cares about the larger story that includes the metadata, the relationships between friends. +I could and occasionally do output all the data in the database to flat files with JSON or YAML versions of the metadata attached. Or at least some of it. It's hard to output massive amounts of geodata in the text file (for example the shapefiles of [national parks](https://luxagraf.net/projects/national-parks/) aren't particularly useful as text data). + +I'm not sure what the answer is really, but lately I've been thinking that maybe the answer is just to let it go? The words are the story, that's what my family, my kids, my friends, and whatever few readers I have really want. I'm the only one that cares about the larger story that includes the metadata, the relationships between the stories. Maybe I don't need that. Maybe that it's here today at all is remarkable enough on its own. The web is after all an ephemeral thing. It depends on our continued ability to do so many things we won't be able to do forever, like burn fossil fuels. In the end the most lasting backup I have may well be the 8.5x11 sheets of paper I've recently taken to printing out. Everything else depends on so much. |