2026-09-01
bup-init - initialize a bup repository
bup init [-r host:path] [directory]
bup init initializes a repository. The location will be
the *directory* or --remote if provided, the
directory specifed by any global -d argument (see
bup(1)), the value of BUP_DIR in the
environment if set, or ~/.bup.
See bup-config(5) for configuration options that you may
want to set. Some, like bup.split.files and
bup.split.trees should normally be set (when desired)
before adding data to the repository.
bup init ~/archive
bup-config(5), ssh_config(5)
Part of the bup(1) suite.