=== `bsync.py` This file has functions relating to copying your BDisk build to various resources. For instance, if you want your ISO available to download then this file would be used to copy your finished build to an HTTP server/root you specify. ==== http(_conf_) This function prepares a *local* HTTP directory, or webroot. See <>. ===== conf See <>. ==== tftp(_conf_) This function prepares a *local* TFTP directory (for traditional PXE). See <>. ===== conf See <>. ==== git(_conf_) This function commits (and pushes) any changes you might have made to your project (<>) automatically. ===== conf See <>. ==== rsync(_conf_) This function syncs your builds, HTTP directory (if enabled), TFTP directory (if enabled), etc. to a remote host. See <>. ===== conf See <>.