Skip to main content

Posts

Showing posts from February, 2011

Google Chrome Browser Cache

info about Google Chrome Browser Cache on mac os x 1. /Users/[username]/Library/Caches/Google/Chrome/Default/Cache 2. to view cache in google put this in url "about:cache" 3. to find a file - copy and paste the url from the cache - and paste into url 4. save the file to your desktop - check the file size 5. look in the google cache for a file of the same size

how to make backup folder for retrospect or some other backup program to backup filemaker server on windows

I made this because I use Retrospect to backup my FileMaker server databases. Retrospect will to backup a folder and copy any changes it finds. Since FileMaker server creates timestamped backups, it will see all the files as new because they are in a new folder. This basically puts the backups back to the way FileMaker Server 5.5 did backups. requirements windows server 2003, windows resource kit, filemaker server, filemaker server php 1. make a folder c:\cp 2. make a file retrospect_backup_prep.cmd in the c:\cp directory 3. put this in its contents "C:\Program Files\FileMaker\FileMaker Server\Web Publishing\publishing-engine\php\php.exe" \cp\retrospect_backup_prep.phpretrospect_backup_prep.cmd 4. make a file retrospect_backup_prep.php in the c:\cp directory 5. put this in its contents 6. Edit these variables: # when does your daily backup schedule run - in 24 hour clock format $FMScheduleTime = " "; /* ie. 23 */ # where is FileMaker's backup directory: $FileMak