From 76ef84f83bbc022dbcf13f734425648e3e42e653 Mon Sep 17 00:00:00 2001 From: madbrain76 <57333073+madbrain76@users.noreply.github.com> Date: Thu, 20 Jan 2022 00:41:23 -0800 Subject: [PATCH] docs: fix typo in backup_to_external_disk.rst closes https://github.com/zrepl/zrepl/pull/568 --- docs/quickstart/backup_to_external_disk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/backup_to_external_disk.rst b/docs/quickstart/backup_to_external_disk.rst index 3e7af5c..f1a02d7 100644 --- a/docs/quickstart/backup_to_external_disk.rst +++ b/docs/quickstart/backup_to_external_disk.rst @@ -13,7 +13,7 @@ Thus, we only keep one hour worth of high-resolution snapshots, then fade them o At the end of each work day, we connect our external disk that serves as our workstation's local offline backup. We want zrepl to inspect the filesystems and snapshots on the external pool, figure out which snapshots were created since the last time we connected the external disk, and use incremental replication to efficiently mirror our workstation to our backup disk. -Afterwards, we want to clean up old snapshots on the backup pool: we want to keep all snapshots younger than one hour, 24 for each hor of the first day, then 360 daily backups. +Afterwards, we want to clean up old snapshots on the backup pool: we want to keep all snapshots younger than one hour, 24 for each hour of the first day, then 360 daily backups. A few additional requirements: