Peter Nunn <
ped...@gmail.com> writes:
> I'm trying to use Kup on my KDE system and have bup hooked up to a synology
> nas on my network via a network share (cifs).
I'll comment but note that I do not use Kup (being a command-line type)
and I do not use cifs (being a unix type).
I would be suspicious of cifs and/or the implementations, as I haven't
seen this kind of report before, but OTOH presumably synology stuff works.
[pruned and formatted slightly for dicsussion]
> The files seem to be getting transferred OK, but every time I run the
> backup it fails with
> Could not create
> "/home/pnunn/.bup/objects/pack/pack-064d1ae7067f73ff315fa1662fc587496e6e00f3.vol000+200.par2":
> File already exists.
> b'pack-064d1ae7067f73ff315fa1662fc587496e6e00f3' par2 create: failed (6)
>
> These files do exist on the system, from days ago, and are all 0 size (the
> ones that are failing).
I am having a hard time reconciling these two statements. The packfile
id is a hash, and it depends on the backup. But yet the file exists
and had an ctime/mtime from before the backup?
Are you sure all the clocks are right?
Could it really be that you did a backup, it failed, and you tried
again, but nothing changed?
> I've deleted them to see if that fixes it (No loss if it breaks things
> because if I can't sort this out I'll have to blow it all away and try
> something else anyway).
>
> Is there a better fix for this? Bup is 0.32
You can run "bup fsck -g" to generate parity from the backup you have.
I would run "bup fsck" first to see if there is anything else wrong.