summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2019-05-01 19:06:54 +0200
committerPeter Palfrader <peter@palfrader.org>2019-05-01 19:06:54 +0200
commit0157d644249c084c78690476e108d63ceb5cf5e2 (patch)
tree8a8f53bf735ad4e082b330a39dd09a698bbf3748
parent6ede0c26b85b5c6bfe54624df5f0dcde7aa69cb3 (diff)
publish: do not set a default ttl. instead let publish-purge decide on defaults
-rwxr-xr-xpublish2
1 files changed, 1 insertions, 1 deletions
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"