dads wrote:
> I'm creating a one way sync program, it's to automate backing up data
> over the wan from our shops to a server at head office. It uses
> filecmp.dircmp() but the performance seems poor to me.
>
> for x in dc.diff_files:
> srcfp = os.path.join(src, x)
>
I'm creating a one way sync program, it's to automate backing up data
over the wan from our shops to a server at head office. It uses
filecmp.dircmp() but the performance seems poor to me.
for x in dc.diff_files:
srcfp = os.path.join(src, x)
self.fn777(srcfp)