forked from agurk/zfs-to-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
backup-zfs.conf
27 lines (23 loc) · 950 Bytes
/
backup-zfs.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
###############################################################################
# Config file for zfs aws uploader
#
# general options must be specified first
# then datasets in the format:
# [dataset]
# name=<name of dataset>
# max_incremental_backups=<number of incremental backups to take before taking a full one> (optional)
# incremental_incremental=[1|0] (1 means the increment will be off of the last upload, 0 means it will be off of the last full upload. Optional)
# snapshot_types=<pattern to match against snapshot names> (optional)
# - typical types include: zfs-auto-snap_frequent\|zfs-auto-snap_hourly\|zfs-auto-snap_daily\|zfs-auto-snap_weekly\|zfs-auto-snap_monthly
#
#
bucket=<bucket_name>
aws_region=<region>
endpoint_url=
[dataset]
name=data/documents
snapshot_types=zfs-auto-snap_weekly\|zfs-auto-snap_monthly
max_incremental_backups=20
[dataset]
name=data/local
#snapshot_types=zfs-auto-snap_weekly\|zfs-auto-snap_monthly