Projects tagged ‘incremental’ and ‘rsync’


Jump to tag:

Projects tagged ‘incremental’ and ‘rsync’

Filtered by Project Tags incremental rsync

Refine results Project Tags backup (7) snapshot (3) python (3) archive (3) tar (2) mirroring (2) imap (1) perl (1) rdiffdir (1) gnupg (1) hsi (1) ssh (1)

[8 total ]

22 Users
   

rdiff-backup backs up one directory to another, possible over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of ... [More] that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership (if it is running as root), modification times, acls, eas, resource forks, etc. Finally, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted. [Less]
Created over 3 years ago.

21 Users
   

BackupPC is a high-performance, enterprise-grade system for backing up Linux, WinXX and MacOSX PCs and laptops to a server's disk. Features bleeding-edge technologies like deduplication.
Created over 2 years ago.

19 Users
   

Duplicity backs up directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space ... [More] efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server. The duplicity package also includes the rdiffdir utility. Rdiffdir is an extension of librsync's rdiff to directories---it can be used to produce signatures and deltas of directories as well as regular files. These signatures and deltas are in GNU tar format. [Less]
Created over 3 years ago.

1 Users

gtkrsync is a simple GUI that displays a running status display built from rsync --progress -v. This status display includes a per-file and overall status bar, overall estimated time to completion ... [More] , and an expandable button that shows all rsync status output. Unlike other GUI rsync frontends such as grsync, gtkrsync does not have any GUI tools for configuring or invoking rsync. gtkrsync is designed to be invoked from the command line or shell scripts, which already specify all the needed rsync options. It is thus ideal for scripted rsync runs that need a GUI, or for command-line users that would like a GUI to monitor their rsync progress. [Less]
Created about 1 year ago.

1 Users

fwbackups is a feature-rich user backup program that allows you to backup your documents anytime, anywhere. fwbackups offers a simple but powerful interface and supports multiple scheduled backups ... [More] , on-demand backups as well as restores. fwbackups can backup to a local disk or alternatively to another host using SFTP. [Less]
Created 11 months ago.

0 Users

Dan's rsync to Disk with incremental snapshots BACKup utility is a simple bash script driven by easy to edit and easier to understand config files. It's meant to be used with a laptop and an external ... [More] USB harddrive as the backup media, though an NFS mounted volume could be used, too. [Less]
Created 12 months ago.

0 Users

Starting from the rsync-backup of Andreas Solberg (http://code.google.com/u/andreassolberg/) I wanted to practise my Perl capabilties by writing a script which fits my backup needs in a better way as ... [More] the solutions I have found so far. The perlscript runs via command line or by cron/launchd. All settings are done in one "rather simple" config file. One can make backups as rsync supports. I have mainly foccused on the increment feature in order to keep track of my daily changing work files. Remote folders can be backed up locally and vice versa of course local to local works as well. The key feature is the schedule table where you put setup tags defining the backup intervall and a time window of the day when it should try to run the backup. Try to run? Yes. I was tired of messing around with manually starting a backup to my external USB-Harddisk after the backup cron job has failed to start because of the not mounted HDD. Ok. But how about anacron? Yes but I do not want a backup starting the first time my harddisk is mounted ... So I rather let the script cron-running hourly (or less) and let it deciding itself if it is appropriate to start. In addition adding/deleting cron jobs by editing the crontab file is always a source of errors ;-) May be someone has a similiar opinion how to backup a laptop. In case you will give it a try be carefully - there are "mv" and "rm" commands in the code - you can guess what can go wrong with such (potentially) dangerous commands. Even so my home folder is still alive you should be warned. Use it at your on risk! [Less]
Created 12 months ago.

0 Users

FlyBack is a snapshot-based backup tool based on rsync It creates successive backup directories mirroring the files you wish to backup, but hard-links unchanged files to the previous backup. This ... [More] prevents wasting disk space while providing you with full access to all your files without any sort of recovery program. If your machine crashes, just move your external drive to your new machine and copy the latest backup using whatever file browser you normally use. [Less]
Created about 1 year ago.