Skip to content

markusthilo/Cirdan

Repository files navigation

Cirdan

Copy to Import/Remote Directory Across Network

screenshot

Copy directories to a fixed destination and build md5 hashes. Some criterias are checked while selecting the source directory.

The GUI is close to a well known copy tool so the old dogs don´t need to learn new tricks.

RoboCopy is used so this is for Windows.

There is a check for updates on startup. The tool download_app.py / download_app is used to download new version and replace the outdated.

The application can be also be run on PowerShel/CMD. Try

cirdan.exe -h

to learn usage.

JSON files are used to store configuration (not touched by application):

  • config.json: admin given parameters as domain, paths etc.
  • gui.json: basic parameters for the GUI
  • labels.json: text shown in the GUI

By default user settings are stored in %AppData%\Local\Cirdan\settings.json.

The batch script make-dist.bat uses Nuitka to build Windows executables. python make_pzinst.py can be used to build executables with PyInstaller. Check the scripts if paths need to be adapted.

Still testing. The author is not responsible for any malfunction and/or lost data.

MIT License

About

Copy directories to a fixed destination and build md5 hashes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors