-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old logs are not deleted #25
Comments
Hi, I'm not able to reproduce this on my environment, but I think it may be caused by using an old version of bash at remote (assuming your output example came from Can you run $ bash --version
GNU bash, version 5.0.17(1)-release (aarch64-unknown-linux-gnu)
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Thanks! |
Or maybe the outdated is $ tail --version
tail (GNU coreutils) 8.30
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Paul Rubin, David MacKenzie, Ian Lance Taylor,
and Jim Meyering. |
OS: Fedora 36 (although I observed this problem on 35) |
Hmm.. no old versions there. Can you confirm with |
Yes
|
Thanks! |
Thank you, I will test it |
Yes, works fine |
I use
rsync-incremental-backup-system
andrsync-incremental-backup-system-remote
scripts.I have the
maxLogFiles
option set to7
, but when deleting the logs I see the following error on the sender side:My options:
The text was updated successfully, but these errors were encountered: