Lines 1-11
Link Here
|
1 |
--- src/dird/ua_prune.c~ 2010-01-25 07:56:28.000000000 +0000 |
|
|
2 |
+++ src/dird/ua_prune.c 2010-01-26 13:31:52.000000000 +0000 |
3 |
@@ -389,7 +389,7 @@ |
4 |
* Select all files that are older than the JobRetention period |
5 |
* and stuff them into the "DeletionCandidates" table. |
6 |
*/ |
7 |
- edit_utime(now-period, ed1, sizeof(ed1)); |
8 |
+ edit_utime(period, ed1, sizeof(ed1)); |
9 |
Jmsg(ua->jcr, M_INFO, 0, _("Begin pruning Jobs older than %s.\n"), ed1); |
10 |
edit_int64(now - period, ed1); |
11 |
Mmsg(query, insert_delcand, (char)JobType, ed1, |