.\" Manpage for bkctld. .\" Contact vlaborie@evolix.fr to correct errors or typos. .TH man 8 "11 Janvier 2017" "1.0" "bkctld man page" .SH NAME bkctld \- Tool to manage rsync jail for backup .SH SYNOPSIS bkctld [] .SH DESCRIPTION bkctld is a shell script to create and manage a backup server which will handle the backup of many servers (clients). .SH BKCTLD COMMANDS bkctld init .RS 4 Init jail .RE .PP bkctld update |all .RS 4 Update jail .RE .PP bkctld remove |all .RS 4 Remove jail or all .RE .PP bkctld start |all .RS 4 Start jail or all .RE .PP bkctld stop |all .RS 4 Stop jail or all .RE .PP bkctld reload |all .RS 4 Reload jail or all .RE .PP bkctld restart |all .RS 4 Restart jail or all .RE .PP bkctld sync |all .RS 4 Sync jail with $NODE defined in /etc/default/bkctld .RE .PP bkctld status [] .RS 4 Print status of jail or all jails .RE .PP bkctld key [] .RS 4 Print or set SSH public key of jail .RE .PP bkctld port [|auto] .RS 4 Print or set SSH port of jail . Auto for user last port + 1 .RE .PP bkctld ip [|all] .RS 4 Print or set allowed IP of jail . All for no IP restriction .RE .PP bkctld inc .RS 4 Make inc of jail .RE .PP bkctld rm .RS 4 Remove old inc of jail .RE .PP .SH SEE ALSO sshd(8), rsync(1), chroot(8) .SH BUGS No known bugs. .SH AUTHOR Victor Laborie (vlaborie@evolix.fr)