Commit Graph

27 Commits

Author SHA1 Message Date
Ryan David Sheasby 864ab7f95b
Update debian installation instructions
Previous instructions couldn't actually be copied and pasted. This will update the instructions to work correctly when copied as-is
2021-11-02 11:36:13 +02:00
Jim Salter 2de05798f4
Merge pull request #509 from phreaker0/docs-busybox
added note for busybox based distributions
2020-11-01 17:24:39 -05:00
Jim Salter 2acb3e3fea
Merge pull request #501 from phreaker0/docs-centos
extended install instructions for centos if perl dependencies can't b…
2020-11-01 17:23:33 -05:00
Jim Salter 006f897d74
Merge pull request #500 from phreaker0/docs-cron-example
added cron setup example
2020-11-01 17:23:06 -05:00
kr4z33 b31a7ba7d8
Update INSTALL.md
"build-essential" was required for me to complete the Debian/Ubuntu instructions.
2020-08-17 19:16:26 -10:00
Christoph Klaffl 909d3f3765
added note for busybox based distributions 2020-02-14 09:37:38 +01:00
Christoph Klaffl b09d2b66fc
typo 2020-02-13 09:26:15 +01:00
Christoph Klaffl 3a7f468939
extended install instructions for centos if perl dependencies can't be found 2020-02-12 20:20:46 +01:00
Christoph Klaffl a3f242d0d4
added cron setup example 2020-02-12 20:10:28 +01:00
Christoph Klaffl ef38110d69
instruct to use the latest stable release instead of master 2020-02-12 18:35:03 +01:00
Havard 1dc77c20ac
Update INSTALL.md
Removed invalid reference to sanoid.conf.example. Tried to make the last sentence clearer.
2019-12-31 14:36:49 +01:00
Christoph Klaffl 5d7ee40405
fix centos package name 2019-05-24 08:29:54 +02:00
Jim Salter 681820ceab
Merge pull request #370 from g-a-c/patch-1
Update INSTALL.md
2019-05-22 10:33:09 -04:00
Jim Salter 1ca9a6d0c0
Merge pull request #368 from danielewood/patch-1
Added line to enable sanoid-prune.service
2019-05-22 10:32:45 -04:00
Jim Salter 39af643817
Merge pull request #375 from johnramsden/master
Declare that sanoid service 'Wants' sanoid-prune
2019-05-22 10:32:28 -04:00
Jim Salter 2fceef65a3
Merge branch 'master' into patch-1 2019-05-22 10:32:12 -04:00
Christoph Klaffl 83c5e2c29b
added new dependency to all packages and install instructions 2019-05-20 18:31:38 +02:00
Gavin Chappell 67ff4fed77 Update INSTALL.md
`debhelper` is also a pre-requisite for Debian systems
2019-05-15 20:43:32 +01:00
John Ramsden ce93d89ec8
Declare that sanoid service 'Wants' sanoid-prune
Also add --verbose flag for logging as mentioned in readme.

sanoid-prune.service never runs. Declare a 'Wants' dependency,
and 'Before' condition in the sanoid unit, and prune is run
after 'sanoid.service'.
2019-04-20 15:34:49 -07:00
Daniel Wood faf268b3b2
Added line to enable sanoid-prune.service
@phreaker0,
I found that on my systems, sanoid-pune.service did nothing until I enabled it, then it was called by sanoid.service.
2019-04-01 21:50:29 -07:00
Christoph Klaffl 1900ecaf32
added verbose cmd line flags for journald logging 2019-03-31 15:25:30 +02:00
Christoph Klaffl 90b8c92ec6
sanoid-prune.service is indeed referenced and run after the sanoid.service
Revert "Fix systemd service definitions."

This reverts commit 17e15c2f54.
2019-03-31 15:21:19 +02:00
Daniel Wood 17e15c2f54
Fix systemd service definitions.
`sanoid-prune.service` is not referenced by a timer, so I have removed it.

I also modified the behavior of sanoid.service so it will take and prune snapshots according to the config file:
 - `--cron` switch is required for it to take action as a service
 - `--verbose` is there so that useful logs appear under `journalctl -t sanoid` (I personally run `--debug`)
2019-03-29 09:37:28 -07:00
Jim Salter 68cc59a41c
Update INSTALL.md 2019-03-29 11:53:56 -04:00
Christoph Klaffl eefc659c03
update the install instruction with recent changes 2019-02-20 08:15:45 +01:00
Andrew Bobulsky 0f669a304a
Cleaned up Configuration section to match the rest of the document 2018-03-26 03:54:28 -04:00
Andrew Bobulsky 429da3a131
Add comprehensive installation instructions
Converts the old INSTALL file to a markdown-formatted INSTALL.md file
that contains comprehensive installation instructions for supported
operating systems, and an outline that can be used on others where
Sanoid/Syncoid ought to work.

The Installation section is complete for CentOS/RHEL, and has been
"dressed up" for FreeBSD/Ubuntu. Those ones still need to be completed.
I don't cover the topic of running Syncoid periodically or how to do it
because I don't know. It's probably out of scope for the Installation
guide anyway.

The Configuration sections is intended to walk through some common
setups for sanoid.conf. I suggest just cleaning up the existing conf
file examples and putting them into that section.
2018-03-26 03:44:00 -04:00