Shirt Pocket Discussions  
    Home netTunes launchTunes SuperDuper! Buy Now Support Discussions About Shirt Pocket    

Go Back   Shirt Pocket Discussions > SuperDuper! > General
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #10  
Old 11-05-2008, 01:15 PM
NovaScotian NovaScotian is offline
Registered User
 
Join Date: May 2008
Posts: 10
Having the same problem.

Because I've been having the same problem on a PM dual-core G5/2.3 (10.5.5) of backups not always happening, I wrote a script to check:

Code:
set tLog to alias (((path to application support from user domain) as text) & "SuperDuper!:Scheduled Copies:Smart Update ACB-500_Bkup from ACB-G5_Leopard 1.sdsp:Logs:")

tell application "Finder"
	set LogFiles to (files of tLog)
	set tLast to name of last item of LogFiles
	set tid to AppleScript's text item delimiters
	set AppleScript's text item delimiters to "-"
	set tParts to text items of tLast
	set item 3 of tParts to first word of item 3 of tParts
	set DP to items 1 thru 3 of tParts
	set AppleScript's text item delimiters to "/"
	set tDate to DP as text
	set AppleScript's text item delimiters to tid
	display alert "Last Logged Backup on " & tDate giving up after 2
end tell
The script confirms that I am occasionally missing backups. My solution is the same as the OP in this thread -- cancel the scheduled backup and recreate it. After than, things work normally for a while and then die again.
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What exactly are the problems with Leopard? GrayFox General 1 11-27-2007 10:43 PM
Leopard problems OTHER than booting? MarcRochkind General 3 10-30-2007 10:31 AM
Maxtor OneTouch keeps working?? prairiedream General 5 03-19-2007 09:48 AM
SD is working great! denke General 1 10-02-2006 08:55 AM
Detect / warn about firewire bus problems? xochi General 1 04-04-2006 02:39 PM


All times are GMT -4. The time now is 05:56 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.