GUEST.it
GUEST.it
> Unfortunately state of packages is far from ideal but I can only blame myself for it... I think you should add MooseFS packages on debian like you did with...
So, by using something like: `rclone sync /path/to/local remote:current --backup-dir remote:$(date)` remote:current will hold the latest backup (thus, the "current" version of files) and every changes between the current version...
But with --backup-dir, i have to search a file in every repository or each repository is a complete copy like with rsnapshot and hardlinks?
I'm trying to use the suggested method (--backup-dir) but something is not working as expected. This is a simple script that i'm running: ``` #!/bin/sh BACKUP_DIR=$(/bin/date +'%F_%R') for dir in...
So, removing `file1` results in removal from `current` and a copy stored in `backup1`, right ? I'm trying to figure out a properly naming schema, in example, I would like...
Getting the same with 6.0.2 Any idea ?
esp32. the stepper code is running in a separated task on a different CPU core. seems that adding priority to the stepper task fix the issue but kills everything else...
it's dual
Please include only files ending with ".conf" and not all files
What do you mean with this? It should be fixed with PR #101