Skip to content

CloudBackup is a client-server C# project for Windows OS, which allows to realize a complete backup of a custom directory in the client filesystem. It is also possible to restore a deleted file, restore previous versions of a file and restore the whole last snapshot known by server, in case of loss of the directory.

License

Notifications You must be signed in to change notification settings

lucaboni92/CloudBackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudBackup

CloudBackup is a client-server C# project for Windows OS, which allows to realize a complete backup of a custom directory in the client filesystem. It is also possible to restore a deleted file, restore previous versions of a file and restore the whole last snapshot known by server, in case of loss of the directory.

Parameters

Server.exe [param]

    -a   <ip address>   set a custom IP address for server (different from default IP read from NIC)
    -p   <port>         set a custom port for server (different from default 8888)
    --local             set localhost as IP address (127.0.0.1)
    --help              print help

About

CloudBackup is a client-server C# project for Windows OS, which allows to realize a complete backup of a custom directory in the client filesystem. It is also possible to restore a deleted file, restore previous versions of a file and restore the whole last snapshot known by server, in case of loss of the directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages