Skip to content

Commit

Permalink
Minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehops committed Jun 14, 2016
1 parent bf70ec8 commit 4bd4814
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

** Examples
Create snapshots that will last for 1 day, 3 weeks, 6 months, and 1 year.

#+BEGIN_SRC sh
$ zap 1d zroot/ROOT/default
$ zap 3w tank/backup zroot/usr/home/nox
Expand All @@ -35,7 +34,6 @@

Create the same snapshots for filesystems with the zap:snap property set to
"on".

#+BEGIN_SRC sh
$ zap 1d
$ zap 3w
Expand All @@ -48,8 +46,9 @@
=$ zap -d=

*** Automatically create and destroy snapshots with cron
=$ cat /etc/crontab=
#+BEGIN_SRC sh
$ cat /etc/crontab

SHELL=/bin/sh

#minute hour mday month wday who command
Expand Down

0 comments on commit 4bd4814

Please sign in to comment.