Znapzend

From Jan's Wiki
Revision as of 16:03, 21 August 2017 by Der Jan (talk | contribs) (Created page with "To add a new backup plan, first create the destination file system: zfs create tank/sys/gitlab Then setup the backup plan: /opt/znapzend/bin/znapzendzetup create --recursive...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To add a new backup plan, first create the destination file system:

zfs create tank/sys/gitlab

Then setup the backup plan:

/opt/znapzend/bin/znapzendzetup create --recursive  --tsformat='znapzend-%Y-%m-%d-%H%M%S' SRC '2days=>1hours,2weeks=>1days,8weeks=>1weeks,1years=>1months' tank/sys/gitlab DST '8weeks=>1weeks,1years=>1months' znapzend@bsd4.conti.work:tank/backup/znapzend/gitlab