aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarissa McKelvey <karissa@users.noreply.github.com>2017-02-23 12:35:52 -0800
committerGitHub <noreply@github.com>2017-02-23 12:35:52 -0800
commit377db85710a588d25b0a48d32852e542ef946f66 (patch)
tree0f51a08d75123a9158cc3546f52930b577b167a1
parentc93340dbe455740fbb571b697532854408158576 (diff)
downloaddat-docs-377db85710a588d25b0a48d32852e542ef946f66.tar.gz
dat-docs-377db85710a588d25b0a48d32852e542ef946f66.zip
Add history quesiton
-rw-r--r--docs/faq.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md
index b549bbe..589947a 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -24,6 +24,10 @@ It's not technically impossible that they'd collide, but it's extremely unlikely
Data is transferred directly between peers, we do not store any data right now. The main limits are importing and transfer speeds, which will improve soon. We plan to help institutions and others set up cloud storage for academic uses and commercial options for general users.
+### Does Dat have version history?
+
+Dat tracks all of the changes to files, but doesn't currently save a backup of those files. To save backups your current data in your dat, you can use [dat-backup](http://npmjs.org/dat-backup) and [archiver-server](http://npmjs.org/archiver-server). We plan to bake this into the CLI tool and desktop app soon.
+
### How is Dat different than IPFS?
IPFS and Dat share a number of underlying similarities but address different problems. Both deduplicate content-addressed pieces of data and have a mechanism for searching for peers who have a specific piece of data. Both have implementations which work in modern Web browsers, as well as command line tools.