Hello,
I'm trying to back up a large file (sqlite db file) - its 4.5GB. I have obtained a shared lock on the db and attempted to copy the file from another shell ... I get the following errors ...
cp: error writing ‘/home/danhartropp/test/backend/data/data.db’: Input/output error
cp: failed to extend ‘/home/danhartropp/test/backend/data/data.db’: Input/output error
Is this likely to be due to the size of the file, or is there something else going on?
Thanks
Dan