hoard 0.5.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
18
# Pre-Operation Checks

To help protect against accidentally overwriting or deleting files, `hoard` runs some consistency
checks prior to running any operations.

To skip running the checks, run `hoard` with the `--force` flag. There is not currently a way to disable
individual checks.

## Last Paths

This check compares the paths used previously with a given hoard to the ones resolved for the current
operation. If any of these paths differ, a warning is displayed and the operation(s) canceled.

## Remote Operations

By default, `hoard` logs information about successful operations to a directory that is intended to be
synchronized with the main hoards directory. This information is used to determine if a given file was
last modified by a remote system. If so, a warning is displayed and the operation(s) canceled.