Skip to content

marius004/copy-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CopyService

CopyService is a user-space daemon and library designed to facilitate asynchronous file copying on a local machine. It allows users to create, cancel, pause, and monitor copy jobs efficiently.

Features

  • Asynchronous copying of files.
  • Daemon with configurable settings.
  • Job management functionalities:
    • Create a new copy job.
    • Cancel a copy job.
    • Pause a copy job.
    • Retrieve progress and status of a copy job.
    • List all existing copy jobs.

Configuration

The daemon can be configured using a local config file. This file specifies the maximum number of threads the daemon can use and the maximum number of concurrent jobs it can handle.

About

Unix deamon for asynchronous file copying

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published