autobackup

Automatically choose backup location and perform backups using rsync
git clone git://jacobedwards.org/autobackup
Log | Files | Refs | README | LICENSE

autobackup.1 (815B)


      1 .\" Licensed under OpenBSD's ISC license; see LICENSE
      2 .Dd "June 6th, 2023"
      3 .Dt AUTOBACKUP 1
      4 .Os
      5 .Sh NAME
      6 .Nm autobackup
      7 .Nd Automatic backup script
      8 .Sh SYNOPSIS
      9 .Nm
     10 .Ar host Op Ar rsync-options
     11 .Sh DESCRIPTION
     12 The
     13 .Nm
     14 script connects to the sshd at
     15 .Ar host
     16 using
     17 .Xr rsync 1
     18 with a custom reciever. This reciever chooses a backup location
     19 using the configuration file located at
     20 .Pa /etc/autobackup
     21 and described in
     22 .Xr autobackup 5 .
     23 .Sh ENVIRONMENT
     24 .Bl -tag -width indent
     25 .It Ev DEBUG
     26 Define to set Xtrace in all
     27 .Xr sh(1)
     28 scripts.
     29 .El
     30 .Sh FILES
     31 .Bl -tag -width indent
     32 .It Pa /etc/autobackup
     33 List of mirror bases, described in 
     34 .Xr autobackup 5 .
     35 .Sh EXIT STATUS
     36 .Ex -std
     37 .Sh EXAMPLES
     38 Automatically backup to backup.lan:
     39 .Dl "$ autobackup backup.lan
     40 .Sh AUTHORS
     41 .An Jacob R. Edwards Aq Mt jacob@jacobedwards.org