ZFS Automatic Snapshot Daemon
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.
 
 

12 lines
238 B

import os
import sys
import pprint
#from zasd.filesystems.zfs import ZFSFilesystem
#from zasd.apsched import AsyncIOPriorityScheduler
#fs = ZFSFilesystem()
#fs.label()
#pprint.pprint(dict(os.environ), indent=2)
pprint.pprint(sys.path)