Difference between revisions of "Rdiff-backup"

From Free Software Directory
Jump to: navigation, search
(rdiff-backup-2.0.5)
(rdiff-backup-2.2.0)
Line 4: Line 4:
 
|Full description='rdiff-backup' combines the features of a mirror and an incremental backup by backing 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 recover files lost some time ago. 'rdiff-backup' operates in a space- and bandwidth- efficient manner over a pipe (like rsync): you can use rdiff-backup and ssh to securely back up to a remote location, and only the differences get transmitted. It also handles symlinks, device files, permissions, ownership, etc., so it can be used on the entire file system.
 
|Full description='rdiff-backup' combines the features of a mirror and an incremental backup by backing 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 recover files lost some time ago. 'rdiff-backup' operates in a space- and bandwidth- efficient manner over a pipe (like rsync): you can use rdiff-backup and ssh to securely back up to a remote location, and only the differences get transmitted. It also handles symlinks, device files, permissions, ownership, etc., so it can be used on the entire file system.
 
|Homepage URL=https://rdiff-backup.net/
 
|Homepage URL=https://rdiff-backup.net/
 +
|Version download=https://github.com/rdiff-backup/rdiff-backup/archive/refs/tags/v2.2.0.tar.gz
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=git clone git://github.com/rdiff-backup/rdiff-backup.git
 
|VCS checkout command=git clone git://github.com/rdiff-backup/rdiff-backup.git
Line 14: Line 15:
 
|Version date=2020/07/25
 
|Version date=2020/07/25
 
|Version status=stable
 
|Version status=stable
|Version download=https://github.com/rdiff-backup/rdiff-backup/releases/download/v2.0.5/rdiff-backup-2.0.5.tar.gz
 
 
|Last review by=Genium
 
|Last review by=Genium
 
|Last review date=2020/08/18
 
|Last review date=2020/08/18
Line 25: Line 25:
 
{{Project license
 
{{Project license
 
|License=GPLv2orlater
 
|License=GPLv2orlater
 +
|License copyright=Copyright: 2001-2008 Ben Escoto <bescoto@stanford.edu>
 +
  source https://metadata.ftp-master.debian.org/changelogs//main/r/rdiff-backup/rdiff-backup_2.0.5-2_copyright
 
|License verified by=Genium
 
|License verified by=Genium
|License verified date=2020/03/15
+
|License verified date=2022-12-27
 
|License note=https://github.com/rdiff-backup/rdiff-backup/blob/master/COPYING
 
|License note=https://github.com/rdiff-backup/rdiff-backup/blob/master/COPYING
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Programming-language=python
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 +
|System-administration=backup
 +
|Use=system-administration
 +
}}
 +
{{EntryGNU
 +
|Is GNU=No
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=librsync 1.0.0 or later
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=Python 3.5 or later
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=pylibacl (optional, to support ACLs)
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=pyxattr (optional, to support extended attributes)
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=SSH for remote operations
 
}}
 
}}
 
{{Person
 
{{Person
Line 34: Line 66:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Python (Ref)
+
|Resource audience=Python
 +
|Resource kind=Developer
 
|Resource URL=https://pypi.org/project/rdiff-backup
 
|Resource URL=https://pypi.org/project/rdiff-backup
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref)
+
|Resource audience=Debian
 +
|Resource kind=Developer
 
|Resource URL=https://tracker.debian.org/pkg/rdiff-backup
 
|Resource URL=https://tracker.debian.org/pkg/rdiff-backup
 
}}
 
}}
Line 52: Line 86:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Git
+
|Resource audience=GitHub
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://github.com/rdiff-backup/rdiff-backup
 
|Resource URL=https://github.com/rdiff-backup/rdiff-backup
Line 61: Line 95:
 
|Resource URL=https://www.wikidata.org/wiki/Q18326509
 
|Resource URL=https://www.wikidata.org/wiki/Q18326509
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=command-line
+
|Is High Priority Project=No
|Programming-language=python
+
|VCS checkout command=git clone https://github.com/rdiff-backup/rdiff-backup.git
|Runs-on=Windows, BSD, OS X, GNU/Linux
+
|Decommissioned or Obsolete=No
|System-administration=backup
+
|Version identifier=2.2.0
|Use=system-administration
+
|Version date=2022-12-18
}}
+
|Version status=stable
{{Software prerequisite
+
|Last review by=Genium
|Prerequisite kind=Source requirement
+
|Last review date=2022-12-27
|Prerequisite description=librsync 1.0.0 or later
+
|Accepts cryptocurrency donations=No
}}
+
|Test entry=No
{{Software prerequisite
 
|Prerequisite kind=Source requirement
 
|Prerequisite description=Python 3.5 or later
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite description=pylibacl (optional, to support ACLs)
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite description=pyxattr (optional, to support extended attributes)
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite description=SSH for remote operations
 
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 14:11, 27 December 2022


[edit]

Rdiff-backup

https://rdiff-backup.net/
Backs up one directory to another

'rdiff-backup' combines the features of a mirror and an incremental backup by backing 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 recover files lost some time ago. 'rdiff-backup' operates in a space- and bandwidth- efficient manner over a pipe (like rsync): you can use rdiff-backup and ssh to securely back up to a remote location, and only the differences get transmitted. It also handles symlinks, device files, permissions, ownership, etc., so it can be used on the entire file system.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

27 December 2022




Leaders and contributors

Contact(s)Role
Otto Kekäläinen Maintainer


Resources and communication

AudienceResource typeURI
HistoryDeveloperhttps://savannah.nongnu.org/projects/rdiff-backup
WikidataHomepagehttps://www.wikidata.org/wiki/Q18326509
DebianDeveloperhttps://tracker.debian.org/pkg/rdiff-backup
PythonDeveloperhttps://pypi.org/project/rdiff-backup
Mailing List Info/Archivehttps://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
GitHubVCS Repository Webviewhttps://github.com/rdiff-backup/rdiff-backup
SupportE-mailmailto:rdiff-backup-users@nongnu.org


Software prerequisites

KindDescription
Source requirementlibrsync 1.0.0 or later
Required to useSSH for remote operations
Required to usepyxattr (optional, to support extended attributes)
Source requirementPython 3.5 or later
Required to usepylibacl (optional, to support ACLs)

This entry (in part or in whole) was last reviewed on 29 December 2022.




Entry





















"Python" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"History" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"GitHub" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.