[OpenIndiana-discuss] Is time-slider usable for most folks
    Oscar del Rio 
    delrio at mie.utoronto.ca
       
    Tue Nov 26 17:20:01 UTC 2024
    
    
  
On 2024-11-25 9:10 a.m., hput wrote:
> What are people using to automate snapshots?
>
I just use the auto-snapshot service properties and zfs 
"com.sun.auto-snapshot" properties
https://docs.oracle.com/cd/E19120-01/open.solaris/817-2271/ghzuk/index.html
(old documentation but still applies)
# svcs | grep snapshot
online svc:/system/filesystem/zfs/auto-snapshot:hourly
online svc:/system/filesystem/zfs/auto-snapshot:monthly
online svc:/system/filesystem/zfs/auto-snapshot:weekly
online svc:/system/filesystem/zfs/auto-snapshot:daily
online svc:/system/filesystem/zfs/auto-snapshot:frequent
# svcprop svc:/system/filesystem/zfs/auto-snapshot:monthly | grep zfs/
zfs/interval astring months
zfs/keep astring 12
zfs/period astring 1
# zfs get all datapool | grep auto-snap
datapool  com.sun:auto-snapshot  true
    
    
More information about the openindiana-discuss
mailing list