hoard 0.6.1

Hoard backups of files across your filesystem into one location.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Initial Setup

Hoard v0.5.2 added the `init` subcommand to create the folders and files necessary for Hoard to run.

> This command only needs to be run the first time you set Hoard up. After that, including on new
> machines, it is enough to synchronize the [hoard data directory][hoard-data-dir] to the new
> machine and setup or restore the [configuration file][hoard-config-file].

## Initializing Hoard

Run `hoard init`. Everything necessary will be created, including a sample configuration file.

Then, run `hoard edit` to [edit the new configuration file][edit-config-file].

[hoard-data-dir]: ../file-locations.md#hoard-data-directroy
[hoard-config-file]: ../file-locations.md#config-file
[edit-config-file]: ./create-config/