[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Rsync über FTP



* Ivo Engelhardt <ivoengelhardt@gmx.net> (Sun, 08 Jul 2007 14:27:14 +0200):
> Ich habe hier einen Server auf dem nur FTP läuft, kein Telnet oder SSH.
> Ist es möglich eine Sicherung mit Rsync auf einen FTP Server abzulegen?
> Meine Sicherung sollte regelmäßig auf dem Server landen. 
> Hat jemand eine brauchbare Lösung für mich? 
> Dabei ist Rsync nicht unbedingt erforderlich, ginge auch z.B. mit Tar...

duplicity könnte sein, was du suchst; aus der man-page:

| Duplicity incrementally backs up files and directory by encrypting
| tar-format volumes with GnuPG and uploading them to a remote (or local)
| file server. In theory many remote backends are possible; right now
| local, ftp, ssh/scp, and rsync backends are available. Because duplicity
| uses librsync, the incremental archives are space efficient and only
| record the parts of files that have changed since the last backup.
| Currently duplicity supports deleted files, full unix permissions,
| directories, symbolic links, fifos, etc., but not hard links.

Das Programm ist aber nicht gerade perfekt, siehe auch
(falls nicht schon direkt gelesen):
  http://lists.debian.org/debian-user-german/2007/07/msg00532.html

Ein "apt-cache search backup ftp" fand außerdem backup-manager:

| This is a backup program, designed to help you make daily archives of
| your file system.
[...]
| Archives are kept for a given number of days and the upload system can
| use FTP, SSH or RSYNC to transfer the generated archives to a list of
| remote hosts.

Ansonsten gibt es noch flexbackup, dar, ... (oder einfach tar) woraus
man sich mit Hilfe von cron eigene Lösungen basteln könnte.

HTH
Fabian

-- 
Fabian "zzz" Pietsch - http://zzz.arara.de/



Reply to: