Daniel
Daniel
Here is my simple backup-script. Works since one year! #!/bin/bash docker-compose -f "/home/daniel/dropbox/data/docker/3-minecraft/docker-compose.yml" down _day="$(date +'%A')" _file="minecraft-data-${_day}.tar" _path="/home/daniel/dropbox/data/docker-backup/${_file}" tar -P -cf ${_path} --exclude='bedrock_server*' /home/daniel/docker-data/minecraft --overwrite docker-compose -f "/home/daniel/dropbox/data/docker/3-minecraft/docker-compose.yml" up -d...
No, only .NET 6 and the Mint.csproj file is slimmed down. ` WinExe net6.0-windows true mint.ico tlbimp 0 1 f935dc20-1cf0-11d0-adb9-00c04fd58a0b 0 false true `
What functions would these be?
Yes, .NET 8.0 makes more sense now.
I did this last for the i2c bus. Perhaps this will help you: https://github.com/plmercereau/nixos-pi-zero-2/blob/main/zero2w.nix#L53
`config.txt` does not work with nixos, you will probably need a `deviceTree.overlay`. I have added one for i2c, maybe that will help you to get started: https://github.com/plmercereau/nixos-pi-zero-2/pull/11
Hi all, is it planned that the export function for all content as zip file comes back? I have always used this as a small backup!
> Do you mean the export of all user data (Intro page -> User menu -> Export user data)? If yes, this function will be implemented in HedgeDoc 2 as...
Thank you for this information, I was not aware. Yes I meant this: https://hedgedoc.dev/intro It felt so mature already. I thought only a few bug fixes and minor optimizations were...
I would welcome that, but apparently there is no interest?