From 0e9f68d75498040852922988b63f0e6ca7200cd8 Mon Sep 17 00:00:00 2001 From: DatuX Date: Wed, 19 Feb 2020 23:33:07 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 12fc2e0..be770dd 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,12 @@ First install the ssh-key on the server that you specify with --ssh-source or -- ``` +### Making automatic backups + +Once you've got the command to work correctly in your situation either store it in a script or directly in a cronjob. + +I usually set a nightly cronjob that executes the zfs-autobackup command. + ## Tips * Use ```--verbose``` to see details, otherwise zfs-autobackup will be quiet and only show errors, like a nice unix command.