Upgrade rsbackup 6.0 to 8.0 | WARNING: time interval '14' should have a unit

Samuel Wolf samuelwolf85 at googlemail.com
Sun Jul 23 10:52:02 BST 2023


Hello Richard,

> result in ERROR: invalid integer '14d'

found it!
I had the bug myself :)

I changed the following config from:
[...]
  prune-parameter prune-age 14
  prune-parameter min-backups 14
[...]

to:
[...]
  prune-parameter prune-age 14d
  prune-parameter min-backups 14d
[...]

And the problem was *not* prune-age, the error comes from min-backups
which must be an integer.
Since the error was "ERROR: invalid integer '14d'" I was looking for
the first 14d value...

Thank you for the help and this perfect backup tool!

Samuel



More information about the sgo-software-discuss mailing list