You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/zfs-auto-snapshot/files
root f51d7fb036
Sync with portage [Mon Jun 27 13:11:19 MSK 2022].
2 years ago
..
README.gentoo Sync with portage [Fri Apr 8 09:53:42 MSK 2022]. 2 years ago
zfs-auto-snapshot-1.2.4-drop-which.patch Sync with portage [Mon Jun 27 13:11:19 MSK 2022]. 2 years ago
zfs-auto-snapshot-daily.service Sync with portage [Mon Sep 28 15:28:38 MSK 2020]. 4 years ago
zfs-auto-snapshot-daily.timer Sync with portage [Mon Sep 28 15:28:38 MSK 2020]. 4 years ago
zfs-auto-snapshot-frequent.service Sync with portage [Mon Sep 28 15:28:38 MSK 2020]. 4 years ago
zfs-auto-snapshot-frequent.timer Sync with portage [Mon Sep 28 15:28:38 MSK 2020]. 4 years ago
zfs-auto-snapshot-hourly.service Sync with portage [Mon Sep 28 15:28:38 MSK 2020]. 4 years ago
zfs-auto-snapshot-hourly.timer Sync with portage [Mon Sep 28 15:28:38 MSK 2020]. 4 years ago
zfs-auto-snapshot-monthly.service Sync with portage [Mon Sep 28 15:28:38 MSK 2020]. 4 years ago
zfs-auto-snapshot-monthly.timer Sync with portage [Mon Sep 28 15:28:38 MSK 2020]. 4 years ago
zfs-auto-snapshot-weekly.service Sync with portage [Mon Sep 28 15:28:38 MSK 2020]. 4 years ago
zfs-auto-snapshot-weekly.timer Sync with portage [Mon Sep 28 15:28:38 MSK 2020]. 4 years ago
zfs-auto-snapshot.target Sync with portage [Mon Sep 28 15:28:38 MSK 2020]. 4 years ago

README.gentoo

Use com.sun:auto-snapshot attribute to enable snapshots for datasets

the syntax is:

zfs set com.sun:auto-snapshot=[true|false]

or:

zfs set com.sun:auto-snapshot:<frequent|hourly|daily|weekly|monthly>=[true|false]

for example:

# zfs set com.sun:auto-snapshot=false zroot
Will disable all snapshots for zroot and all nested datasets will inherit the property.

# zfs set com.sun:auto-snapshot=true zroot/ROOT/default
Will enable all types of snapshots for given dataset.

# zfs set com.sun:auto-snapshot:weekly=true pool/var
Will enable only weekly snapshots for given dataset.

for details please visit:
https://docs.oracle.com/cd/E19120-01/open.solaris/817-2271/ghzuk/index.html