From 2dc9b19d183cbd13792a4bc16c3f336eb06f2b1d Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Sun, 5 Feb 2023 10:35:17 +0100 Subject: [PATCH] Update backup age explanation --- examples/npbackup.conf.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/npbackup.conf.dist b/examples/npbackup.conf.dist index bc906cf..47223ff 100644 --- a/examples/npbackup.conf.dist +++ b/examples/npbackup.conf.dist @@ -27,8 +27,8 @@ backup: repo: repository: password: - ## Backup age, in seconds, which is the minimum time between two backups - minimum_backup_age: 86400 + # Backup age, in minutes, which is the minimum time between two backups + minimum_backup_age: 1440 upload_speed: 0 # in KiB, use 0 for unlimited upload speed download_speed: 0 # in KiB, use 0 for unlimited download speed backend_connections: 0 # Fine tune simultaneous connections to backend, use 0 for standard configuration