diff options
author | Peter Palfrader <peter@palfrader.org> | 2019-05-01 19:06:54 +0200 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2019-05-01 19:06:54 +0200 |
commit | 0157d644249c084c78690476e108d63ceb5cf5e2 (patch) | |
tree | 8a8f53bf735ad4e082b330a39dd09a698bbf3748 | |
parent | 6ede0c26b85b5c6bfe54624df5f0dcde7aa69cb3 (diff) |
publish: do not set a default ttl. instead let publish-purge decide on defaults
-rwxr-xr-x | publish | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |