mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
b6a76d31e6
(c) 2014-2016 Thomas Khyn (c) 2003-2015 Anand B Pillai Advanced directory tree synchronisation tool based on Python robocopier by Anand B Pillai Usage From the command line: dirsync <sourcedir> <targetdir> [options] From python: from dirsync import sync sync(sourcedir, targetdir, action, **options) WWW: https://bitbucket.org/tkhyn/dirsync/ Sponsored by: EuroBSDCon 2016 Belgrade
21 lines
396 B
Plaintext
21 lines
396 B
Plaintext
Advanced directory tree synchronisation tool
|
|
|
|
(c) 2014-2016 Thomas Khyn (c) 2003-2015 Anand B Pillai
|
|
|
|
Advanced directory tree synchronisation tool
|
|
|
|
based on Python robocopier by Anand B Pillai
|
|
|
|
Usage
|
|
|
|
From the command line:
|
|
|
|
dirsync <sourcedir> <targetdir> [options]
|
|
|
|
From python:
|
|
|
|
from dirsync import sync
|
|
sync(sourcedir, targetdir, action, **options)
|
|
|
|
WWW: https://bitbucket.org/tkhyn/dirsync/
|