Quantcast
Channel: linux-apps.com - Latest Products
Viewing all articles
Browse latest Browse all 2226

Kup Backup System [System Software]

$
0
0
ThumbnailKup Backup System
(System Software)
Kup is created for helping people to keep up-to-date backups of their personal files. Connecting a USB hard drive is the primary supported way to store files, but saving files to a server over a network connection is also possible for advanced users. When you plug in your external hard drive Kup will automatically start copying your latest changes, but of course it will only do so if you have been active on your computer for some hourse since the last time you took a backup (and it can of course ask you first, before copying anything). In general Kup tries to not disturb you needlessly. There are two types of backup schemes supported, one which keeps the backup folder completely in sync with what you have on your computer, deleting from the backup any file that you have deleted on your computer etc. The other scheme also keeps older versions of your files in the backup folder. When using this, only the small parts of your files that has actually changed since last backup will be saved and therefore incremental backups are very cheap. This is especially useful if you are working on big files. At the same time it's as easy to access your files as if a complete backup was taken every time; every backup contains a complete version of your directories. Behind the scenes all the content that is actually the same is only stored once. To make this happen Kup runs the backup program "bup" in the background, look at [url]https://github.com/bup/bup[/url] for more details. One important note is that bup will work regardless of which filesystem is used on the external drive. You can use NTFS or FAT32, unlike some other backup solutions which require hard links to work! [b] Download [/b] You can find software packages to download for many linux distros at [url]http://download.opensuse.org/repositories/home:/simper:/kup[/url] [b] What the Kup backup system consists of [/b] - Configuration module, available in your system settings. Here you can configure backup plans, what to include, where to store the backup and how often. You can also see the status for the backup plans here. - A small program running in the background. It will monitor to see when your backup destination is available, schedule and run your backup plans. It has a system tray icon that shows up when a backup is long overdue. - Kioslave for accessing bup archives. This allows you to open files and folders directly from an archive, with any KDE application. - A file browsing application for bup archives, allowing you to locate the file you want to restore more easily than with the kioslave. It presents a merged view: inside each saved folder you can see all the files it ever contained (well, that has been backed up at least). Select a file and you can see which different versions of this file that exists in the bup archive. You can open and view the files from here and it also helps you restore files or folders. [b] Detailed list of features [/b] backup types: - Synchronized folders with the use of "rsync". - Incremental backup archive with the use of "bup" backup destinations: - local filesystem path, monitored for availability. That means you can set a destination folder which only exist when perhaps a eSATA harddrive or a network shared drive is mounted and Kup will detect when it becomes available. - external storage, like usb hard drives. Also monitored for availability. schedules: - manual only (triggered from tray icon popup menu) - interval (suggests new backup after some time has passed since last backup) - usage based (suggests new backup after you have been active on your computer for some hours since last backup). [b] Needed backup programs [/b] To actually create backups of your data you will need either "bup" or "rsync" installed. They provide the implementations for the two different types of backups that Kup supports. [b] Helping out [/b] If you want to help out with translation, check out [url]https://www.transifex.com/projects/p/kup/[/url]. There you can see the current status of all current languages and also request a new language to be added! If you feel like helping out with coding, please have a look at the code and the list of issues at the github page: [url]https://github.com/spersson/Kup[/url] Please report any issues at the github page! If you do test new features that are not in a released version yet, please let me know if it works or not. This project is still small enough that it is very useful to get feedback on any testing done.

[read more]


Viewing all articles
Browse latest Browse all 2226

Trending Articles