Sven Mäder

Results 31 comments of Sven Mäder

I think this does not remove deleted entries from the git repository.

The script does the following: - `git ls-files *.ldif` -> `@files_before` (store all existing `*.ldif` files in array) - dump ldap database -> `@filelist` (store ldif files from dump in...

@kasimon You are welcome. Yes this would be one solution. Another solution, which I propose in #6, is to add the files in multiple chunks. I did not test the...

Please have a look at #6, which probably fixes this bug. The details are explained in commit 55d5d7e0702cc8cdddae5531f6dae5d71560e595. This does `git add` and `git rm` in multiple chunks, if the...

Hi Axel That is no problem at all, I just wanted to get some feedback. And maybe also know what the intentions were to use hashes as filenames. I am...

Hi Axel I added a few more commits. Have a look at [55d5d7e](https://github.com/elmar/ldap-git-backup/pull/6/commits/55d5d7e0702cc8cdddae5531f6dae5d71560e595) which probably fixes the issue ([error 7: very big file list to add to git](https://github.com/elmar/ldap-git-backup/issues/4)). It now...

I reverted all the changes which add new features and moved them to separate branches. This only leaves the changes for the fix of #4 in the master branch. I...

This problem can also lead to influxdb.service not starting at all on server boot (`inactive (dead)`): ``` +phd-mon:~# systemctl --all --failed 0 loaded units listed. To show all installed unit...

I found https://github.com/lovasoa/whitebophir today. A simple self-hosted solution.

@xoxys I made a theme [luminosity](https://github.com/rda0/web-greeter-theme-luminosity) (based on [this theme](https://github.com/muhammadsayuti/lightdm-webkit-theme-luminos)) suitable for manual user login (LDAP/Kerberos/AD). It also presents some static information, customizable via a json config file. @lots0logs I...