Using DropBox to store your book

Have you ever saved your document only to realize that you have accidentally deleted a section of you novel? Or maybe you changed something and now regret the change and you want to go back?

Well version control systems are for “techies” (yes, I am a techie but most authors are not) and so most authors won’t have multiple versions.

It is obnoxious to save your word doc with multiple file names, but that is better than losing some important part of your novel. However, what if you didn’t have to do that. What if you could just save your novel and have your history without doing anything difficult?

Well, you can.

How? Simply follow these instructions:

  1. Download and install DropBox. You can do so here: DropBox.
  2. Once you install DropBox, copy your novel to your local DropBox directory.
    Now, every time your document changes, a version is saved.
    DropBox can handle version management for you.
  3. At any time you can right-click on your document, and choose DropBox | Browse on DropBox Website.
  4. Once the web page opens, log in.
  5. You will see your file. Right-click on the web link to your file, and choose Previous Version.
  6. You can download any version.

Leave a Reply

Related Post

Burning without Shame

A Poem from the Trinity of Mind Series. In broken pain, she kneels amidst gas flames. Versus fire, her leather body armor fails. It burns, it chars, it peels, as ash, it falls, sliced and stripped by colorful, cutting blades. Alone she kneels in skin as bare as birth, Baptized by fire intended to stop […]

Fixing common errors in your novel with Find and Replace and Regex

Pretty much any author can use find and replace. But how many can really use it effectively, even to save money? I can. If you read this article, you can, too. This article will include simple find and replace suggestions. But most authors have never even heard of Regular Expressions. Regular Expressions, often called Regex […]

How to add a progress bar to your blog

Some authors want to add progress bars to their blog. However, most authors are not web designers or developers. So they don’t know how to do this. Well, there is a secret in the html development world. The secret is that “Everything is easy once you know how to do it.” Yes, it is actually pretty […]