We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a287d commit b846661Copy full SHA for b846661
1 file changed
test/urbackup_api_test.py
@@ -70,3 +70,9 @@
70
print("Changed global setting successfully")
71
else:
72
print("Failed to change global setting")
73
+
74
+#Get all file backups for a specified client id
75
+backups = server.get_clientbackups('8')
76
77
+#Get all image backups for a specified client id
78
+backups_image = server.get_clientimagebackups('8')
0 commit comments