ispCP - Board - Support
[ERLEDIGT]ispCP System Backup: HowTo - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+---- Forum: Archiv (/forum-54.html)
+---- Thread: [ERLEDIGT]ispCP System Backup: HowTo (/thread-4733.html)

Pages: 1 2 3 4 5 6 7


RE: ispCP System Backup: HowTo - BeNe - 03-12-2009 05:31 PM

Hier mal meine zum Vergleich
Code:
# duplicity --version
duplicity 0.5.11

Code:
# ftplicity --version
  ftplicity version 1.4.0b1
  (http://ftplicity.sourceforge.net/)

Code:
# ncftp --version
NcFTP 3.2.1 (Jul 29, 2007) by Mike Gleason (http://www.NcFTP.com/contact/).
Quote:Wenn ich mir gerade die Versionen ansehe sollte ich vielleicht wieder ein Update machen :/
Ja, bitte mach mal ein Update und teste ob es immer noch geht bei Dir.
Hast DU den rest Phyton,boto usw auch aus den Lenny repository ?

Greez BeNe


RE: ispCP System Backup: HowTo - Knut - 03-12-2009 05:35 PM

(03-12-2009 05:31 PM)BeNe Wrote:  Hast DU den rest Phyton,boto usw auch aus den Lenny repository ?

Greez BeNe

Code:
doris:~# ncftp --version
NcFTP 3.2.1 (Jul 29, 2007) by Mike Gleason (http://www.NcFTP.com/contact/).

Jepp, ich bin genau nach dem Wiki vorgegangen.
So, hab mal aktualisiert und ein Fullbackup durchgeführt.

Code:
naomi:/usr/local/src/duplicity/duplicity-0.5.11# duplicity --version
duplicity 0.5.11
naomi:/usr/local/src/duplicity/duplicity-0.5.11# ftplicity naomi full
Start ftplicity v1.4.1b1, time is 03/12/09 07:39:45.
Using profile '/root/.ftplicity/naomi'.
Using installed duplicity version 0.5.11 (OK).

--- Start running command FULL (07:39:45.128) ---
Running duplicity - OK
Output: NcFTP version is 3.2.1
Reading globbing filelist /root/.ftplicity/naomi/exclude
Last full backup date: Sun Mar  8 17:24:39 2009
--------------[ Backup Statistics ]--------------
StartTime 1236843587.39 (Thu Mar 12 07:39:47 2009)
EndTime 1236843598.43 (Thu Mar 12 07:39:58 2009)
ElapsedTime 11.04 (11.04 seconds)
SourceFiles 0
SourceFileSize 64294024 (61.3 MB)
NewFiles 0
NewFileSize 0 (0 bytes)
DeletedFiles 0
ChangedFiles 0
ChangedFileSize 0 (0 bytes)
ChangedDeltaSize 0 (0 bytes)
DeltaEntries 0
RawDeltaSize 63251410 (60.3 MB)
TotalDestinationSizeChange 16882777 (16.1 MB)
Errors 0
-------------------------------------------------
--- Finished (07:40:13.403) - Runtime 00:00:28.275 ---

Kein Problem zu erkennen.

Mein CONF :

Code:
GPG_KEY='7A2AA42E'
GPG_PW='xyz123'
#GPG_OPTS=''

TARGET='ftp://backupuser@backupserver.de/naomi/'
TARGET_PW='backuppasswort'

SOURCE='/'

MAX_AGE=1M

MAX_FULL_BACKUPS=1

VERBOSITY=4

TEMP_DIR=/tmp

MAX_FULLBKP_AGE=1M
VOLSIZE=25

Exclude schaut so aus:

Code:
/bin
/boot
/dev
/home
/initrd
/lib
/media
/mnt
/opt
/proc
/root
/tmp
/sbin
/srv
/sys
/usr
/var/spool
/var/backup
/var/cache
/var/lock
/var/opt
/var/run
/var/tmp

Achja: boto habe ich nicht installiert. Brauche ich für meinen Backuphost nicht.


RE: ispCP System Backup: HowTo - BeNe - 03-12-2009 11:48 PM

Kaum ein Ticket eröffnet und schon ein Patch in der Hand
Code:
The attached patch adds 'set auto-resume yes' to the setup commands. This will resume uploads and downloads, which is what happened here. The first upload timed out. The next one would not replace the existing file by default.

Soweit sieht es mal gut aus.
Liegt wohl an der langsamen Leitung zum FTP-Server -> timeout!

Greez BeNe


RE: ispCP System Backup: HowTo - FraggDieb - 03-16-2009 10:19 PM

hm wenn ich das Backup ausführe, sagt er alles war i.O
aber auf dem FTP-Server sind keine Daten zu finden... ich glaub ich muss nochma bisschen rumprobieren :x


RE: ispCP System Backup: HowTo - menki - 04-07-2009 04:53 AM

so...hab gerade auf lenny die 0.5.14 duplicity version installiert. da lenny andere packete als etch hat war das etwas stolperig. aber immerhin die sicherung läuft bereits. mit der 0.5.2 version ging die installation schnell aber die ist ja schon uralt! Smile

die 0.5.14 version ist deutlich stabiler und zuverlässiger. Smile

@fraggdieb

hat es bei dir geklappt?

MENKI


RE: ispCP System Backup: HowTo - menki - 04-11-2009 07:44 PM

so wie ich festgestellt habe hat die neue duplicity version 0.5.14 schwierigkeiten in data restore. ich schafe ies nicht ein backup zurückzuspielen....die fehlermeldung ist:

Code:
ns205837:~# ftplicity etc_backup restore /tmp/loly
Start ftplicity v1.4.0b1, time is 04/11/09 11:41:34.
Using profile '/root/.ftplicity/etc_backup'.
Using installed duplicity version 0.5.14 (OK).

--- Start running command RESTORE (11:41:36.46) ---
Running duplicity - FAILED (code 30)
Output: Traceback (most recent call last):
  File "/usr/bin/duplicity", line 757, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 750, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 707, in main
    restore(col_stats)
  File "/usr/bin/duplicity", line 428, in restore
    restore_get_patched_rop_iter(col_stats)):
  File "/usr/bin/duplicity", line 450, in restore_get_patched_rop_iter
    backup_chain = col_stats.get_backup_chain_at_time(time)
  File "/usr/lib/python2.5/site-packages/duplicity/collections.py", line 804, in get_backup_chain_at_time
    raise CollectionsError("No backup chains found")
CollectionsError: No backup chains found
--- Finished (11:41:36.88) ---
ns205837:~#

kann das wer bestätigen unter lenny ?

hier ein ähnliches problem:

http://ubuntuforums.org/archive/index.php/t-1048637.html

MENKI


RE: ispCP System Backup: HowTo - BeNe - 04-14-2009 04:08 PM

Nein, kann ich leider nicht weiterhelfen!
Ich bin schon wieder weg von dem Product....

Würde mal das DEBUG Level höher setzen.

Greez BeNe


RE: ispCP System Backup: HowTo - Knut - 12-08-2009 06:13 PM

(03-11-2009 06:51 PM)BeNe Wrote:  
Quote:es ist nicht in der wiki...noch nicht
Jetzt schon --> http://www.isp-control.net/documentation/de/misc/backup_with_ftplicity
Danke an knut!

Kann es sein, dass das Wiki manche Einträge "schluckt" ???
Die Doku ist unter dem Link nicht mehr vorhanden.


Knut


RE: ispCP System Backup: HowTo - ZooL - 12-09-2009 12:32 AM

nein goover hatte da umstrukturiert...


RE: ispCP System Backup: HowTo - Knut - 12-09-2009 08:10 AM

Ist also "wegumstrukturiert" ? Habe es nicht mehr gefunden.

Knut