Sponsored Content
Operating Systems OS X (Apple) Rsync for back up, external HD Post 302825071 by marek on Sunday 23rd of June 2013 09:52:35 AM
Old 06-23-2013
Thank you vbe and del for your hints!


Sorry for answering so late. I have had to read tons of manual pages of rsync, cp, dd, cpio, tar, rsnapshot.

My question was concerning an exact backup of my HD on a USB-HD and how to do it incrementally.

@drl

Off course rsync is also a tool for external HDs not only over network.

If I am right the command I will use in future is the following to make a incremental backup - you may still prevent a catastrophe with some helpful hints:

Code:
sudo rsync -tavu --delete / /Volumes/backup_2013/

The option -t preserves modification times. -a archive mode. -v verbose. -u update (only newer files are transferred - this switch I was looking for). --delete means all files which are deleted on the source HD are deleted on the destination too. Because I asked for an exact copy of my actual HD, this is the option I was looking for.

To make the external HD bootable (MacOS Lion) I have to make some researches again ... It is for a later post. (I am not sure, whether it will possible with an encrypted HD).


marek

---------- Post updated at 03:52 PM ---------- Previous update was at 02:23 PM ----------

To make the external HD bootable (only to make this thread complete for some MacOS X users):

First try: I opened the HD Utility in the Utilities folder. I was hoping to find something like "Make Disk Bootable", but no help. I will not claim, that there is no such "button". I simply did not find it.

I have no Install MacOS X Disk Image in my Applications Folder. My idea was, to run the installer over the external HD to make it bootable. But to download this large installer file over the App Store, just to make an external HD bootable, I thought that this is overkill. So I decided to try the following and it worked:

The old version of CCC (Carbon Copy Cloner), which is now payable, is working! I just have had to run a copy of the HD over the external HD ...

I expected from this forum, to help me to find the right switches for rsync, and perhaps tell me, how to make an external HD bootable over the Shell. Disappointed!


Hope this helps somebody out there


marek
 

8 More Discussions You Might Find Interesting

1. Solaris

External USB

Is it possible to install Solaris 10 on an external USB drive? I'd like to dual boot Linux and Solaris 10. Thanks! (2 Replies)
Discussion started by: otterit
2 Replies

2. UNIX for Dummies Questions & Answers

rsync back?

Hi, I am in the process of developing backup script using rsync, my code is bellow: EXCLUDE_DIR="/home/kannanpg/mscdr/src/ex1" rsync -az -e ssh -v --exclude $EXCLUDE_DIR --delete $HOSTTOBACKUP:$SOURCE $DR_BACKUP_DIR/daily.0 >$tempfile 2>&1 even my exclude dir is coping.. what is wrong in... (1 Reply)
Discussion started by: redlotus72
1 Replies

3. AIX

back to back printing in UNIX

Hi , Can you suggest me how to back to back printing in UNIX? Is there any way? Kindly advise. Regards Vijaya Amirtha Raj (3 Replies)
Discussion started by: amirthraj_12
3 Replies

4. Shell Programming and Scripting

Rsync to an external list of URLs

I'm going to have a text file formatted something like this: some_name http://www.someurl.com/ another_name http://www.anotherurl.com/ third_name http://www.thirdurl.com/ I need to write a script that can rsync from a file path I'll set, to each URL in the list. Any ideas? (8 Replies)
Discussion started by: ibsen
8 Replies

5. IP Networking

Back-to-Back Connection using HBAs

Hi every body, Is it possible to connect two servers Back-to-Back (Point-to-Point) using HBA adapters & using Fiber. Note it is direct connection & there is no switches between the servers. I'm concern about using HBA adapters, it is possible or not. Thanks in advance. :) (3 Replies)
Discussion started by: aldowsary
3 Replies

6. Shell Programming and Scripting

Bash script to back up with rsync

I'm trying to write a script to back up with rsync, the script I am posting below: nomServer="shiva horus isis" dirshiva="/etc /faturamento" shivaListExc="/usr/local/bin/shivaListExclRsync" dumpDir="$dumpFile/Shiva" dateBkp=`date +%A` for nServer in ${nomServer} do ... (3 Replies)
Discussion started by: ajmoreti
3 Replies

7. UNIX for Dummies Questions & Answers

External HDD

I need to get an external HDD for a SUN server running Solaris 10. The Western Digital that I have will not recognize and when I went looking for drivers WD only has them for MAC and Windows. Is there a External HDD that is known to work with Unix? (24 Replies)
Discussion started by: SIFT3R
24 Replies

8. Shell Programming and Scripting

Rsync Error: rsync: link_stat failed: No such file or directory (2)

I wish to copy all the files & folder under /web/Transfer_Files/data/ on mymac1 (Linux) to remote server mybank.intra.com (Solaris 10) /tmp/ location I am using Ansible tool synchronize module which triggers the unix rsync command as below:rsync --delay-updates -F --compress --archive --rsh=ssh... (2 Replies)
Discussion started by: mohtashims
2 Replies
wxPrintDialogData(3erl) 				     Erlang Module Definition					   wxPrintDialogData(3erl)

NAME
wxPrintDialogData - See external documentation: wxPrintDialogData. DESCRIPTION
See external documentation: wxPrintDialogData . DATA TYPES
wxPrintDialogData() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxPrintDialogData() See external documentation . new(DialogData::wxPrintDialogData() | wxPrintData() (see module wxPrintData)) -> wxPrintDialogData() See external documentation . enableHelp(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . enablePageNumbers(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . enablePrintToFile(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . enableSelection(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . getAllPages(This::wxPrintDialogData()) -> bool() See external documentation . getCollate(This::wxPrintDialogData()) -> bool() See external documentation . getFromPage(This::wxPrintDialogData()) -> integer() See external documentation . getMaxPage(This::wxPrintDialogData()) -> integer() See external documentation . getMinPage(This::wxPrintDialogData()) -> integer() See external documentation . getNoCopies(This::wxPrintDialogData()) -> integer() See external documentation . getPrintData(This::wxPrintDialogData()) -> wxPrintData() (see module wxPrintData) See external documentation . getPrintToFile(This::wxPrintDialogData()) -> bool() See external documentation . getSelection(This::wxPrintDialogData()) -> bool() See external documentation . getToPage(This::wxPrintDialogData()) -> integer() See external documentation . isOk(This::wxPrintDialogData()) -> bool() See external documentation . setCollate(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . setFromPage(This::wxPrintDialogData(), V::integer()) -> ok See external documentation . setMaxPage(This::wxPrintDialogData(), V::integer()) -> ok See external documentation . setMinPage(This::wxPrintDialogData(), V::integer()) -> ok See external documentation . setNoCopies(This::wxPrintDialogData(), V::integer()) -> ok See external documentation . setPrintData(This::wxPrintDialogData(), PrintData::wxPrintData() (see module wxPrintData)) -> ok See external documentation . setPrintToFile(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . setSelection(This::wxPrintDialogData(), Flag::bool()) -> ok See external documentation . setToPage(This::wxPrintDialogData(), V::integer()) -> ok See external documentation . destroy(This::wxPrintDialogData()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxPrintDialogData(3erl)
All times are GMT -4. The time now is 07:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy