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.
 
 

13 lines
253 B

import os
import sys
import pprint
import dateutil
#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)