Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
bup-init(1)		    General Commands Manual		   bup-init(1)

NAME
       bup-init	- initialize a bup repository

SYNOPSIS
       [BUP_DIR=localpath] bup init [-r	host:path]

DESCRIPTION
       bup init	initializes your local bup repository.	By default, BUP_DIR is
       ~/.bup.

OPTIONS
       -r, --remote=host:path
	      Initialize  not  only  the local repository, but also the	remote
	      repository given by the host and path.  This is not necessary if
	      you intend to back up to the default location on the server (ie.
	      a	blank path).  The connection to	the remote server is made with
	      SSH.  If you'd like to specify which port, user or  private  key
	      to  use  for  the	 SSH  connection,  we  recommend  you  use the
	      ~/.ssh/config file.

EXAMPLES
	      bup init

SEE ALSO
       bup-fsck(1), ssh_config(5)

BUP
       Part of the bup(1) suite.

AUTHORS
       Avery Pennarun <apenwarr@gmail.com>

Bup 0.32			  2021-01-09			   bup-init(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bup-init&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help