blob: aa22e8a23a93d0b2af6c45dfa11928f96a1ac71d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Sheepdog
I have written sheepdog to keep track of backups etc. Here are some issues
that need resolving at some point.
=> https://github.com/pjotrp/deploy
## Tags
* assigned: pjotrp
* enhancement
## Tasks
* [ ] add lock functionality
* [ ] check whether rsync dir exists before proceeding
* [ ] send digest E-mails
* [ ] smart state E-mails on services going down
* [ ] block on root user if not running from protected dir
* [ ] borg/rsync should check validity of repo before propagating
* [ ] borg/rsync ignore files that have wrong permissions
|