Logiciel de sauvegarde multi-serveur https://woodstock.shadoware.org
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Ulrich Van Den Hekke 4be9820ae5
continuous-integration/drone/push Build is passing Details
Merge pull request 'feat(chunk): Increase the chunk size' (#50) from feature/performance into develop
Reviewed-on: #50
4 days ago
.devcontainer feat: update container 10 months ago
.gitea/workflows feat: gitea actions 1 week ago
.vscode feat: Restart from a nestjs project 3 years ago
client-sync feat: version with multiple worker 1 year ago
docker/prometheus feat(stats): #20: Add a prometheus exporter, gather statistics from history file 1 year ago
docs feat: docker 10 months ago
front perf(backup): improve performance by cumulate multiple file in a fifo 1 week ago
nestjs feat(chunk): Increase the chunk size 4 days ago
.dockerignore feat: test command at start 3 years ago
.drone.yml fix(refcnt): 🐛 fix memory consumption when fsck and node 20.1.0 bug 1 month ago
.gitattributes feat: version with multiple worker 1 year ago
.gitignore feat: Refactor the program with a new protocol based on grpc 1 year ago
CONTRIBUTING.md feat: correction text 3 years ago
Dockerfile fix(refcnt): 🐛 fix memory consumption when fsck and node 20.1.0 bug 1 month ago
LICENSE feat: add documentation of woodstock 3 years ago
README.md feat: add drone file 3 years ago
docker-compose.yml feat(docker): update docker part 1 month ago
lerna.json feat: version with multiple worker 1 year ago
package-lock.json feat(backup): fix #30 - stabilize the backup process 1 month ago
package.json feat: version with multiple worker 1 year ago
woodstock-backup.code-workspace fix(refcnt): 🐛 fix memory consumption when fsck and node 20.1.0 bug 1 month ago

README.md

Woodstock Backup

Build Status

Woodstock backup is a backup software. The purpose is to backup software from a central point.

Instead of launching the backup from the client, it's the server that contacts the client to launch the backup.

The actual version is based on

  • rsync to copy file from the client to the server
  • btrfs to create snapshot and shared block not actually modified

Documentation

You can find the documentation online.

Licence

MIT