rdiff-backup 1.2.7 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News rdiff-backup 1.2.7 (Default branch)
# 1  
Old 03-04-2009
rdiff-backup 1.2.7 (Default branch)

rdiff-backup backs up one directory to another. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special 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 can also operate in a bandwidth- efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back up to a remote location, and only the differences will be transmitted. It can also handle symlinks, device files, permissions, ownership, etc., so it can be used on the entire file system. License: GNU General Public License (GPL) Changes:
Python 2.2 compatibility was fixed. The program no longer crashes when the file system can't set the requested ACL. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Whats the best way to mirror a rdiff-backup to an external drive and persevere the rdiff history of

Whats the best way to mirror a rdiff-backup to an external drive and persevere the rdiff history of the local copy ? I was thinking rsync ~/rdiffdirectory /directory on external volume also if I did this... rdiff-backup ~/rdiffdirectory /directory on external volume ... (0 Replies)
Discussion started by: briandanielz
0 Replies

2. Shell Programming and Scripting

Help with a using screen with rdiff-backup

Going to move this to another.. forum... please delete. (0 Replies)
Discussion started by: briandanielz
0 Replies
Login or Register to Ask a Question
RDIFFDIR(1)							   User Manuals 						       RDIFFDIR(1)

NAME
rdiffdir - compute and apply signatures and diffs to directories SYNOPSIS
rdiffdir [options] sig[nature] basis_dir signature_file rdiffdir [options] delta signature_file new_dir delta_file rdiffdir [options] patch basis_dir delta_file rdiffdir [options] tar basis_dir tar_file If signature_file or delta_file are "-", the data will be read from stdin or written to stdout as appropriate. DESCRIPTION
rdiffdir is supposed to be like rdiff, but can operate on directories. See rdiff(1) for more information. The syntax is similar. OPTIONS
--write-sig-to sigfile This option is only used in delta and tar modes. When specified, rdiffdir will write a signature of the directory it is processing to sigfile. The end result will be a delta and a new signature calculated over the same data. -z, --gzip-compress Enable gzip compression and decompression of signature and delta files. SELECTION OPTIONS
In signature and delta modes, rdiffdir accepts duplicity-like selection options including --exclude, --exclude-filelist-stdin, etc. See the duplicity(1) manual page for more information. BUGS
Hard links are currently unsupported (they will be treated as non-linked regular files). Bad signatures will be treated as empty instead of logging appropriate error message. AUTHOR
Ben Escoto <bescoto@stanford.edu> SEE ALSO
duplicity(1), python(1), rdiff(1), rdiff-backup(1). Version 0.6.18 February 29, 2012 RDIFFDIR(1)