Skip to content

Instantly share code, notes, and snippets.

#! /usr/bin/python
# Dispatch - synchronize two folders, the "left" being the source and the "right" being the target.
# Synchronization works only left to right.
import os
import filecmp
import shutil
from stat import *
class Dispatch: