» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with rsync + filesystem

Optimal remote backups with rsync over Samba

dd if=/dev/zero of=BigFile bs=1M count=1 seek=150000

Samba: del.icio.us tag/samba

Optimal remote backups with rsync over Samba

Optimal remote backups with rsync over Samba

Samba: del.icio.us tag/samba

Harmony Project

is a generic framework for reconciling disconnected updates to heterogeneous, replicated XML data.

opensource: del.icio.us tag/opensource

Slashdot | Laptop/Server Data Synchronization?

An Ask Slashdot post dealing with the issues surrounding a client/server synchronization with a laptop. The question focuses on being able to automatically propagate writes to a server when connected to the network, but use local data when disconnected.

git: del.icio.us tag/git

rsnapshot

rsnapshot is a filesystem snapshot utility based on rsync. Using rsync and hard links, it is possible to keep multiple, full backups instantly available. The disk space required is just a little more than the space of one full backup, plus incrementals.

Using rsync and hard links, it is possible to keep multiple, full backups instantly available. The disk space required is just a little more than the space of one full backup, plus incrementals. Depending on your configuration, it is quite possible to set up in just a few minutes. Files can be restored by the users who own them, without the root user getting involved.

rsnapshot is written entirely in Perl. It should work on any reasonably modern UNIX compatible OS, including: Debian, Redhat, Fedora, SuSE, Gentoo, Slackware, FreeBSD, OpenBSD, NetBSD, Solaris, Mac OS X, and even IRIX.

rsnapshot was originally based on an article called Easy Automated Snapshot-Style Backups with Linux and Rsync, by Mike Rubel.