273 Commits

Author SHA1 Message Date
Eric Torres
6929af95b6 Merge commit 'b2e8198' 2019-04-22 21:29:43 -07:00
Eric Torres
6a56739c1e Return tuples from __dir__ 2019-04-22 21:28:58 -07:00
Eric Torres
b2e819828d Return tuples from __dir__ 2019-04-22 21:28:32 -07:00
Eric Torres
cc187c2029 Revert "Fix list commit for __dir__"
This reverts commit b00ea0b2e2ea41c66615dfc3d7e18d947ac1b6d8.
2019-04-22 21:24:42 -07:00
Eric Torres
b00ea0b2e2 Fix list commit for __dir__ 2019-04-22 21:23:39 -07:00
Eric Torres
7506d1488e Merge branch 'master' of https://github.com/etorres4/rbackup 2019-04-22 21:22:10 -07:00
Eric Torres
48c74aa8f8 Implement __dir__ dunder method 2019-04-22 21:20:23 -07:00
Eric Torres
2aff6704bc Implement __dir__ dunder method 2019-04-22 21:18:25 -07:00
Eric Torres
cc76e91afc Implement __eq__(), __ne__(), and __hash__() 2019-04-22 21:09:49 -07:00
Eric Torres
f20f77836f Explain what happens to snapshot_symlink when snapshot is deleted 2019-04-22 10:43:26 -07:00
Eric Torres
359d5e15b2 Ignore build directory 2019-04-19 23:59:03 -07:00
Eric Torres
5ecde4c06c Add provisions for building docs using setup.py 2019-04-19 23:57:38 -07:00
Eric Torres
3f8c3b5ae9 Move config module to config/config_files 2019-04-19 23:57:13 -07:00
Eric Torres
eb2d8e1512 Add sphinx build commands to setup.py 2019-04-19 09:46:13 -07:00
Eric Torres
991d0977aa Move project config files out of rbackup package 2019-04-19 09:45:49 -07:00
Eric Torres
3b4308f4e5 Merge branch 'master' of https://github.com/etorres4/rbackup 2019-04-19 08:01:51 -07:00
Eric Torres
b82a884598 Revert "Add HTML pages"
This reverts commit 1428e384f6aab7724d79e44163a70e15406d3145.
2019-04-19 08:01:20 -07:00
Eric Torres
1428e384f6 Add HTML pages 2019-04-19 07:58:01 -07:00
Eric Torres
349b55de3a Add license section 2019-04-19 07:57:07 -07:00
Eric Torres
c4e76fd2b7 Set theme jekyll-theme-slate 2019-04-19 07:56:40 -07:00
Eric Torres
1772f692ce Add changelog 2019-04-19 07:53:32 -07:00
Eric Torres
d6d77690fc Add comment explaining colon erasure on datetime 2019-04-19 07:49:14 -07:00
Eric Torres
194dc7a0ff Delete rbackup.plugins.pacman module 2019-04-19 07:48:48 -07:00
Eric Torres
73246c3ccc Revert regex string 2019-04-18 22:06:10 -07:00
Eric Torres
b2c52994a2 Fix failing tests 2019-04-18 22:02:01 -07:00
Eric Torres
afef3ee711 Log at the exception level, not at the library level for rsync 2019-04-18 21:46:33 -07:00
Eric Torres
3fb3cbede8 Update fallback option and ensure list is returned 2019-04-18 21:44:38 -07:00
Eric Torres
250ce3d945 Fix failing tests 2019-04-18 21:44:03 -07:00
Eric Torres
07d9f165ee Add project URLs 2019-04-17 21:58:14 -07:00
Eric Torres
17029b3467 Docstring update 2019-04-17 21:58:01 -07:00
Eric Torres
131aa4e95f Add PKGBUILD to repository 2019-04-17 21:01:04 -07:00
Eric Torres
481662915b Update README and add CONTRIBUTING 2019-04-17 21:00:43 -07:00
Eric Torres
ad69d2a67f Split README example tree 2019-04-17 20:44:17 -07:00
Eric Torres
d81410cbfa Add rst extension to README 2019-04-17 20:43:16 -07:00
Eric Torres
13c3526bfd Merge branch 'master' of https://github.com/etorres4/rbackup 2019-04-17 20:36:56 -07:00
Eric Torres
a7949eed28 Update README 2019-04-17 20:36:47 -07:00
Eric Torres
9fc590f4c7 Update README 2019-04-17 20:33:09 -07:00
Eric Torres
d6ecc6bbc3 Run black code formatter 2019-04-17 20:23:53 -07:00
Eric Torres
0b29f9eb30 Bump version to 0.5.2 2019-04-17 20:22:51 -07:00
Eric Torres
a7d30cf91d Use try..finally blocks to ensure calls within context manager 2019-04-17 20:22:28 -07:00
Eric Torres
bbeebecd4f Bump version to 0.5.1 2019-04-17 19:01:58 -07:00
Eric Torres
c8662387b6 Fix uninitialized repo variable 2019-04-17 19:01:38 -07:00
Eric Torres
1d7b10454c If rsync process fails, exit by its return code 2019-04-17 19:00:47 -07:00
Eric Torres
677a4943e2 Bump version to 0.5 2019-04-17 18:50:09 -07:00
Eric Torres
b5984da8bf Add basic logic for updating symlink after snapshot removal 2019-04-17 18:49:33 -07:00
Eric Torres
31a66fb438 Implement snapshot deletion 2019-04-17 12:22:54 -07:00
Eric Torres
5d6a1e1f7d Implement deletion 2019-04-17 12:18:52 -07:00
Eric Torres
1b69d6aab4 Organize imports 2019-04-17 11:54:20 -07:00
Eric Torres
dbb5c0fa8b Make use of patch.stopall() 2019-04-17 11:53:05 -07:00
Eric Torres
3bbd2b2793 Ensure snapshot is deleted from metadata as well 2019-04-17 11:50:56 -07:00