(Sorry for the late reply) In OpenSolaris it just used cronjobs to create zfs snapshots.
This is a prime example of useless use of cat. Heredoc already means "pass this as stdin", there's no need to pipe it. Your example without cat: curl http://localhost -d @- <<REQUEST_BODY { "from" : 0, "size" : 40 }…
This seems to copy a bad design decision from virtualenv. Please see https://gist.github.com/datagrok/2199506
(Sorry for the late reply) In OpenSolaris it just used cronjobs to create zfs snapshots.
This is a prime example of useless use of cat. Heredoc already means "pass this as stdin", there's no need to pipe it. Your example without cat: curl http://localhost -d @- <<REQUEST_BODY { "from" : 0, "size" : 40 }…
This seems to copy a bad design decision from virtualenv. Please see https://gist.github.com/datagrok/2199506