MatteoLacki / syncFiles

Synchronize files on windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rationale

Move files from one place to another (e.g. windows network folder). Then, compare the files for sizes and check sums and log everything.

Installation

    pip install syncFiles

Usage:

	python3 syncFiles C:\your\path\pattern\for\files\f*.raw E:\your\target\folder --min_age_hours 24

For help, run:

	python3 syncFiles -h

Logging

All copy tasks are logged, by default in C:\Logs\sync.log

About

Synchronize files on windows


Languages

Language:Python 95.2%Language:Batchfile 4.4%Language:Makefile 0.4%