On Wed, November 6, 2013 19:24, sven falempin wrote: > Hello, > Hi > I love daily scripts and used it to follow some > activity on server(s) > > One of my server got this entry: > > Running security(8): > > ====== > /var/db/cloud.json diffs (-OLD +NEW) > ====== > --- /dev/null Fri Oct 25 01:30:33 2013 > +++ /var/db/cloud.json Thu Oct 17 17:21:15 2013 > > [...] > > Previous security: > > ====== > /var/db/cloud.json diffs (-OLD +NEW) > ====== > --- /var/backups/var_db_cloud.json.current Sat Jul 27 01:30:11 2013 > +++ /var/db/cloud.json Wed Aug 7 16:28:55 2013 > > [..] > > > /dev/null !!!??????????????? > What possibly could happened ?????????? >
/dev/null tells that cloud.json in newly created file, so it's diffed against /dev/null. > PS: > Is that possible to keep more than one backup in /var/backup ? > > >