Quantcast
Channel: snapshot (Forum tag)
Viewing all articles
Browse latest Browse all 16

Backup and Snapshot Failing on Wordpress appliance

$
0
0

My Wordpress appliance has been backing up fine until three days ago... then I noticed no backups so tried to do one manually and recevied the following error: 

root@wordpress /# tklbam-backup
CREATING /TKLBAM
Traceback (most recent call last):
  File "/usr/bin/tklbam-backup", line 366, in <module>
    main()
  File "/usr/bin/tklbam-backup", line 311, in main
    b = backup.Backup(conf, registry.profile, credentials, resume=opt_resume)
  File "/usr/lib/tklbam/backup.py", line 159, in __init__
    self._create_extras(extras_paths, profile_paths, conf)
  File "/usr/lib/tklbam/backup.py", line 113, in _create_extras
    conf.overrides.fs)
  File "/usr/lib/tklbam/backup.py", line 94, in _write_whatchanged
    changes = whatchanged(dirindex, paths)
  File "/usr/lib/tklbam/changes.py", line 240, in whatchanged
    changes += [ Change.Overwrite(path) for path in new + edited ]
  File "/usr/lib/tklbam/changes.py", line 72, in __init__
    self.uid = self.stat.st_uid
  File "/usr/lib/tklbam/changes.py", line 47, in stat
    self._stat = os.lstat(self.path)
OSError: [Errno 2] No such file or directory: '/var/spool/postfix/defer/C/C99AC4AF0A'
 
I tried the advice from this post, which didn't work: http://www.turnkeylinux.org/forum/support/20120202/back-failed-no-such-file-or-directory-varcacheduplicity
 
I restored a snapshot from the last time a backup worked, but I'm still getting the same problem. I can restore an even earlier backup, but that would mean loosing quite a bit of work going to a snapshot that is a week old. 
 
If anyone has some ideas on what could be going wrong, or how to provide more data on the error it would be greatly appreciated. 

Viewing all articles
Browse latest Browse all 16

Trending Articles