Skip to content

rolaya/pysync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Pysync.py

Pysync.py recursively synchronizes the two directories given as arguments, and keeps the file stats intact.

The goal of this script is to be able to keep two huge file trees synchronized, with the origin used as sync master.

With the "-s" option, all files in the destination that are not in the origin are deleted. With the "-c" option, nothing is removed. With the "-a" option, all files (including hidden files are copied).

Notes (in additional to original baseline):

  • tested exclusively on Linux Debian Stretch.

About

Pysync.py - synchronizes two directories, recursively

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%