Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - naelq

Pages: 1 ... 3 4 [5]
61
Installation and Upgrades / Re: eBackup failure
« on: June 27, 2010, 06:54:43 pm »
hello all & allow me to thank you for this great effort :)

anyway, back to topic..
me too, i'm having the same behavior as H4ST3
the ebackup module fails to finish (or even start!!) its job, on a clean install with no older backups..
my config is close to op's, i'm on Ubuntu server 10.04 (amd64, basic install) fully updated & then ebox 1.5.5 installed..

both the logs (/var/log/ebox/ebox.log) & the manually invoked ebox backup script from a console, would produce the following error:
Quote
root command /usr/share//ebox-ebackup/ebox-duplicity-wrapper list-current-files file:///mnt/Backups/ --no-encryption > /var/lib/ebox/tmp/backuplist-cache failed.
Error output: Traceback (most recent call last):
   File "/usr/bin/duplicity", line 1239, in <module>
     with_tempdir(main)
   File "/usr/bin/duplicity", line 1232, in with_tempdir
     fn()
   File "/usr/bin/duplicity", line 1190, in main
     list_current(col_stats)
   File "/usr/bin/duplicity", line 513, in list_current
     sig_chain = col_stats.get_signature_chain_at_time(time)
   File "/usr/lib/python2.6/dist-packages/duplicity/collections.py", line 964, in get_signature_chain_at_time
     raise CollectionsError("No signature chains found")
 CollectionsError: No signature chains found
 

Command output: .
Exit value: 30

in the other hand, when running the following:
Code: [Select]
duplicity full --no-encryption /home/samba/ file:///mnt/Backups/all goes well, with output:
Quote
Last full backup date: none
--------------[ Backup Statistics ]--------------
StartTime 1277655957.92 (Sun Jun 27 19:25:57 2010)
EndTime 1277655965.84 (Sun Jun 27 19:26:05 2010)
ElapsedTime 7.92 (7.92 seconds)
SourceFiles 130
SourceFileSize 80454697 (76.7 MB)
NewFiles 130
NewFileSize 80454697 (76.7 MB)
DeletedFiles 0
ChangedFiles 0
ChangedFileSize 0 (0 bytes)
ChangedDeltaSize 0 (0 bytes)
DeltaEntries 130
RawDeltaSize 80344074 (76.6 MB)
TotalDestinationSizeChange 77143468 (73.6 MB)
Errors 0
-------------------------------------------------

then, i do some changes to the files, & right after then, i do invoke:
Code: [Select]
duplicity incremental --no-encryption /home/samba/ file:///mnt/Backups/all works fine..

BUT, if i invoke the ebox backup script instead:
Code: [Select]
/usr/share/ebox-ebackup/ebox-remote-ebackup --incrementalit does not produce any errors but it does not seem to do anything neither!! i've verified it using duplicity to list the backup files:
Code: [Select]
duplicity list-current-files file:///mnt/Backups/no new files are listed/included.. (short-version: the script does not work!)

i think that the supplied ebox backup script is missing something..

H4ST3, could you please tell me if you've changed the include/exclude paths in your configuration? cause i did, & i think that it's somehow related to this bug (!?)

thanks

Pages: 1 ... 3 4 [5]