rdiff-backup man pageによると、宛先ディレクトリをオプションとともに使用し--remove-older-than
ます。宛先ディレクトリは、ディレクトリを含むディレクトリrdiff-backup-data
です。
ディレクトリの問題に加えて、オプションの時間指定も正しくありません。--remove-older-than
ドキュメントを引用すると、
time_spec can be either an absolute time, like "2002-01-04", or
a time interval. The time interval is an integer followed by
the character s, m, h, D, W, M, or Y, indicating seconds, min-
utes, hours, days, weeks, months, or years respectively, or a
number of these concatenated. For example, 32m means 32 min-
utes, and 3W2D10h7s means 3 weeks, 2 days, 10 hours, and 7 sec-
onds. In this context, a month means 30 days, a year is 365
days, and a day is always 86400 seconds.
これを 1 回だけ実行する場合は、おそらく複数のインクリメントを削除することになるでしょう。その場合、この--force
オプションも必要になります。