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

Go Back   Shirt Pocket Discussions > SuperDuper! > General

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 12-26-2005, 09:34 PM
safar safar is offline
Registered User
 
Join Date: Dec 2005
Posts: 2
got a dirty solution

here is my dirty solution
1. i do a full backup copying different files

2. i run this script
PHP Code:
#!/bin/bash

#this must be run as root !

externaldrivename="ice" 

#replace ice with the name of your external hard drive (if it has spaces, put a \ before each space)


for i in Applications Library Developer System usr bin etc private sbin

do  
echo 
"let us check what should be deleted from $i"

rsync --rltv --delete /$i/ /Volumes/$externaldrivename/$i/

#do check what is gonna be deleted ; when you're sure, delete the " -n " (which forces rsync to do a dry run)

done 

(i volountarily ignored /Users, because i do want to keep files on the /Users folder of my external hard drive that are not on the volume from which i clone)

hope this helps someone !
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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


All times are GMT -4. The time now is 06:34 AM.


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