diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-07-26 22:09:12 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-07-26 22:09:12 +0100 |
commit | e236023989ecf9caf4b27d7f6686f67724ac75d0 (patch) | |
tree | dff16ccf534c50b703f4fe1a0621d1e19ae12ad9 | |
parent | 6a64e12f5665be3a5b3bd31ece75cb4ccba95743 (diff) | |
download | BetterZFSReplication-e236023989ecf9caf4b27d7f6686f67724ac75d0.tar.gz BetterZFSReplication-e236023989ecf9caf4b27d7f6686f67724ac75d0.zip |
Removed some comments
-rw-r--r-- | autoBackup/autoBackup.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/autoBackup/autoBackup.py b/autoBackup/autoBackup.py index 9387ca8..b005492 100644 --- a/autoBackup/autoBackup.py +++ b/autoBackup/autoBackup.py @@ -339,22 +339,6 @@ def main(): if __name__ == "__main__": main() - - # get_mqtt("ON") - # wait_for_sockets_slave() - - # with TrueNASWebsocketsClient( - # host = os.environ["SLAVE_HOST"], - # username = os.environ["SLAVE_USERNAME"], - # password = os.environ["SLAVE_PASSWORD"], - # replication_task_names = os.environ["SLAVE_REPLICATION_TASKS"].split(",") - # ) as c: - # c.running_replication_jobs = {90: "foo", 91: "bar"} - # print(c.get_state_of_replication_jobs()) - - # with truenas_api_client.Client(uri="ws://backuptruenas.local.eda.gay/api/current") as c: - # print(c.call("auth.login", "root", "securebackdoor")) - # print(json.dumps(c.call("replication.query"), indent=4)) |