terom@15: ## Options terom@15: [snapshots] terom@15: format = %Y%m%d-%H%M%S terom@15: terom@15: # rsync options, in invoke.optargs format terom@15: [rsync-options] terom@15: archive = true terom@15: hard-links = true terom@15: one-file-system = true terom@15: numeric-ids = true terom@15: delete = true terom@15: terom@15: ## Intervals terom@36: [intervals/recent] terom@15: format = terom@15: terom@36: [intervals/day] terom@15: format = %Y-%m-%d terom@15: terom@36: [intervals/week] terom@15: format = %Y-%W terom@15: terom@36: [intervals/month] terom@15: format = %Y-%m terom@15: terom@36: [intervals/year] terom@15: format = %Y terom@15: terom@15: ## Targets terom@37: # test terom@36: [targets/test] terom@15: path = ./test terom@15: source = /srv/lvm-test/ terom@15: terom@36: [targets/test/intervals] terom@16: recent = 4 terom@16: day = 7 terom@37: year = terom@15: terom@36: [targets/test/rsync_options] terom@15: exclude-from = ignore.list terom@15: terom@37: terom@37: # test-lvm terom@36: [targets/test-lvm] terom@17: path = ./test-lvm terom@17: source = backups_test:lvm:asdf:test terom@17: terom@36: [targets/test-lvm/intervals] terom@17: recent = 4 terom@17: terom@38: ## Runs terom@38: [run/twice-daily] terom@38: test = true terom@17: terom@38: [run/hourly] terom@38: test-lvm = true terom@38: