1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2026-05-27 19:23:26 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
olevole 4202b1ae94 add FreeBSD support
changes for FreeBSD are trivial and mainly relate to
an alternative path to configuration and executable files.
So, the standard way for 3rd-party config files in FreeBSD:
  /usr/local/etc{/rsnapshot}
and for binaries:
  /usr/local
Also, define @cmd_rsnapshot in cron.erb via config_cmd_rsnapshot
2018-10-14 06:52:39 +03:00
Norbert Varzariu d1a262800f bump version and bugfix 2017-04-02 10:54:52 +02:00
Administrator 6f92da8a17 add quotes to ssh command (misc script) 2017-04-02 10:45:25 +02:00
Norbert Varzariu cbf6a3db52 Merge branch 'release/1.1.0'
- Feature: rsnapshot_prefix
- Feature: check_mk options
2017-04-02 10:19:52 +02:00
André Bauer d7436ed582 added check_mk mk-job support 2017-02-27 09:49:59 +01:00
Joshua Hoblitt cf50ff6251 fix validation warning
Logic error
2016-12-21 10:36:49 -07:00
Norbert Varzariu 1feea03aaa removed single quotes in misc script template 2016-06-27 13:21:03 +02:00
nerdlich c79d1c7fc6 Correct order of monthday/month 2016-03-24 22:53:52 +01:00
Norbert Varzariu a386a710b7 quote psql password in scripts 2016-01-26 08:29:42 +01:00
Norbert Varzariu d252ac64a0 move PGPASSWD variable into ssh command (so it is available on the node) 2016-01-25 08:56:04 +01:00
Norbert Varzariu 33e3fa685a parameterize backup_user in scripts templates 2016-01-22 15:57:23 +01:00
Norbert Varzariu b9c0e0cebc add headers to scripts 2016-01-22 15:48:07 +01:00
Norbert Varzariu 86073f42b1 add custom commands to misc script 2016-01-22 15:01:32 +01:00
Norbert Varzariu 8ba0042a94 parameterize backup scripts 2016-01-22 13:17:03 +01:00
Norbert Varzariu 942e9a7697 fix readme 2016-01-22 10:51:37 +01:00
Norbert Varzariu c80ba48d4c templates/rsnapshot.erb 2016-01-22 09:58:57 +01:00
Norbert Varzariu e823fef87c fix templates (do not create include/exclude file entries if no in/excludes given) 2016-01-22 09:56:33 +01:00
Norbert Varzariu d4cd5282f7 quick fixes 2016-01-21 16:12:07 +01:00
Norbert Varzariu d5e4ebbb9c add backup script templates 2016-01-21 15:11:10 +01:00
Norbert Varzariu 396d71cb8e testing 2016-01-20 10:27:29 +01:00
Norbert Varzariu 455ba13572 add backup script feature, a lot of fixes 2016-01-19 17:23:40 +01:00
Norbert Varzariu 5fe01d46e1 add routine to create mysql, psql and misc scripts 2016-01-19 16:01:54 +01:00
Norbert Varzariu 9a50fd8afe add template files 2015-12-22 16:37:55 +01:00
Norbert Varzariu 25a282cf4f only create in-/exclude file if in-/excludes are given and bump version 2015-12-22 16:26:06 +01:00
Norbert Varzariu cafb00e201 allow to override default cron time ranges 2015-12-21 11:25:11 +01:00
Norbert Varzariu bc86010c51 random time feature with ranges (random between 1am and 5 am: 1..5) 2015-12-20 18:23:37 +01:00
Norbert Varzariu ac28d614de fail if backup_defaults is false and no backups specified for a host (user error) 2015-12-19 22:49:34 +01:00
Norbert Varzariu 234c5935a6 working prototype (config generation) 2015-12-19 11:16:05 +01:00