1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
saviour-backup-system/Algorithms/check drive is recorded.pseudo

4 lines
254 B
Plaintext

(DriveFormat, DriveName, DriveCapacity)
result <-- ExecuteSQL("SELECT BackupName FROM backups WHERE driveFormat = {} AND DriveName = {} AND DriveCapacity = {};", DriveFormat, DriveName, DriveCapacity)
if results is None then return False
Else Return True