Forum archive
No such file or directory: '/TKLBAM/backup-conf'
Just checked all my servers. One of them (test installation) did not run tklbam-backup since some days.
I get the following errors:
Traceback (most recent call last):
File "/usr/bin/tklbam-backup", line 510, in <module>
main()
File "/usr/bin/tklbam-backup", line 443, in main
opt_resume, True, dump_path if dump_path else "/")
File "/usr/lib/tklbam/backup.py", line 238, in __init__
backup_conf.tofile(extras_paths.backup_conf)
File "/usr/lib/tklbam/backup.py", line 81, in tofile
simplejson.dump(dict(self), file(path, "w"))
IOError: [Errno 2] No such file or directory: '/TKLBAM/backup-conf'
Is there any way to get it working again?
Just to run tklbam-backup and do tklbam-restore to a new 15.1 system.
Thanks,
Birger
I'm only guessing, but it seems that it may be trying to resume an interrupted backup, but it can't find one of the files.
Probably the first thing to do is to make sure that you have the latest version of TKLBAM (you probably do, but just in case):
Then I suggest you try forcing it to do a new full backup manually. You can do that like this:
Hopefully that should get you going. Please let me know how you go.