wting / flyback

Automatically exported from code.google.com/p/flyback
0 stars 0 forks source link

Backup doesn't finish cleanly when copying files it has no permissions for #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. tell Flyback to backu /etc
2. start flyback --backup

It gives you the error messages saying cannot access certain files, it then
actually completes the rest of the backup but just haqngs at the end and
does not delete the lockfile

Version 0.4 - Ubuntu Linux 7.10

Original issue reported on code.google.com by mr.antea...@gmail.com on 19 Feb 2008 at 9:42

GoogleCodeExporter commented 9 years ago
Same problem here. 

When cron starts the flyback task i can see the "cp -al " process running, but 
it
gets stuck FOREVER on it.

I've just simply ran the cp -al command manually and i saw the problem was cp 
-al
command unable to change owner of files on the remote unit (a SMB shared 
folder).

Once cp -al fails, the flyback process gets frozen....forever, lockfile never 
gets
deleted.

Original comment by jorgeso...@gmail.com on 21 Dec 2008 at 10:41

GoogleCodeExporter commented 9 years ago
resolved in v0.5

Original comment by pub...@kered.org on 27 Oct 2009 at 5:05