From 0157d644249c084c78690476e108d63ceb5cf5e2 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 1 May 2019 19:06:54 +0200 Subject: publish: do not set a default ttl. instead let publish-purge decide on defaults --- publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish b/publish index 8589020..ff4c42a 100755 --- a/publish +++ b/publish @@ -51,7 +51,7 @@ base_rsync=marvin.example.com:/var/www/www.example.com/htdocs/pub history_file=~/.publish.history history_lines=1000 -ttl=180 +ttl= date_format='%Y-%m-%d-' rsync_args="--compress --times --chmod=u=rwX,go=rX" -- cgit v1.2.3