Codebase list cedar-backup3 / b502379
New upstream version 3.3.2 Kenneth J. Pronovici 3 years ago
11 changed file(s) with 16 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
0 Version 3.3.2 26 Oct 2020
1
2 * Fix obsolete GitHub URL in several places.
3
04 Version 3.3.1 25 Oct 2020
15
26 * Minor adjustments to PyPI package documentation.
00 Metadata-Version: 2.1
11 Name: cedar-backup3
2 Version: 3.3.1
2 Version: 3.3.2
33 Summary: Implements local and remote backups to CD/DVD and Amazon S3
44 Home-page: https://github.com/pronovic/cedar-backup3
55 License: GPL-2.0-only
00 # Cedar Backup v3
11
2 ![](https://img.shields.io/pypi/v/cedar-backup3.svg)
23 ![](https://img.shields.io/pypi/l/cedar-backup3.svg)
34 ![](https://img.shields.io/pypi/wheel/cedar-backup3.svg)
45 ![](https://img.shields.io/pypi/pyversions/cedar-backup3.svg)
5152
5253 ## End User Documentation
5354
54 See the [Changelog](https://github.com/cedarsolutions/cedar-backup3/blob/master/Changelog) for
55 See the [Changelog](https://github.com/pronovic/cedar-backup3/blob/master/Changelog) for
5556 recent changes.
5657
5758 The [Cedar Backup v3 Software Manual](https://cedar-backup3.readthedocs.io/en/latest/manual/index.html) documents
28172817 See `<http://docs.python.org/lib/re-syntax.html>`__
28182818
28192819 .. [4]
2820 See `<https://github.com/cedarsolutions/cedar-backup3/issues>`__.
2820 See `<https://github.com/pronovic/cedar-backup3/issues>`__.
28212821
28222822 .. [5]
28232823 See :doc:`basic`
205205 ----------
206206
207207 .. [1]
208 See `<https://github.com/cedarsolutions/cedar-backup3/issues>`__
208 See `<https://github.com/pronovic/cedar-backup3/issues>`__
209209
210210 .. [2]
211211 See Simon Tatham's excellent bug reporting tutorial:
136136 \fI/var/log/cback3.log\fR - Default log file
137137 .SH URLS
138138 .TP
139 The project homepage is: \fIhttps://github.com/cedarsolutions/cedar\-backup3\fR
139 The project homepage is: \fIhttps://github.com/pronovic/cedar\-backup3\fR
140140 .SH BUGS
141141 .PP
142142 If you find a bug, please report it.
131131 \fI/var/log/cback3.log\fR - Default log file
132132 .SH URLS
133133 .TP
134 The project homepage is: \fIhttps://github.com/cedarsolutions/cedar\-backup3\fR
134 The project homepage is: \fIhttps://github.com/pronovic/cedar\-backup3\fR
135135 .SH BUGS
136136 .PP
137137 If you find a bug, please report it.
245245 \fI/var/log/cback3.log\fR - Default log file
246246 .SH URLS
247247 .TP
248 The project homepage is: \fIhttps://github.com/cedarsolutions/cedar\-backup3\fR
248 The project homepage is: \fIhttps://github.com/pronovic/cedar\-backup3\fR
249249 .SH BUGS
250250 .PP
251251 There probably are bugs in this code. However, it is in active use for my own
00 [tool.poetry]
11 name = "cedar-backup3"
2 version = "3.3.1"
2 version = "3.3.2"
33 description = "Implements local and remote backups to CD/DVD and Amazon S3"
44 keywords = [ 'local', 'remote', 'backup', 'scp' ]
55 authors = ["Kenneth J. Pronovici <pronovic@ieee.org>"]
2323
2424 setup_kwargs = {
2525 'name': 'cedar-backup3',
26 'version': '3.3.1',
26 'version': '3.3.2',
2727 'description': 'Implements local and remote backups to CD/DVD and Amazon S3',
2828 'long_description': '![](https://img.shields.io/pypi/l/cedar-backup3.svg)\n![](https://img.shields.io/pypi/wheel/cedar-backup3.svg)\n![](https://img.shields.io/pypi/pyversions/cedar-backup3.svg)\n![](https://github.com/pronovic/cedar-backup3/workflows/Test%20Suite/badge.svg)\n![](https://readthedocs.org/projects/cedar-backup3/badge/?version=latest&style=flat)\n\n[Cedar Backup](https://github.com/pronovic/cedar-backup3) is a software package\ndesigned to manage system backups for a pool of local and remote machines.\nCedar Backup understands how to back up filesystem data as well as MySQL and\nPostgreSQL databases and Subversion repositories. It can also be easily\nextended to support other kinds of data sources.\n\nCedar Backup is focused around weekly backups to a single CD or DVD disc,\nwith the expectation that the disc will be changed or overwritten at the\nbeginning of each week. If your hardware is new enough, Cedar Backup can\nwrite multisession discs, allowing you to add incremental data to a disc on\na daily basis. Alternately, Cedar Backup can write your backups to the Amazon\nS3 cloud rather than relying on physical media. See \nthe [Cedar Backup v3 Software Manual](https://cedar-backup3.readthedocs.io/en/latest/manual/index.html) for details.\n\nBesides offering command-line utilities to manage the backup process, Cedar\nBackup provides a well-organized library of backup-related functionality.\nFor more information, see \nthe [API Reference](https://cedar-backup3.readthedocs.io/en/latest/autoapi/index.html).\n\nThere are many different backup software systems in the open source world.\nCedar Backup aims to fill a niche: it aims to be a good fit for people who need\nto back up a limited amount of important data on a regular basis. Cedar Backup\nisn’t for you if you want to back up your huge MP3 collection every night, or\nif you want to back up a few hundred machines. However, if you administer a\nsmall set of machines and you want to run daily incremental backups for things\nlike system configuration, current email, small web sites, source code\nrepositories, or small databases, then Cedar Backup is probably worth your\ntime.\n',
2929 'author': 'Kenneth J. Pronovici',
3434 AUTHOR = "Kenneth J. Pronovici"
3535 EMAIL = "pronovic@ieee.org"
3636 COPYRIGHT = "2004-2020"
37 VERSION = "3.3.1"
38 DATE = "25 Oct 2020"
37 VERSION = "3.3.2"
38 DATE = "26 Oct 2020"
3939 URL = "https://github.com/pronovic/cedar-backup3"