README: update to-do list

This commit is contained in:
Eric Torres 2019-11-09 11:24:40 -08:00
parent 9f83fa80a8
commit 453ff73ae8

View File

@ -75,10 +75,16 @@ Implementation Notes
To-do
-----
* Make Repositories network-aware. This means we might need to split ``rbackup.struct.repository.Repository`` into a server and client
* Add override for umask i.e. add the command-line options -u, --umask or an option in the config file
* Create a separate backup and network backup script
* Think about using ``python-daemon`` for ``backupd``
* rbackup.script: add ``do_remote_backup`` function
* Add __enter__ and __exit__ for PackageManager lockfiles to prevent transactions during backup
* Create snapshot manipulation script
* Interactive cleanup script
* Repository.__delitem__()
@ -91,6 +97,8 @@ To-do
* snapshot?
* --dry-run touches the repository, change to make sure it doesn't
Dependencies
------------