What happened in the latest update?!?
BinNH
Quicken Windows Other Member ✭✭
I used to be able to locally back up my Quicken files locally until the update I just got today. Now when I try to copy the files I get the message "Security information not supported by destination file system." What?!? Why can't I back up my files to local media (HDD or SD card) any more?
0
Answers
-
Please provide the version of Quicken being used: select Help > About Quicken
What is the local media's file system format?0 -
When I look in Properties it says exFAT.0
-
Version says R33.19, Build says 27.1.33.19.0
-
Well, yes, that worked and is better than nothing, but it doesn't really fit my need. I have a command script that I run periodically to copy a bunch of things to an SD card that I can then eject to protect those files against ransomware. This is just one of dozens of copies that the script performs without me having to do each one manually. That script has worked for me for years and years until yesterday. The particular lines in the script that now fail are:
xcopy QBEB.qdf I:\NewQuicken /V /C /F /Y
xcopy BACKUP\*.* I:\NewQuicken\BACKUP /V /C /F /Y /D0 -
BinNH said:Well, yes, that worked and is better than nothing, but it doesn't really fit my need. I have a command script that I run periodically to copy a bunch of things to an SD card that I can then eject to protect those files against ransomware. This is just one of dozens of copies that the script performs without me having to do each one manually. That script has worked for me for years and years until yesterday. The particular lines in the script that now fail are:
xcopy QBEB.qdf I:\NewQuicken /V /C /F /Y
xcopy BACKUP\*.* I:\NewQuicken\BACKUP /V /C /F /Y /DThis being a process outside of Quicken, have you checked that the SD card- is not full or nearly full
- is not write-protected (little switch on the side)
- is not damaged (run a CHKDSK)
- has too many files within one folder (IIRC, there's a limit to the number of files within a FAT32 folder)
The Manual Backups go to an external USB hard drive. Every once in a while I need to remove some of the oldest backup files because Quicken itself does not limit the number of files in the Manual Backup folder (as it does with Automatic Backups)
0 -
SD is only about 1/3 full.
Not write protected, other files in the command script copy to the SD OK.
CHKDSK is happy.
863 files in the largest folder, I can copy to that folder manually, but the XCOPY doesn't work. I only have trouble with the script copying Quicken files to the drive, as if maybe something about the files changed in the latest updates?
Thanks for the ideas!0 -
UKR, I posted about SD card issues a few months ago. I wonder if it's related0
-
For debugging, try removing /C from the commands. This should cause XCOPY to stop after the first error and maybe that will provide a clue.
Quicken user since version 2 for DOS, now using QWin Biz & Personal Subscription (US) on Win10 Pro.
0 -
TJ102 said:UKR, I posted about SD card issues a few months ago. I wonder if it's related
When and where did you post about that? What was the solution? We're all just firing shots in the dark here ... so, how about you help us out. Every little thing helps.
0 -
I remember seeing the "Security information not supported by destination file system." warning years ago.
What it is basically saying is that you are copying from an NTFS files system that has certain permissions set, to a file system exFAT that doesn't allow setting those permissions, so it is dropping them. It should be a warning not an error. The copy should still work.
Note when I saw this thread and "saw I copied" I figures it was outside of Quicken, and tried a test xcopy and Windows File Explorer and couldn't reproduce the problem. Note that with xcopy /o (trying to copy the permissions) I get Access Denied, so even that isn't exactly the same.Signature:
This is my website: http://www.quicknperlwiz.com/0