Skip to content

xsovad06/Directory_synchronization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Directory_synchronization

Program that enables one-way periodical synchronization of two directories, source and replica.

Usage

For correct program operation positional arguments needs to be set as follows:

  • source -> absolute path to the source directory to be synchonized")
  • destination -> absolute path to the destination directory of synchonization")
  • interval -> synchonization interval in seconds
  • logs -> absolute path to the logs destination (log file is named synchronization.log)

Example

As for the paths to the operation directories, absolute path depends on your filesystem structure. ./sync_dirs.py <src_dir> <replica> 5 <logs_dir>

About

Program that enables one-way periodical synchronization of two directories, source and replica

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages