1
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 if compression.pseudo

4 lines
238 B
Plaintext

(BackupName, DriveName, DriveCapacity)
wantsCompression <-- ExecuteSQL("SELECT isCompressed FROM backupTable WHERE driveName = {} AND BackupName = {} AND DriveCapacity = {}", DriveName, BackupName, DriveCapacity)
return wantsCompression