Manent 0.10.18 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Manent 0.10.18 (Default branch)
# 1  
Old 01-02-2009
Manent 0.10.18 (Default branch)

Manent is an algorithmically strong backup andarchival program. It features efficient backup toanything that looks like storage. Currently itsupports plain filesystems ("directories"), FTP,and SFTP. Planned are Amazon S3, optical disks,and email (SMTP and IMAP). It can work (makingprogress towards finishing a backup) over a slowand unreliable network. It can offer onlineaccess to the contents of the backup. Backed upstorage is completely encrypted. Backup isincremental, including changed parts of largefiles. Moved, renamed, and duplicate files willnot require additional storage. Several computerscan use the same storage for backup, automaticallysharing data. Both very large and very small filesare supported efficiently. Manent does not rely ontimestamps of the remote system to detect changes.License: GNU General Public License (GPL)Changes:
The status and reporting have been revamped to bemore concise and readable. Accurate estimation ofprogress is printed.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
kbackup(1)						      General Commands Manual							kbackup(1)

NAME
kbackup - An easy to use backup program VERSION
0.7 DESCRIPTION
Kbackup is a program that lets you back up any directories or files. It uses an easy to use directory tree to select the things to back up and lets you save your settings in "profile" files. These are simple textfiles containing definitions for directories and files to be included or excluded from the backup process. USAGE
Usage: kbackup [Qt-options] [KDE-options] [profile] APPLICATION OPTIONS
Generic options: --help Show help about options --help-qt Show Qt specific options --help-kde Show KDE specific options --help-all Show all options --author Show author information -v, --version Show version information --license Show license information Arguments: profile Start with given profile Options: --script <file> Script to run after finishing one archive slice --auto <profile> Automatically run the backup with the given profile and terminate when done. --autobg <profile> Automatically run the backup with the given profile in the background (without showing a window) and terminate when done. --verbose In autobg mode be verbose and print every single filename during backup --forceFull In auto/autobg mode force the backup to be a full backup instead of acting on the profile settings AUTHORS
Kbackup was written by Martin Koller <kollix@aon.at>. This man-page was created by Scott Kitterman <scott@kitterman.com> and is licensed under the same terms as kbackup. 2010-07-13 kbackup(1)