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
237 B

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