Daten sichern / synchronisieren
Aus Mein Wiki
Sebra (Diskussion | Beiträge) (→kablink iFolder) |
Sebra (Diskussion | Beiträge) (→Mirall) |
||
Zeile 8: | Zeile 8: | ||
* fusca-standard für Sources (php) | * fusca-standard für Sources (php) | ||
* Gratis 2,5GB | * Gratis 2,5GB | ||
- | * http:// | + | * Windows, Mac, Linux |
+ | * 1: http://db.tt/c39vl2Q | ||
+ | |||
+ | |||
+ | * DropboxPortableAHK Windows-Tool zum connecten mehrer Dropbox-Accounts unter einem Windows-Account. | ||
+ | ** http://nionsoftware.com/dbpahk/de/overview | ||
+ | |||
+ | == Owncloud == | ||
+ | * zB: https://www.fusca.de/owncloud | ||
== Sugar Sync == | == Sugar Sync == | ||
* fusca-standard für Windows-Programme | * fusca-standard für Windows-Programme | ||
* Gratis 5GB | * Gratis 5GB | ||
+ | * Bisher nur Windows, Mac | ||
* http://www.sugarSync.com | * http://www.sugarSync.com | ||
+ | |||
+ | == DriveHQ == | ||
+ | * https://www.drivehq.com | ||
+ | * Gratis 1 GB | ||
== Team Drive == | == Team Drive == | ||
- | * Bietet Server und Clienten umsonst, proprietär. | + | * https://www.teamdrive.com/de/download_server.html |
+ | * Bietet Server und Clienten umsonst (für Mac,Win,Linux), proprietär. | ||
+ | * Plugin für OpenOfice/LibreOffice | ||
== kablink iFolder == | == kablink iFolder == | ||
- | * http://community.kablink.org | + | * http://community.kablink.org & http://www.ifolder.com/ifolder |
* openSource in C# (läuft (wohl) mit Mono auf Linux&Mac) | * openSource in C# (läuft (wohl) mit Mono auf Linux&Mac) | ||
* Server nur für Linux (.rpm) runterladbar | * Server nur für Linux (.rpm) runterladbar | ||
+ | |||
+ | |||
+ | == iDrive == | ||
+ | * Gratis 5 GB | ||
+ | * Windows, Mac, (Linux !?) | ||
+ | * Database backup | ||
+ | |||
+ | == ZumoDrive == | ||
+ | * http://www.zumodrive.com | ||
+ | * Gratis 3GB | ||
+ | * Client: Windows, Mac, Linux, iPhone/iPad, WebOs, Android | ||
+ | |||
+ | == Amanda == | ||
+ | * http://www.amanda.org | ||
+ | * openSource | ||
+ | * linux, windows | ||
+ | * a backup solution that allows the IT administrator to set up a single master backup server to back up multiple hosts over network to tape drives/changers or disks or optical media. Amanda uses native utilities and formats (e.g. dump and/or GNU tar) and can back up a large number of servers and workstations running multiple versions of Linux or Unix. Amanda uses a native Windows client to back up Microsoft Windows desktops and servers. | ||
+ | * http://www.zmanda.com/quick-backup-setup.html | ||
+ | * http://www.zmanda.com/download-amanda.php | ||
+ | |||
+ | == Bacula == | ||
+ | * http://sourceforge.net/projects/bacula/ & http://www.bacula.org | ||
+ | * openSource (C++) | ||
+ | * client: linux, unix, mac, windows | ||
+ | * server: linux | ||
+ | |||
+ | == megacloud.com == | ||
+ | * http://www.megacloud.com | ||
+ | * 8 GB free | ||
+ | |||
+ | == 4Sync == | ||
+ | * Free: | ||
+ | ** 15GB | ||
+ | * $6,25x12/p.a. | ||
+ | ** 100GB | ||
+ | * $20x12/p.a. | ||
+ | ** 1000GB | ||
+ | |||
+ | == Bitcasa == | ||
+ | * http://www.bitcasa.com | ||
+ | * Free | ||
+ | ** 10 GB, Access anywhere, "keep your data safe" | ||
+ | * 99$/year || 10$/month | ||
+ | ** INFINITE / unendlich storage/backup | ||
+ | ** infinite file version history | ||
+ | ** chat & email support | ||
+ | ** Access anywhere, "keep your data safe" | ||
+ | |||
+ | == Mirall == | ||
+ | (entdeckt in openSuse Paketverwaltung) | ||
+ | "OpenSource Dropbox-like program" | ||
+ | "Mirall keeps computer folders synchronized with your network hard disk, shared folder, etc Authors ======= Duncan Mac-Vicar P. <duncan@kde.org> Klaas Freitag <freitag@kde.org>" | ||
+ | Primär dient Mirall wohl als ownCloud-Client. | ||
+ | |||
+ | == Tonido == | ||
+ | * Tonido allows you to access and share your content directly through a web browser without uploading or worrying about storage limits. Share files, music, photos and calendar, download torrents and even manage your finances straight from your desktop. | ||
+ | * Speichert die Daten nicht in der Cloud, dient also nur der Freigabe von Dateien! | ||
+ | |||
+ | = Images als Sicherung = | ||
+ | == CloneZilla == | ||
+ | * http://www.clonezilla.org | ||
+ | |||
+ | * Tipp: Wenn bei der Wiederherstellung die Ursprungs-Partition (sda5) nicht (mehr) der Zielpartition (sda6) entspricht müssen ein Paar Änderungen im Image-Ordner vorgenommen werden: | ||
+ | ** Fehler: | ||
+ | if you are restoring the image of partition to different partition | ||
+ | ** Image zur Sicherheit kopieren: | ||
+ | *** $ cp -a /home/partimag/my-image /home/partimage/my-image-new | ||
+ | ** Now we have to change some files in /home/partimage/my-image-new, | ||
+ | mv /home/partimag/my-image-new/sda5.ext4-ptcl-img.gz.aa /home/partimag/my-image-new/sda6.ext4-ptcl-img.gz.aa | ||
+ | mv /home/partimag/my-image-new/sda5.ext4-ptcl-img.gz.ab /home/partimag/my-image-new/sda6.ext4-ptcl-img.gz.ab | ||
+ | ** Modify the content of /home/partimage/my-image-new/parts, replace "sda5" with "sda6". | ||
+ | *** $ nano /home/partimage/my-image-new/parts | ||
+ | ** Dann kann der Vorgang neugestartet werden. In /tmp/ liegt ein Script zum neustarten, wenn man zuvor zum Fehler (s.o.) kam. Allerdings muss man dort den Pfad zum Image auf das ...-new -Verzeichnis ändern. | ||
+ | ** Source: http://drbl.org/faq/fine-print.php?path=./2_System/102_restore_image_to_different_partition.faq#102_restore_image_to_different_partition.faq |