From 4088ac68dbabb0216e1fb008c19cb81d6292abfd Mon Sep 17 00:00:00 2001 From: Paige Peterson Date: Thu, 11 May 2017 22:43:01 -0400 Subject: [PATCH] specify exportdir being within homedirectory --- doc/wallet-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/wallet-backup.md b/doc/wallet-backup.md index 2c36ebb41..9f7bc0f40 100644 --- a/doc/wallet-backup.md +++ b/doc/wallet-backup.md @@ -20,7 +20,7 @@ For all methods, you will need to include an export directory setting in your co `exportdir=/path/to/chosen/export/directory` -You may chose any directory as the location for export & backup files. If the directory doesn't exist, it will be created. +You may chose any directory within the home directory as the location for export & backup files. If the directory doesn't exist, it will be created. Note that zcashd will need to be stopped and restarted for edits in the config file to take effect.