339 Commits

Author SHA1 Message Date
Eric Torres
42c7a6ff30 Update contributor email 2024-08-06 04:29:46 -07:00
Eric Torres
92490e9d83 Convert README to markdown format 2024-08-06 04:29:23 -07:00
Eric Torres
d5e102d1c7 PKGBUILD: Simplify install commands 2022-10-04 06:05:19 -07:00
Eric Torres
b4f7478a4b Run black code formatter 2022-04-14 14:04:01 -07:00
Eric Torres
8d75711e85 PKGBUILD: depend on python-daemon 2022-04-14 14:03:49 -07:00
Eric Torres
0804292610 Rearrange main() for python-daemon 2022-04-14 14:03:17 -07:00
Eric Torres
4df3814b72 Bump pkgver for python 3.8.0 2019-11-17 11:15:15 -08:00
Eric Torres
b00704f156 Remove options for dry run 2019-11-15 10:22:21 -08:00
Eric Torres
453ff73ae8 README: update to-do list 2019-11-09 11:24:40 -08:00
Eric Torres
9f83fa80a8 Explain INFO messages are logged only by default 2019-11-08 01:27:36 -08:00
Eric Torres
d81e34d951 Track PKGBUILD 2019-11-08 01:26:44 -08:00
Eric Torres
902b29f6b7 Delete test directory 2019-11-08 01:26:30 -08:00
Eric Torres
930914928a Bump version to 0.7.2 2019-05-08 06:52:27 -07:00
Eric Torres
db170b40bc Split tests into special and normal cases for create_snapshot(), dunder and normal methods 2019-05-01 12:32:02 -07:00
Eric Torres
dea221a774 Do not pass a kwarg in test 2019-05-01 12:08:13 -07:00
Eric Torres
f56bc1ca2f Docstring and comment cleanup 2019-05-01 12:07:59 -07:00
Eric Torres
e1416a02aa Log shutil.rmtree.avoids_symlink_attacks as a warning, not an error 2019-05-01 12:07:33 -07:00
Eric Torres
54165bc477 Remove unused kwargs 2019-05-01 12:04:15 -07:00
Eric Torres
40c247897a Remove useless comments 2019-05-01 12:03:52 -07:00
Eric Torres
ec92888450 Use ternary statement for return condition 2019-05-01 12:03:35 -07:00
Eric Torres
caa0b0b026 Do not log user-passed destination 2019-05-01 12:02:32 -07:00
Eric Torres
6c87f3dac1 Use % formatting in log messages over f-strings 2019-05-01 12:01:52 -07:00
Eric Torres
f33cf3c8a9 Split tests into specifically named test cases 2019-05-01 11:28:47 -07:00
Eric Torres
f06acc20a5 Do not import PathLike directly into module-level namespace 2019-05-01 11:27:49 -07:00
Eric Torres
5c42f2b53f Rewrite docstrings to explain things more clearly 2019-05-01 11:27:14 -07:00
Eric Torres
fcc406bda7 Add exception info parameters for PackageManager.__exit__() 2019-05-01 11:24:54 -07:00
Eric Torres
a69a201e2d Add prototype remote-backup script 2019-04-29 13:16:37 -07:00
Eric Torres
46f6d8e5f9 Bump version to 0.7.1 2019-04-28 22:45:16 -07:00
Eric Torres
1ce4489a71 Fix incorrect passing of str as formatter 2019-04-28 22:43:13 -07:00
Eric Torres
fba3159e04 Bump version to 0.7 2019-04-28 22:33:02 -07:00
Eric Torres
d0bfa01e73 Update docstrings for rbackup.system 2019-04-28 22:31:38 -07:00
Eric Torres
428865611d Update docstrings for rbackup.struct.repository 2019-04-28 22:31:24 -07:00
Eric Torres
2e1bc6130e Update docstrings for rbackup.script 2019-04-28 22:24:54 -07:00
Eric Torres
834d8b1733 Update docstrings for rbackup.logging 2019-04-28 22:21:27 -07:00
Eric Torres
c4476693c8 Make use of rbackup.logging 2019-04-28 22:20:49 -07:00
Eric Torres
38683a1318 Add description 2019-04-28 22:20:15 -07:00
Eric Torres
3821b723d9 Make backup script strictly for backups to a local repository 2019-04-28 22:17:03 -07:00
Eric Torres
485b3adf30 Amend incorect module name in changelog 2019-04-28 21:52:32 -07:00
Eric Torres
7d7aae9298 Split common logging functions into rbackup.logging module 2019-04-27 10:13:10 -07:00
Eric Torres
09228b0aa1 Change :returns: in docstrings to :return: 2019-04-24 13:33:41 -07:00
Eric Torres
91996e3d96 Add slash between hostname and port 2019-04-24 09:20:48 -07:00
Eric Torres
9b9744ad1d Fix order of log message handling 2019-04-24 09:19:31 -07:00
Eric Torres
0f56420fd6 Bump version to 0.6 2019-04-24 09:09:27 -07:00
Eric Torres
3058d53332 Add test module for rbackup.system 2019-04-23 23:48:46 -07:00
Eric Torres
e82ba278d1 Update docstring 2019-04-23 23:18:46 -07:00
Eric Torres
42c0bf0597 Add provisions for resolving a remote host 2019-04-23 23:17:42 -07:00
Eric Torres
841e05c3de Add rbackup.network module 2019-04-23 23:16:34 -07:00
Eric Torres
8ee295f0c7 Add backupd and related config file 2019-04-23 23:15:51 -07:00
Eric Torres
a4cb7d360d Add extra_rsync_opts option to do_backup 2019-04-23 23:05:59 -07:00
Eric Torres
72ad40e53b Do not force absolute-path handling for networking reasons 2019-04-23 22:55:54 -07:00