Skip to content

Command line tool that supports copying of folders and files from source to destination

Notifications You must be signed in to change notification settings

thor-the-great/duplicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duplicator is a command line tool that supports copying of folders and files from source to destination. Initial use case is automated creation of backup copies. For instance, you can backup some data with complex structure to the cloud storage folder, like Google Drive or MS One Drive, and you don't have to change structure of your data or copy it manually.

Supported features (as for time of writting):

  • several source folders, one destination folder
  • "smart" identification of delta between source and destination - based on file size and modification date, if no changes nothing copied
  • several source folders with identical bottom folder (lowest in hierarchy) supported - in destination such folders with be renamed with pattern ("folder_parentfolder", e.g. current/mails and home/backup/mails => mails_current and mails_backup)

Setup is done in a setting.properties file that must be in the same folder as duplicator jar. Scheduling must be done externaly, e.g. Windows Task Scheduler or cron.

Features planned for future:

  • some smart way of filtering in source folder
  • two way synchronization, so if something is removed at source remove it at destination as well
  • GUI for setup

Duplicator is written as a standalone Java application. You need some sort of JRE installed to use it.

About

Command line tool that supports copying of folders and files from source to destination

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages