Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ The `ghe-backup` and `ghe-restore` commands also have a verbose output mode
(`-v`) that lists files as they're being transferred. It's often useful to
enable when output is logged to a file.

When restoring to an already configured GHE instance, settings and license data
are *not* restored to prevent overwriting manual configuration on the restore
host. This behavior can be overriden by passing the `-c` argument to `ghe-restore`,
forcing settings and license data to be overwritten with the backup copy's data.

### Scheduling backups

Regular backups should be scheduled using `cron(8)` or similar command
Expand Down