Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Fix a Backup issue possibly caused by read-only files Apps
I use Apple's Backup.app to back up files to my iDisk, and this has been working successfully for years. Recently, though, I started getting backup failures. After a lot of head scratching, it seems that Backup was failing because of a series of files that were user read-only, and had no permissions at all for group and other.

Quite why this should matter at all, I've no idea -- especially because the files get bundled into a DMG, and it's the DMG that gets uploaded to iDisk, yet it was the upload bit that was failing. Maybe keen commenters can get to the bottom of it!. Anyway, I've not done any further proofing, but suffice it to say that running the following Terminal command on the directory of files to back up solved the problem:
$ chmod -R +r .
Alternatively, you could use the Finder's Get Info window. (This is all on OS X 10.6.1, by the way.)
    •    
  • Currently 1.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[1,688 views]  

Fix a Backup issue possibly caused by read-only files | 3 comments | Create New Account
Click here to return to the 'Fix a Backup issue possibly caused by read-only files' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Fix a Backup issue possibly caused by read-only files
Authored by: farlander on Fri, Oct 30 2009 at 8:15AM PDT
I hope you realize that there's no encryption when you transfer data to iDisk - it's all being transferred via plain HTTP protocol, with no encryption whatsoever. I'd think twice before using iDisk for _anything_.

[ Reply to This | # ]
Fix a Backup issue possibly caused by read-only files
Authored by: Hintmethis on Fri, Oct 30 2009 at 3:09PM PDT
Actually, there is no risk at using Backup unless one is so lazy as to expect someone else to do what they should have already done. Encrypt the DMG when you make it. That way, it's already encrypted so the fact of the DMG being transmitted without encryption is a mute issue because the DMG, itself, is encrypted. I regularly send backups to iDisk, but the files are encrypted by me and with the use of an application of my choice.....not by Apple.

[ Reply to This | # ]
Fix a Backup issue possibly caused by read-only files
Authored by: adrianm on Sat, Oct 31 2009 at 12:37AM PDT
Indeed. Anything sensitive would be encrypted on my Mac in the first place (key chain, encrypted DMGs).

Not that it has anything to do with the hint, of course :-)
---
~/.sig: not found


[ Reply to This | # ]