garbash-config

etc files for garbash tilde
git clone git://git.alexkarle.com.com/garbash-config
Log | Files | Refs | README | LICENSE

dumpster.8 (680B) [raw]


      1 .Dd October 12, 2021
      2 .Dt DUMPSTER 8
      3 .Os
      4 .Sh NAME
      5 .Nm dumpster
      6 .Nd
      7 .Xr dump 8 wrapper for routine backups
      8 .Sh SYNOPSIS
      9 .Nm dumpster
     10 .Op Ar N
     11 .Sh DESCRIPTION
     12 .Nm
     13 will invoke
     14 .Xr dump 8
     15 on the following partitions:
     16 .Bl -tag -width "/home" -offset 4n
     17 .It Pa /
     18 Critical configuration files (wg keys, etc)
     19 .It Pa /home
     20 Location of most user files
     21 .It Pa /var
     22 Location of public git repos
     23 .El
     24 .Pp
     25 If
     26 .Ar N
     27 is specified,
     28 it will be the dumplevel used.
     29 Otherwise,
     30 the default dumplevel is the day of the week
     31 (Monday is 1, Sunday is 7) to facilitate
     32 use within
     33 .Xr cron 8 .
     34 .Pp
     35 Dumps are saved to
     36 .Pa /bak/YYYY-MM-DD_N/{path}.dump.N .
     37 .Sh SEE ALSO
     38 .Xr daily 8 ,
     39 .Xr dump 8 ,
     40 .Xr restore 8