System backup with rsync: Copy directories without files

Hi guys,
i'm using a single rsync command for backup / copying my system. I skip a lot of directories, because they are big or aren't needed to copy an existing arch installation. I found out, that the content of var/log and var/spool should not deleted entirely, becuase sub directories have to be there with specified permission/ownerships.
This is my current backup-script:
#!/bin/sh
SRC="/nfs"
DST="/mnt"
sudo rsync -aAXv --delete $SRC/* $DST --exclude={/dev/*,/proc/*,/sys/*,/tmp/*,/run/*,/mnt/*,/var/log/*,/media/*,/lost+found,/home/*/.gvfs,/data/,/backup/,/home/*,/root/*,/var/abs/local/yaourtbuild/*,/var/cache/pacman/pkg/*,/scripts/*,/var/spool/cups/*,/var/spool/cups-pdf/*,/var/tmp/*,/etc/ppp/peers/*}
I read the manpage of rsync, but i did not found out, how to copy a directory with all subdirectories, but exlude all files in it.
By the way: i hope the options "aAXv" are perfect - i never had problem with them in the history. But one question: What is when a fileowner does not exists on the target machine, will it mapped to "nobody"? For normal users, this does not matter, becuase i skip the entiere /home dir, but in /etc could some files owned by service-users, that does not exists on the target maschine.
Greetings,
Sebastian

Hello Rexilion,
the tip with find and print0 was greate and works.
The i know about -x option, but it do not work in my case (i don't know why), it will copy all content of /dev (it should not).
In the moment, i'm using this script to copy my arch installation:
#!/bin/sh
SRC="/mnt3"
DST="/mnt"
cd $SRC # important for relative find command
sudo rsync -aAXvz --delete $SRC/* $DST --exclude={/dev/*,/proc/*,/sys/*,/tmp/*,/run/*,/mnt/*,/media/*,/var/log/*,/lost+found,/home/*/.gvfs,/data/,/backup/,/home/*,/root/*,/var/abs/local/yaourtbuild/*,/var/cache/pacman/pkg/*,/scripts/*,/var/spool/*,/var/tmp/*,/etc/ppp/peers/*} --progress
find var/log -type d -print0 | rsync -av --files-from=- --from0 $SRC $DST
find var/spool -type d -print0 | rsync -av --files-from=- --from0 $SRC $DST
Are there more directories, that could contain sensitive data, that should not copied to another computer (for example, when my arch installation should copied to a "foreign" computer)?
/etc/passwd should not be a problem, the passowrds are hashed. And in /etc/ssh, i have no important private keys - ok, maybe i'm wrong, maybe i should regenerate them via "ssh-keygen -A"
Any other ideas, what should be keeped in mind, when copy an existing arch installation to another "foreign" machine?

Similar Messages

  • [SOLVED] Problem with full system backup with rsync

    Hello,
    I made a backups by following this page:
    https://wiki.archlinux.org/index.php/Fu … with_rsync
    Then I copied it to another computer, edited grub and fstab and it's almost works.
    Commands su and sudo produces:
    Cannot set groups, operation not allowed.
    Maybe I must change permission of some file in system, because I backup system first to ntfs disk.
    And I copied it as root, so it have only root permissions. But I don't know which files must I change.
    Thanks
    Last edited by KSJ (2013-07-21 18:40:59)

    KSJ wrote:Maybe I must change permission of some file in system, because I backup system first to ntfs disk.
    And I copied it as root, so it have only root permissions. But I don't know which files must I change.
    Best not to try. If you backed up to NTFS, the best thing to do is to reinstall and then copy over stuff from your home, crucial config files etc. You will need to adjust ownership and permissions appropriately for everything you copy over from the backup.
    NTFS does not preserve ownership and permissions.
    Of course, if you still have your original installation, you can make a new backup instead. Just make sure to use a suitable filesystem.
    Last edited by cfr (2013-05-24 00:52:17)

  • Backup failed while copying the redo files due to previous errors

    Backup failed while copying the redo files due to previous errors. DATA file backup is successfull. Please suggest what measures we can take to avoid this.. This is a daily online backup.
    logs
    BR0001I ******************************____________________
    BR0202I Saving /oracle/ECQ/sapdata2/sr3700_7/sr3700.data7
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data7 ...
    #FILE..... /oracle/ECQ/sapdata2/sr3700_7/sr3700.data7
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data7  #1/29
    BR0280I BRBACKUP time stamp: 2010-11-03 20.01.36
    BR0063I 29 of 45 files processed - 92344.227 MB of 147448.352 MB done
    BR0204I Percentage done: 62.63%, estimated end time: 20:20
    BR0001I *******************************___________________
    BR0202I Saving /oracle/ECQ/sapdata2/sr3700_8/sr3700.data8
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data8 ...
    #FILE..... /oracle/ECQ/sapdata2/sr3700_8/sr3700.data8
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data8  #1/30
    BR0280I BRBACKUP time stamp: 2010-11-03 20.03.34
    BR0063I 30 of 45 files processed - 98044.234 MB of 147448.352 MB done
    BR0204I Percentage done: 66.49%, estimated end time: 20:20
    BR0001I *********************************_________________
    BR0202I Saving /oracle/ECQ/sapdata3/sr3700_10/sr3700.data10
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data10 ...
    #FILE..... /oracle/ECQ/sapdata3/sr3700_10/sr3700.data10
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data10  #1/31
    BR0280I BRBACKUP time stamp: 2010-11-03 20.04.51
    BR0063I 31 of 45 files processed - 102064.242 MB of 147448.352 MB done
    BR0204I Percentage done: 69.22%, estimated end time: 20:20
    BR0001I ***********************************_______________
    BR0202I Saving /oracle/ECQ/sapdata3/sr3700_11/sr3700.data11
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data11 ...
    #FILE..... /oracle/ECQ/sapdata3/sr3700_11/sr3700.data11
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data11  #1/32
    BR0280I BRBACKUP time stamp: 2010-11-03 20.06.09
    BR0063I 32 of 45 files processed - 106024.250 MB of 147448.352 MB done
    BR0204I Percentage done: 71.91%, estimated end time: 20:20
    BR0001I ************************************______________
    BR0202I Saving /oracle/ECQ/sapdata3/sr3700_12/sr3700.data12
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data12 ...
    #FILE..... /oracle/ECQ/sapdata3/sr3700_12/sr3700.data12
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data12  #1/33
    BR0280I BRBACKUP time stamp: 2010-11-03 20.07.27
    BR0063I 33 of 45 files processed - 110024.258 MB of 147448.352 MB done
    BR0204I Percentage done: 74.62%, estimated end time: 20:20
    BR0001I *************************************_____________
    BR0202I Saving /oracle/ECQ/sapdata3/sr3700_9/sr3700.data9
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data9 ...
    #FILE..... /oracle/ECQ/sapdata3/sr3700_9/sr3700.data9
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data9  #1/34
    BR0280I BRBACKUP time stamp: 2010-11-03 20.08.45
    BR0063I 34 of 45 files processed - 114124.266 MB of 147448.352 MB done
    BR0204I Percentage done: 77.40%, estimated end time: 20:20
    BR0001I ***************************************___________
    BR0202I Saving /oracle/ECQ/sapdata4/sr3700_13/sr3700.data13
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data13 ...
    #FILE..... /oracle/ECQ/sapdata4/sr3700_13/sr3700.data13
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data13  #1/35
    BR0280I BRBACKUP time stamp: 2010-11-03 20.10.02
    BR0063I 35 of 45 files processed - 118284.273 MB of 147448.352 MB done
    BR0204I Percentage done: 80.22%, estimated end time: 20:19
    BR0001I ****************************************__________
    BR0202I Saving /oracle/ECQ/sapdata4/sr3700_14/sr3700.data14
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data14 ...
    #FILE..... /oracle/ECQ/sapdata4/sr3700_14/sr3700.data14
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data14  #1/36
    BR0280I BRBACKUP time stamp: 2010-11-03 20.11.30
    BR0063I 36 of 45 files processed - 122764.281 MB of 147448.352 MB done
    BR0204I Percentage done: 83.26%, estimated end time: 20:19
    BR0001I ******************************************________
    BR0202I Saving /oracle/ECQ/sapdata4/sr3700_15/sr3700.data15
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data15 ...
    #FILE..... /oracle/ECQ/sapdata4/sr3700_15/sr3700.data15
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data15  #1/37
    BR0280I BRBACKUP time stamp: 2010-11-03 20.12.58
    BR0063I 37 of 45 files processed - 127124.289 MB of 147448.352 MB done
    BR0204I Percentage done: 86.22%, estimated end time: 20:19
    BR0001I *******************************************_______
    BR0202I Saving /oracle/ECQ/sapdata4/sr3700_16/sr3700.data16
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data16 ...
    #FILE..... /oracle/ECQ/sapdata4/sr3700_16/sr3700.data16
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data16  #1/38
    BR0280I BRBACKUP time stamp: 2010-11-03 20.14.15
    BR0063I 38 of 45 files processed - 131284.297 MB of 147448.352 MB done
    BR0204I Percentage done: 89.04%, estimated end time: 20:19
    BR0001I *********************************************_____
    BR0202I Saving /oracle/ECQ/sapdata4/sr3700_17/sr3700.data17
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data17 ...
    #FILE..... /oracle/ECQ/sapdata4/sr3700_17/sr3700.data17
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data17  #1/39
    BR0280I BRBACKUP time stamp: 2010-11-03 20.15.23
    BR0063I 39 of 45 files processed - 135380.305 MB of 147448.352 MB done
    BR0204I Percentage done: 91.82%, estimated end time: 20:19
    BR0001I **********************************************____
    BR0202I Saving /oracle/ECQ/sapdata4/sr3700_18/sr3700.data18
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data18 ...
    #FILE..... /oracle/ECQ/sapdata4/sr3700_18/sr3700.data18
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data18  #1/40
    BR0280I BRBACKUP time stamp: 2010-11-03 20.15.40
    BR0063I 40 of 45 files processed - 136404.312 MB of 147448.352 MB done
    BR0204I Percentage done: 92.51%, estimated end time: 20:19
    BR0001I **********************************************____
    BR0202I Saving /oracle/ECQ/sapdata1/sr3usr_1/sr3usr.data1
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3usr.data1 ...
    #FILE..... /oracle/ECQ/sapdata1/sr3usr_1/sr3usr.data1
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3usr.data1  #1/41
    BR0280I BRBACKUP time stamp: 2010-11-03 20.15.44
    BR0063I 41 of 45 files processed - 136424.320 MB of 147448.352 MB done
    BR0204I Percentage done: 92.52%, estimated end time: 20:19
    BR0001I **********************************************____
    BR0202I Saving /oracle/ECQ/sapdata3/undo_1/undo.data1
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/undo.data1 ...
    #FILE..... /oracle/ECQ/sapdata3/undo_1/undo.data1
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/undo.data1  #1/42
    BR0280I BRBACKUP time stamp: 2010-11-03 20.18.02
    BR0063I 42 of 45 files processed - 145284.328 MB of 147448.352 MB done
    BR0204I Percentage done: 98.53%, estimated end time: 20:18
    BR0001I *************************************************_
    BR0202I Saving /oracle/ECQ/sapdata1/sysaux_1/sysaux.data1
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sysaux.data1 ...
    #FILE..... /oracle/ECQ/sapdata1/sysaux_1/sysaux.data1
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sysaux.data1  #1/43
    BR0280I BRBACKUP time stamp: 2010-11-03 20.18.11
    BR0063I 43 of 45 files processed - 145564.336 MB of 147448.352 MB done
    BR0204I Percentage done: 98.72%, estimated end time: 20:18
    BR0001I *************************************************_
    BR0202I Saving /oracle/ECQ/sapdata1/system_1/system.data1
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/system.data1 ...
    #FILE..... /oracle/ECQ/sapdata1/system_1/system.data1
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/system.data1  #1/44
    BR0280I BRBACKUP time stamp: 2010-11-03 20.18.39
    BR0063I 44 of 45 files processed - 146424.344 MB of 147448.352 MB done
    BR0204I Percentage done: 99.31%, estimated end time: 20:18
    BR0001I **************************************************
    BR0202I Saving /oracle/ECQ/sapdata1/system_2/system.data2
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/system.data2 ...
    #FILE..... /oracle/ECQ/sapdata1/system_2/system.data2
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/system.data2  #1/45
    BR0280I BRBACKUP time stamp: 2010-11-03 20.18.56
    BR0063I 45 of 45 files processed - 147448.352 MB of 147448.352 MB done
    BR0204I Percentage done: 100.00%, estimated end time: 20:18
    BR0001I **************************************************
    BR0280I BRBACKUP time stamp: 2010-11-03 20.19.00
    BR0340I Switching to next online redo log file for database instance ECQ ...
    BR0321I Switch to next online redo log file for database instance ECQ successful
    BR0280I BRBACKUP time stamp: 2010-11-03 20.19.04
    BR0319I Control file copy created: /oracle/ECQ/sapbackup/cntrlECQ.dbf 12894208
    BR0085I 1 offline redo log file found for backup, size 27.933 MB
    BR0202I Saving /oracle/ECQ/sapbackup/cntrlECQ.dbf
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/cntrlECQ.dbf ...
    #FILE..... /oracle/ECQ/sapbackup/cntrlECQ.dbf
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/cntrlECQ.dbf  #1/46
    BR0280I BRBACKUP time stamp: 2010-11-03 20.19.04
    BR0063I 1 of 2 files processed - 12.297 MB of 40.230 MB done
    BR0204I Percentage done: 30.57%, estimated end time: 20:19
    BR0001I ***************___________________________________
    BR0202I Saving /oracle/ECQ/oraarch/ECQarch1_9046_685558507.dbf
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/ECQarch1_9046_685558507.dbf ...
    BR0278E Command output of 'LANG=C cp /oracle/ECQ/oraarch/ECQarch1_9046_685558507                                                                              .dbf /oracle/ECQ/sapbackup/beemiuvh/ECQarch1_9046_685558507.dbf':
    cp: /oracle/ECQ/oraarch/ECQarch1_9046_685558507.dbf: Invalid argument
    BR0280I BRBACKUP time stamp: 2010-11-03 20.19.04
    BR0279E Return code from 'LANG=C cp /oracle/ECQ/oraarch/ECQarch1_9046_685558507.                                                                              dbf /oracle/ECQ/sapbackup/beemiuvh/ECQarch1_9046_685558507.dbf': 1
    BR0222E Copying /oracle/ECQ/oraarch/ECQarch1_9046_685558507.dbf to/from /oracle/                                                                              ECQ/sapbackup/beemiuvh/ECQarch1_9046_685558507.dbf failed due to previous errors
    BR0056I End of database backup: beemiuvh.and 2010-11-03 20.19.04
    BR0280I BRBACKUP time stamp: 2010-11-03 20.19.04
    BR0054I BRBACKUP terminated with errors
    srva0004:oraecq 59>
    Thanks
    Preeti
    Edited by: Preeti Sharma on Nov 4, 2010 1:54 PM

    BR0202I Saving /oracle/ECQ/oraarch/ECQarch1_9046_685558507.dbf
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/ECQarch1_9046_685558507.dbf ...
    BR0278E Command output of 'LANG=C cp /oracle/ECQ/oraarch/ECQarch1_9046_685558507 .dbf /oracle/ECQ/sapbackup/beemiuvh/ECQarch1_9046_685558507.dbf': cp: /oracle/ECQ/oraarch/ECQarch1_9046_685558507.dbf: Invalid argument
    see above error.
    Whats your setting for disk copy command in your init<SID>.sap
    I think you are using cp command
    >disk_copy_cmd                  copy

  • System Backup with database open

    Is is possible to perform a system backup with the database opened, just left the f:\Oracle folder out of the system backup?

    Thanks for your replay.
    The database it's in noarchivelog mode.
    My customer wants to:
    1) export the database;
    2) perform a system backup with the database open;
    The issue here is if it is possible to backup the system without disturbing the database functionality. Because if we do a system backup with the database opened, the database will stop.
    So if I just left the f:\Oracle folder out of the system backup, will the database continue on working well?
    We have already tried to left the folders
    - F:\Oracle\Oradata\db_name
    - F:\Oracle\Ora10g\dbs
    - F:\Oracle\Ora10g\database
    Out of the system backup, but the database always stop and it is necessary human intervention to start it up again.

  • Backup with SPLIT COPY

    Hi,
    I have a windows cluster SAP R3 4.7 with oracle 10.2.
    I have implemented backup with brtools 7.0 with split copy, using split_cmd  command to split filesystem and post_split_cmd to start sap.
    Bac
    Brbackup finish successfully but with the warning:
    "BR0068W SAP system is running or SAP user is connected to database PRD - database cannot be shut down"
    We attach the log of brbackup .
    Any idea ?
    Thanks.
    Maurizio Manera
    Detail log:                    beajdpzw.aff
    BR0051I BRBACKUP 7.00 (40)
    BR0055I Start of database backup: beajdpzw.aff 2009-04-16 01.50.28
    BR0484I BRBACKUP log file: Z:\oracle\PRD\sapbackup\beajdpzw.aff
    BR0351I Restoring F:\oracle\PRD\102\database\sapPRD.ora
    BR0355I from F:\oracle\PRD\102\database\sapPRD.ora ...
    BR0477I Oracle pfile F:\oracle\PRD\102\database\initPRD.ora created from spfile F:\oracle\PRD\102\database\spfilePRD.ora
    BR0613I Database instance PRD/PRIMARY is shut down
    BR0280I BRBACKUP time stamp: 2009-04-16 01.50.29
    BR0304I Starting and opening database instance PRD/PRIMARY ...
    BR0280I BRBACKUP time stamp: 2009-04-16 01.50.38
    BR0305I Start and open of database instance PRD/PRIMARY successful
    BR0101I Parameters
    Name                           Value
    oracle_sid                     PRD
    oracle_home                    F:\oracle\PRD\102
    oracle_profile                 F:\oracle\PRD\102\database\initPRD.ora
    sapdata_home                   K:\oracle\PRD
    sap_profile                    f:\splitscripts\PRD\initPRD_ReplicationManager.sap
    backup_mode                    ALL
    backup_type                    offline_split
    backup_dev_type                util_file
    util_par_file                  F:\splitscripts\PRD\initPRD_ReplicationManager.utl
    primary_db                     PRD
    split_cmd                      F:\splitscripts\PRD\ERM_PRD.cmd > F:\splitscripts\PRD\logs\split_log.txt
    resync_cmd                     NULL
    post_split_cmd                 F:\splitscripts\PRD\start_PRD_sap.cmd > F:\splitscripts\PRD\logs\post_split_log.txt
    system_info                    prdadm SRB44 Windows 5.2 Build 3790 Service Pack 2 AMD64
    oracle_info                    PRD 10.2.0.2.0 8192 24929 2831181212 SRB31 UTF8 UTF8
    sap_info                       620 SAPPRD PRD S0893011436 R3_ORA 0020174098
    make_info                      NTAMD64 OCI_10201_SHARE Feb  1 2009
    command_line                   brbackup.exe -p f:\splitscripts\PRD\initPRD_ReplicationManager.sap -t offline_split -u system/****** -d util_file -m all -c
    BR0116I ARCHIVE LOG LIST before backup for database instance PRD
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            M:\oracle\PRD\oraarch\PRDarch
    Archive format                 ARC%S_%R.%T
    Oldest online log sequence     24926
    Next log sequence to archive   24929
    Current log sequence           24929            SCN: 2831181212
    Database block size            8192             Thread: 1
    Current system change number   2831210933       ResetId: 633955817
    BR0280I BRBACKUP time stamp: 2009-04-16 01.50.44
    BR0307I Shutting down database instance PRD/PRIMARY ...
    BR0280I BRBACKUP time stamp: 2009-04-16 01.50.45
    BR0308I Shutdown of database instance PRD/PRIMARY successful
    BR0280I BRBACKUP time stamp: 2009-04-16 01.50.46
    BR0295I Splitting mirror disks...
    BR0280I BRBACKUP time stamp: 2009-04-16 02.04.56
    BR0296I Split of mirror disks successful
    BR0280I BRBACKUP time stamp: 2009-04-16 02.04.56
    BR0304I Starting and opening database instance PRD/PRIMARY ...
    BR0280I BRBACKUP time stamp: 2009-04-16 02.06.28
    BR0305I Start and open of database instance PRD/PRIMARY successful
    BR0117I ARCHIVE LOG LIST after backup for database instance PRD
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            M:\oracle\PRD\oraarch\PRDarch
    Archive format                 ARC%S_%R.%T
    Oldest online log sequence     24926
    Next log sequence to archive   24929
    Current log sequence           24929            SCN: 2831181212
    Database block size            8192             Thread: 1
    Current system change number   2831214167       ResetId: 633955817
    BR0280I BRBACKUP time stamp: 2009-04-16 02.06.29
    BR1374I Executing post-split command...
    BR0280I BRBACKUP time stamp: 2009-04-16 02.08.48
    BR1375I Post-split command executed successfully
    BR0118I Tablespaces and data files
    Tablespace     TS-Status  F-Status  File                                                       Size   Id.     Device  Link    Type       MaxSize     IncrSize  BlkSize
    PSAPPRD        ONLINE*    ONLINE+   J:\ORACLE\PRD\SAPDATA3\PRD_20\PRD.DATA20            10485768192   23           9  NOLINK  FILE   10485760000     20971520     8192
    BR0120I Control files
    File                                                Size   Id.      Device  Link    Type
    H:\oracle\PRD\origlogA\cntrl\cntrlPRD.dbf       15024128    0            7  NOLINK  FILE
    K:\oracle\PRD\sapdata1\system_1\cntrl\cntrlPRD.dbf   15024128    0           10  NOLINK  FILE
    K:\oracle\PRD\saparch\cntrl\cntrlPRD.dbf        15024128    0           10  NOLINK  FILE
    BR0280I BRBACKUP time stamp: 2009-04-16 02.08.48
    BR0057I Backup of database: PRD
    BR0058I BRBACKUP action ID: beajdpzw
    BR0059I BRBACKUP function ID: aff
    BR0110I Backup mode: ALL
    BR0077I Database files for backup:
    H:\ORACLE\PRD\ORIGLOGA\LOG_G11M1.DBF
    H:\ORACLE\PRD\ORIGLOGB\LOG_G12M1.DBF
    H:\ORACLE\PRD\ORIGLOGA\LOG_G13M1.DBF
    H:\ORACLE\PRD\ORIGLOGB\LOG_G14M1.DBF
    H:\oracle\PRD\origlogA\cntrl\cntrlPRD.dbf
    BR0061I 89 files found for backup, total size 724314.986 MB
    BR0143I Backup type: offline_split
    BR0130I Backup device type: util_file
    BR0109I Files will be saved by backup utility
    BR0126I Unattended mode active - no operator confirmation required
    BR0280I BRBACKUP time stamp: 2009-04-16 02.08.48
    BR0229I Calling backup utility with function 'backup'...
    BR0278I Command output of 'F:\usr\sap\PRD\SYS\exe\run\backint.exe -u PRD -f backup -i Z:\oracle\PRD\sapbackup\.beajdpzw.lst -t file -p F:\splitscripts\PRD\initPRD_ReplicationManager.utl -c':
    BR0280I BRBACKUP time stamp: 2009-04-16 02.18.37
    #FILE..... J:\ORACLE\PRD\SAPDATA3\PRD_21\PRD.DATA21
    #SAVED.... 1239840533
    BR0280I BRBACKUP time stamp: 2009-04-16 04.33.11
    #FILE..... J:\ORACLE\PRD\SAPDATA3\PRD_57\PRD.DATA57
    #SAVED.... 1239848995
    BR0280I BRBACKUP time stamp: 2009-04-16 04.33.11
    BR0232I 89 of 89 files saved by backup utility
    BR0230I Backup utility called successfully
    BR0280I BRBACKUP time stamp: 2009-04-16 04.33.14
    BR0229I Calling backup utility with function 'backup'...
    BR0278I Command output of 'F:\usr\sap\PRD\SYS\exe\run\backint.exe -u PRD -f backup -i Z:\oracle\PRD\sapbackup\.beajdpzw.lst -t file -p F:\splitscripts\PRD\initPRD_ReplicationManager.utl -c':
    BR0280I BRBACKUP time stamp: 2009-04-16 04.33.16
    #PFLOG.... Z:\oracle\PRD\sapbackup\beajdpzw.aff
    #SAVED.... 1239849194
    BR0280I BRBACKUP time stamp: 2009-04-16 04.33.17
    #PFLOG.... Z:\oracle\PRD\sapbackup\backPRD.log
    #SAVED.... 1239849195
    BR0280I BRBACKUP time stamp: 2009-04-16 04.33.21
    #PFLOG.... F:\oracle\PRD\102\database\initPRD.ora
    #SAVED.... 1239849201
    BR0280I BRBACKUP time stamp: 2009-04-16 04.33.21
    BR0232I 8 of 8 files saved by backup utility
    BR0230I Backup utility called successfully
    BR0068W SAP system is running or SAP user is connected to database PRD - database cannot be shut down
    BR0056I End of database backup: beajdpzw.aff 2009-04-16 04.33.21
    BR0280I BRBACKUP time stamp: 2009-04-16 04.33.22
    BR0053I BRBACKUP completed successfully with warnings

    Hi,
    > BR0068W SAP system is running or SAP user is connected to database PRD - database cannot be shut down
    > BR0056I End of database backup: beajdpzw.aff 2009-04-16 04.33.21
    > BR0280I BRBACKUP time stamp: 2009-04-16 04.33.22
    > BR0053I BRBACKUP completed successfully with warnings.
    As it is offline backup via brbackup it seems sap starts automatically after completion of backup.
    So it is giving warnings that sap is already running.
    You can ignore it.
    Regards,
    Nitin Salunkhe

  • Mac OSX desktop dropping connection with multiple copy processes & large files

    The servers are 6.5 SP3 running NFAP, the MAC OSX is 10.4.2 updated. The
    volume the macs are using is part of a cluster. The users mount the volumes
    on their macs and everying is for the most part fine. If they grab a bunch
    of files and copy them from desktop to server it's fine as long as it's only
    a single copy process. The users are part of the hi-res department and the
    files can be 1GB or larger. If they drag one or more large files, and then
    while that's copying they drag some more files, so both copy processes are
    running at once....quite often the volume will dismount from the desktop and
    you will get unable to copy because some resource is unavailable. Sometimes
    the finder crashes, sometimes not. Often the files that were partially
    copied get locked and the users needs to reboot their Mac in order to delete
    them. I'm getting pretty desperate hear, anyone have an idea what's going
    on. I don't know if this is a Tiger thing or a large file thing or a
    multiple copy stream thing, a netware thing or a mac thing.....we have
    hundreds of other users running OSX 10.3 and earlier who are not reporting
    this problem, but they also don't copy files that size. Someone please tell
    me they have seen this before....thanks very much. Oh, before going to 6.5
    and NFAP the servers were 5.1 with Prosoft server and they never had the
    problem.
    Jake

    Thanks for your help, I have incidents open now with Apple and Novell, I
    hope one of them can provide something for us. We tried applying 6.5 SP4 to
    a test server....the problem still happened but was "better", the copy
    operations still quit but with SP4 applied the volume did not dismount....or
    if it did it remounted automatically because it was still connected after
    OKing through the copy errors.
    "Jeffrey D Sessler" <[email protected]> wrote in message
    news:[email protected]...
    >I tried two 2GB files. No problems at all but I'm in a 100% end-to-end
    >Gigabit environment. My server storage is also a very-fast SAN.
    >
    > Best,
    > Jeff
    >
    >
    > "Jacob Shorr" <[email protected]> wrote in message
    > news:[email protected]...
    >> Jeffrey,
    >>
    >> Have you tried the exact same test, dragging say two 500MB files in
    >> seperate
    >> copy operations? I hear what you're saying about the 10/100 link, but we
    >> don't run gigabit to the desktops, and we're not going to anytime soon.
    >> Even if that could resolve the issue we need something kind of other fix
    >> for
    >> our infrastructure. I will look into any errors on the switch.
    >>
    >> "Jeffrey D Sessler" <[email protected]> wrote in message
    >> news:[email protected]...
    >>> Well, considering that I'm not seeing the issue on my 10.4.2 machines
    >>> against my 6.5Sp3 servers, I'm not sure what you should do at this
    >>> point.
    >>> Since you say that the 10.3 machines don't have an issue, it makes it
    >> sound
    >>> to me like this is an Apple issue.
    >>>
    >>> The logs point at a communication issue... Is there anyway to get that
    >>> Mac
    >>> on to a Gigabit connection to see if you can duplicate it?
    >>>
    >>> The other option is to wait for 10.4.3 to be released and see if the
    >> problem
    >>> goes away.
    >>>
    >>> Again, on only a 10/100 link, one copy of a large file _will_ saturate
    >>> the
    >>> link.Perhaps 10.4.2 has an issue with this?
    >>>
    >>> Also, when you're doing the copy, what to the error counters in the
    >> switches
    >>> say?
    >>>
    >>> Jeff
    >>>
    >>> "Jacob Shorr" <[email protected]> wrote in message
    >>> news:[email protected]...
    >>> > There are definately no mis-matches. This has been checked and
    >> re-checked
    >>> > a
    >>> > dozen times. It's only on 10.4......we can replicate it on every 10.4
    >>> > machine, and we cannot replicate it on any machine that is 10.3. What
    >>> > should I do to go about getting this fixed, should I be contacting
    >>> > Apple
    >>> > or
    >>> > Novell? The speed is always good until it actually decides to drop
    >>> > and
    >>> > cut
    >>> > off.
    >>> >
    >>> >
    >>> > "Jeffrey D Sessler" <[email protected]> wrote in message
    >>> > news:7jj%[email protected]...
    >>> >> Looks like communication between the Mac and the Netware server is
    >>> > dropping.
    >>> >> AFP in 10.3 and 10.4 support auto-reconnection but I'm sure that it
    >> will
    >>> >> fail the copy process.
    >>> >>
    >>> >> I'd first check to make sure that there are not any mis-matches on
    >>> >> the
    >>> >> switch e.g. the Mac is set to Auto (as it should be) but someone has
    >> set
    >>> > the
    >>> >> switch to a forced mode. Both should be auto. A duplex miss-match
    >>> >> could
    >>> >> cause the Mac not to see the heart beat back from the Novell server.
    >>> >>
    >>> >> Like I said, if the workstation is only on 10/100, a single copy
    >> process
    >>> > on
    >>> >> a G5 Mac will saturate that link. Adding more concurrent copies will
    >> only
    >>> >> result in everything slowing down and taking longer, or you'll get
    >>> >> the
    >>> >> dropped connections.
    >>> >>
    >>> >> Best,
    >>> >> Jeff
    >>> >>
    >>> >>
    >>> >> "Jacob Shorr" <[email protected]> wrote in message
    >>> >> news:Ybc%[email protected]...
    >>> >> > Take a look at the last entries in the system log right after it
    >>> > happened,
    >>> >> > let me know if it means anything to you. Thanks.
    >>> >> >
    >>> >> > Sep 29 13:26:10 yapostolides kernel[0]: AFP_VFS afpfs_mount:
    >>> >> > /Volumes/FP04SYS11, pid 210
    >>> >> > Sep 29 13:31:13 yapostolides kernel[0]: AFP_VFS afpfs_Reconnect:
    >> doing
    >>> >> > reconnect on /Volumes/FP04SYS11
    >>> >> > Sep 29 13:31:13 yapostolides kernel[0]: AFP_VFS afpfs_Reconnect:
    >>> > connect
    >>> >> > to
    >>> >> > the server /Volumes/FP04SYS11
    >>> >> > Sep 29 13:31:13 yapostolides kernel[0]: AFP_VFS afpfs_Reconnect:
    >>> > Opening
    >>> >> > session /Volumes/FP04SYS11
    >>> >> > Sep 29 13:31:13 yapostolides kernel[0]: AFP_VFS afpfs_Reconnect:
    >>> > Logging
    >>> >> > in
    >>> >> > with uam 2 /Volumes/FP04SYS11
    >>> >> > Sep 29 13:31:13 yapostolides kernel[0]: AFP_VFS afpfs_Reconnect:
    >>> >> > Restoring
    >>> >> > session /Volumes/FP04SYS11
    >>> >> > Sep 29 13:31:13 yapostolides kernel[0]: AFP_VFS
    >>> >> > afpfs_MountAFPVolume:
    >>> >> > GetVolParms failed 0x16
    >>> >> > Sep 29 13:31:13 yapostolides kernel[0]: AFP_VFS afpfs_Reconnect:
    >>> >> > afpfs_MountAFPVolume failed 22 /Volumes/FP04SYS11
    >>> >> > Sep 29 13:31:13 yapostolides KernelEventAgent[43]: tid 00000000
    >>> >> > received
    >>> >> > VQ_DEAD event (32)
    >>> >> > Sep 29 13:31:13 yapostolides kernel[0]: AFP_VFS afpfs_Reconnect:
    >>> > posting
    >>> >> > to
    >>> >> > KEA to unmount /Volumes/FP04SYS11
    >>> >> > Sep 29 13:31:13 yapostolides KernelEventAgent[43]: tid 00000000
    >>> >> > type
    >>> >> > 'afpfs', mounted on '/Volumes/FP04SYS11', from
    >>> >> > 'afp_0TQCV10QsPgy0TShVK000000-4340.2c000006', dead
    >>> >> > Sep 29 13:31:13 yapostolides KernelEventAgent[43]: tid 00000000
    >>> >> > found
    >> 1
    >>> >> > filesystem(s) with problem(s)
    >>> >> > Sep 29 13:31:13 yapostolides kernel[0]: AFP_VFS afpfs_unmount:
    >>> >> > /Volumes/FP04SYS11, flags 524288, pid 43
    >>> >> >
    >>> >> >
    >>> >> >
    >>> >> >
    >>> >> > "Jeffrey D Sessler" <[email protected]> wrote in message
    >>> >> > news:GH%[email protected]...
    >>> >> >> We move large files all the time under SP3 with no issues however,
    >>> > there
    >>> >> > are
    >>> >> >> several finder/copy/afp issues in Tiger that are do to be fixed in
    >>> >> >> 10.4.3.
    >>> >> >>
    >>> >> >> Also, if you have any type of network issue such as duplex
    >> mis-matches
    >>> > or
    >>> >> >> are running say, only a 10/100 network, a single Mac can not only
    >>> >> >> transfer
    >>> >> >> more than 10MB/sec (filling the network pipe) or generate so many
    >>> >> > collisions
    >>> >> >> (duplex mis-match) that you could drop communication to the
    >>> >> >> server.
    >>> >> >>
    >>> >> >> What type of server (speed, disks, raid level, NIC speed) and what
    >>> >> >> type
    >>> >> >> of
    >>> >> >> network (switched gigabit, switched 10/100, shared 10/100, etc.)
    >>> >> >>
    >>> >> >> How long does it take to copy that single 1GB file to the server?
    >>> >> >>
    >>> >> >> Does a single copy process always work?
    >>> >> >>
    >>> >> >> Jeff
    >>> >> >>
    >>> >> >> "Jacob Shorr" <[email protected]> wrote in message
    >>> >> >> news:[email protected]...
    >>> >> >> > The servers are 6.5 SP3 running NFAP, the MAC OSX is 10.4.2
    >> updated.
    >>> >> > The
    >>> >> >> > volume the macs are using is part of a cluster. The users mount
    >> the
    >>> >> >> > volumes
    >>> >> >> > on their macs and everying is for the most part fine. If they
    >> grab
    >>> >> >> > a
    >>> >> >> > bunch
    >>> >> >> > of files and copy them from desktop to server it's fine as long
    >>> >> >> > as
    >>> > it's
    >>> >> >> > only
    >>> >> >> > a single copy process. The users are part of the hi-res
    >> department
    >>> > and
    >>> >> >> > the
    >>> >> >> > files can be 1GB or larger. If they drag one or more large
    >>> >> >> > files,
    >>> > and
    >>> >> >> > then
    >>> >> >> > while that's copying they drag some more files, so both copy
    >>> > processes
    >>> >> > are
    >>> >> >> > running at once....quite often the volume will dismount from the
    >>> >> >> > desktop
    >>> >> >> > and
    >>> >> >> > you will get unable to copy because some resource is
    >>> >> >> > unavailable.
    >>> >> >> > Sometimes
    >>> >> >> > the finder crashes, sometimes not. Often the files that were
    >>> > partially
    >>> >> >> > copied get locked and the users needs to reboot their Mac in
    >>> >> >> > order
    >>> >> >> > to
    >>> >> >> > delete
    >>> >> >> > them. I'm getting pretty desperate hear, anyone have an idea
    >> what's
    >>> >> > going
    >>> >> >> > on. I don't know if this is a Tiger thing or a large file thing
    >> or
    >>> >> >> > a
    >>> >> >> > multiple copy stream thing, a netware thing or a mac
    >>> >> >> > thing.....we
    >>> > have
    >>> >> >> > hundreds of other users running OSX 10.3 and earlier who are not
    >>> >> > reporting
    >>> >> >> > this problem, but they also don't copy files that size. Someone
    >>> > please
    >>> >> >> > tell
    >>> >> >> > me they have seen this before....thanks very much. Oh, before
    >> going
    >>> > to
    >>> >> >> > 6.5
    >>> >> >> > and NFAP the servers were 5.1 with Prosoft server and they never
    >> had
    >>> >> >> > the
    >>> >> >> > problem.
    >>> >> >> >
    >>> >> >> > Jake
    >>> >> >> >
    >>> >> >> >
    >>> >> >>
    >>> >> >>
    >>> >> >
    >>> >> >
    >>> >>
    >>> >>
    >>> >
    >>> >
    >>>
    >>>
    >>
    >>
    >
    >

  • Java system backup with BRtools

    I can back up my java systems like Portal using BRTOOLs however that doesn't get the /usr/sap/SID files and /sapmnt files.
    Can I get a DB backup (all sapdata1, 2 , 3 , 4) and then tar up /usr/sap/SID, usr/sap/trans and sapmnt/SID....
    Our current filesaystem backup tool is broke,we are usig legato and need to at least get a backup we can runn off to tape or DVD..
    Any help would be appreaciate
    Mikie B.

    Hi,
    http://help.sap.com/saphelp_nw70/helpdata/EN/a0/c8b8bacdad499880af9b6421c3f259/frameset.htm
    thanks,
    Prasanna

  • How to system restore with cyberlink recovery manager without reformatti​ng whole hard drive?

    hi. i got a hp g42-200 notebook pc. i have cyberlink recovery disk. after creating disk i deleted recovery partition and make 4 extra partition. but when my notebook got virus and freezing i try to recover with recovery disk. my problem solved but my whole hard disk reformated. i try all 3 opption. system restore, factory reset and minimized install. how can system restore without deleting user created partition?
    here is a hp support link that says system recovery wont repartition whole hard disk but mine not work.
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c02638587&lc=en&cc=uk&dlc=en#N119

    Minimized recovery
    "If there are user-created partitions on the hard drive, the HP Recovery Manager prompts you for permission to remove them or leave them intact."
    so what exactly is not working? is it not prompting you?

  • Can I still use my computer during a backup with Carbon Copy Cloner?

    just as the title says

    In general yes, but you may notice a slowdown of the app you use due to competition for CPU.
    An exception, though, to the 'yes' would be that it is not advisable to have a database open during cloning.
    Depending on your Mac and its RAM you may get a growth of swapfiles. Keep an eye on the contents of /var/vm/. If you experience unexpected sluggishness you may need a re-boot to clear all but swapfile0.
    A suggestion: set a schedule for when you are in bed asleep! 
    Andreas (a moderator at the bombich forums)

  • Time Machine will not complete a system backup and terminates with "Unable to complete backup. An error occurred while copying files to the backup volume.  This follows a problem when Time machne terminated when the volume was almost full.

    On 11/1/2011, Time Machine (TM) terminated with an error message I did not record.  I noted that the drive was full and decided to do a separate complete bootable  system backup using Carbon Copy Clone (CCC), before clearing the TM volume and trying to start it over clean.  Part way through the full system backup CCC put up a message that there was a Physical Problem  "Library/Application Support/Techtool Protection/McIntosh HD/Directory Backup 2011-11-01-16-28-16".  That was about the time that TM malfunctioned, so I assumed they were related.  After starting CCC over a couple of times, and getting the same error message, I let it go through to completion of the backup, which took three or four hours.  I then ran tests using Disk Utility and verified that there was nothing physically wrong with both the internal hard drive and the TM volume.  I also erased and reformatted the TM volume.  However, every time I started Time Machine, it would record a few GB and terminate with "Unable to complete backup. An error occurred while copying files to the backup volume".  I restarted the computer with no change in results.  Note that prior to starting the CCC backup, I "Repaired Permissions", "zapped the PRAM" and "re-set the SMC", hoping to have a clean bootable system on the backup.  I ran Techtool and no problems were found.
    I'm running this on an Intel iMac under 10.5.8 and recording to a 500GB My Passport drive.  My hard drive is only about half full at 246 GB.  My assessment is that something happened at 16-28-16 on 11/1/2001 to screwup the Backup Directory in the file at "Library/Application Support/Techtool Protection/McIntosh HD/Directory Backup 2011-11-01-16-28-16". My question is, how do I fix it?
    I had just completed writing everything above here, explaining the problems I had been encountering for the past 24 hours.  I had the Time Machine window standing open on the desktop where I could see it, having recentlycleared it after the last termination.  As I was proofing what I had written, I looked at the window and noted that the clock had started a new run for a full back up, since all prior efforts had failed and the TM volume was empty.  As I watched and waited for it to fail again, as it had been doing at about 13 GB, it kept going and going until it just finished a complete backup, about 4.5 hours later, with my having done nothing.  Now my question would have to be - what could possiibly have happened to make it perform this way?   It will be interesting to see if it continue to operate normally, or if the problem will return, in a later backup run.

    jcm21 wrote:
    CCC put up a message that there was a Physical Problem  "Library/Application Support/Techtool Protection/McIntosh HD/Directory Backup 2011-11-01-16-28-16"
    You should not keep those files for long, and probably shouldn't back them up (if you need them at all -- since you do regular backups, I'm doubtful just how worthwhile that feature is).
    "Unable to complete backup. An error occurred while copying files to the backup volume".
    One of Apple's maddeningly incomplete messages. Most likely, there's a problem with a file (quite possibly the one CCC didn't like).  See #C3 in Time Machine - Troubleshooting for details and instructions on finding and fixing it.
    If you continue running the Directory Protection app, be sure to exclude your Time Machine drive from it (as it will just take up lots of room, and won't help repair your backups if there's a problem);  and exclude the folders it creates from being backed-up by Time Machine (as they'll create large backups, and you probably can't use the backed-up folders anyway), per #10 in Time Machine - Frequently Asked Questions.

  • How do I place my files on a separate hard drive from the system drive with OS X?

    I have a mac pro and want to place my files on a seperate hard drive to the system. Can anybody please ad vise me what I have to do to achieve this. My OS X is Lion 10.7.5

    Drag and drop will normally work if the separate hard drive is formatted right:
    https://discussions.apple.com/docs/DOC-3003
    Mind you, an external hard drive is the ideal way of backing up data.   Software such as Carbon Copy Cloner or Time Machine can be used for backing up, and is much faster than using the Finder for drag and drop, and will ensure the entire system gets backed up.  
    Time Machine offers whole unbootable system backup with archiving.  Each archive has a temporary existence as long as the backups are automatic.  When you make them manual, you can copy them off to a non-time machine source to ensure they exist longer.  The larger your destination drive, the longer the archives last.
    Carbon Copy Cloner is used most often for clones, and it maintains an exact replica of the original, deleting anything the original had deleted on the copy that it makes, and its backups are bootable when they are successful.  It offers archiving options, but they aren't as transparent as Time Machine.
    Firewire 800 is faster than USB 2.   PCI eSATA and Thunderbolt cards are faster.  The ability to boot the PCI based cards varies by card.  But the SATA drives can be inserted internally if you want them to be boot.  Some SATA drives need a jumper to be able to be read by your 1.1's slower internal SATA bus speed.  Check with the hard drive vendor.  USB 3 cards exist as well, though I've heard USB 3 has difficulty with WiFi interferance.

  • Dear ladies and gentlemen! I recently received on my notebook, operating system 8.1, the message "Adobe Acrobat is no longer working properly". I also found myself that I can copy from einerPDF file excerpts not without problems in another document. My Ad

    Dear ladies and gentlemen!
    I recently received on my notebook, operating system 8.1, the message "Adobe Acrobat is no longer working properly". I also found myself that I can copy from einerPDF file excerpts not without problems in another document. My Adobe Acrobat 9 Pro has released version 9.0.0. Two updates this version is not listed. Please inform me how I can fix this problem.
    Sincerely, Walter Hacksteiner
    mailto: [email protected]

    The first thing I would try is to update Acrobat 9 to the latest version 9.5.5
    The next thing would be to run Acrobat 9 in Windows 7 or Vista or XP Compatibility Mode.

  • Oracle Database Point intime recovery with File System backup.

    Hi.. Experts...
    We have shutdown the database and have take a file system backup on
    09.10.2010 @ 10 AM.
    We started the database and all the  archive logs generated after that are already
    available in archive directory till now.
    We discovered there were some  deletions took place. Yesterday evening at 4 PM.
    Requirement.
    We want to recover the database till  yesterday 3.30 PM.
    Can any one send steps to recover with above backup and available archive logs till 3.30 PM Yesterday.
    Regards

    Experts.....Nick Loy, Varadharajan M, Mark & Volker.............Thanks U Very Much.
    TAIL END MESSAGE OF RECOVERY COMMAND
    ORA-00279: change 11331655931 generated at 10/10/2010 11:30:56 needed for
    thread 1
    ORA-00289: suggestion : /oracle/D10/oraarch/D10arch1_123487_607825009.dbf
    ORA-00280: change 11331655931 for thread 1 is in sequence #123487
    ORA-00278: log file '/oracle/D10/oraarch/D10arch1_123486_607825009.dbf' no
    longer needed for this recovery
    Log applied.
    Media recovery complete.
    SQL>
    SQL>
    SQL> ALTER DATABASE OPEN RESETLOGS;
    Database altered.
    SQL>
    SYSTEM RECOVERED TO DEMAND & RELEASED
    T H A N K S    --   T O    --   E V E R Y O N E .
    RGDS

  • Rsync system backup to disk image

    Hi,
    I had quite 'small' HD ~60Gb and I backed up on ~1.5 Tb NAS with ext3 file system via DiskUtility - it was creating an exact copy of my hard drive in a .dmg file (and I can mont them, etc).
    Now I have ~250 Gb HD, and some free space, but also a lot of data (=regular files like images, text, etc. that can be usefull even on PC). So I want to
    1) backup only OS X system+applications to some bootable disk image - so that I could restore function in case my drive fail and get back all my programs and settings.
    2) copy user data (some selected folders) to NAS and make them available on the local network.
    So I tried TimeMachine, but it fails to create sparcebundle on the NAS and it fails to recognize one if I create it locally and copy to NAS (there are tips on how to make TM recognize network storage).
    So I create sparceimage, 60Gb(enough for OS X+applications) on NAS and I can mount it fine over network on my MacBook. Then I try rsync (versions from OS X, RsyncX and Macports) but all fail with variouse error messages after copying fe Gb of data. Also they render sparceimage unreadable (no mountable file system). Example of errors:
    rsync error: protocol incompatibility (code 2) at sender.c(562)
    or
    recv_generator: mkdir "/Volumes/blablabla" failed: Input/output error
    or
    rsync: rename "/Volumes/blabla" -> "blabla": Input/output error (5)
    The commands I used
    sudo /usr/bin/rsync --exclude-from /Users/me/user_data.txt -av --hard-links /Volumes/MacintoshHD/ /Volumes/Backup2012/
    or (RsyncX)
    sudo /usr/local/bin/rsync --exclude-from /Users/me/user_data.txt -av --hard-links /Volumes/MacintoshHD/ /Volumes/Backup2012/
    or
    sudo /opt/local/bin/rsync --exclude-from /Users/me/user_data.txt -av --crtimes --hard-links --acls --xattrs --fileflags  /Volumes/MacintoshHD/ /Volumes/Backup2012/
    Backup2012 has 1 HFS+Journaled single GUID partition in sparceimage format, with 60 Gb limit. I guess I am missing somethig. Any ideas?

    Why aren't you using  -E option to preserve extended-attributes ?
    It is a good point. I have got 3 flavors of rsync (macports, RsynX and apple) and I was using --xattrs attribute, but I guess I dropped it somewhere.
    Are you sure it's --exclude-from /Users/... and not --exclude-from="/Users/..." ?
    Same thing here - it seems to work for some rsync, but I will check.
    Have you set permissions on the mounted backup ?
    Yes. Still thank you for reminding.
    I thought about target mode, but it seems to be not the issue. Also I would not like to reboot for a backup. And I do not have to have 50Gb free on HD to make backup and then copy it - it is ridiculous.
    Now I have Taurus LAN - truncated Linux box for 60€ which I can SSH to and do whatever to the Linux inside, but it will essentially drop all modifications on reboot unless I build my own installation and keep it on USB stick. It has no Mac compartibiliyty or backup, and I want bootable disc image to restore OS X from. Data (images, texts, etc) I can just copy there as is. So I just keep .dmg there and mount  1st Taurus LAN over smb (it shows itself on local network), then I mount .dmg and use it as if it was locally. I figured out I can create dmg over night, but now I just will do it on FireWire HD and copy - then I willtest rsync on .dmg and see if it performs better than on sparceimage.
    CCC and 50 other alternatives http://www.lbackup.org/alternatives - yes, but I want some simple Unix way, or OS X way, so that I am not dependent on some stupid application beeing discontinued or something.

  • I am changing to a larger hard drive on my Mac. Can I copy the Aperture library from my backup disk running Time Machine without loosing anything?

    I am installing a larger harddrive on my Mac. Can I copy the Aperture library from my backup disk running Time Machine without loosing anything? I am getting help migrating everything else on to the new harddrive, but since copying the 350Gb Aperture library takes a lot of time, I am planning to do that part myself.

    I found the following information on Time Machine help about restoring Aperture library from TM
    Restoring Your Aperture System
    If you buy a new computer or use another system at a different location and want access to the Aperture library, you can install Aperture and then transfer the library from your vault (on your backup disk) to the other computer. If you experience equipment failure or other unexpected events, such as fire or weather-related damage to your equipment, you can easily restore the entire library to your new computer from a backup disk.
    HideTo restore the entire library from an external backup disk
    Restoring Your Aperture System
    If you buy a new computer or use another system at a different location and want access to the Aperture library, you can install Aperture and then transfer the library from your vault (on your backup disk) to the other computer. If you experience equipment failure or other unexpected events, such as fire or weather-related damage to your equipment, you can easily restore the entire library to your new computer from a backup disk.
    HideTo restore the entire library from an external backup disk
    If you buy a new computer or use another system at a different location and want access to the Aperture library, you can install Aperture and then transfer the library from your vault (on your backup disk) to the other computer. If you experience equipment failure or other unexpected events, such as fire or weather-related damage to your equipment, you can easily restore the entire library to your new computer from a backup disk.
    HideTo restore the entire library from an external backup disk
    Connect the hard disk drive that contains the most up-to-date vault to your computer and open Aperture.
    Choose File > Vault > Restore Library.The Restore Library dialog appears.
    Choose the vault you want to use to restore your library from the Source Vault pop-up menu.If the vault doesn’t appear in the Source Vault pop-up menu, choose Select Source Vault from the Source Vault pop-up menu, navigate to the vaults location in the Select Source Vault dialog, then click Select.
    Click Restore, then click Restore again.

Maybe you are looking for

  • Can anybody help with problems with Mail & Backup, please?

    Hi, yesterday, for some reason, a problem developed with Mail. Without me changing anything, while it will send and receive e-mails through my Apple account, it has stopped downloading emails from my BT account, which previously worked fine. It keeps

  • How can I use keyword in place of URL

    Hi Guru! I call my application by using the Full URL. Like : http://192.168.0.333:7778/forms90/f90servlet?config=diag. I want to use a keyword in place of the full URL. Like if write 'diag' only in the address bar of browser then it will be redirect

  • Icloud control panel for xp

    hi, i need icloud control panel software llink for desktop for windows xp, thanks

  • Media Center nonsense

    i hope someone can tell me a little 'joined up thinking' took place with media center. Ive just bought a new PC and when initialising media center unwittingly agreeed to protect files, now realise that i cant manage to import files to itunes. please

  • Leopard Media Browser Updating

    I am noticing that when I add additional media (via import or other method) it does not instantly appear in the media browser for use in applications. Is anyone else noticing this issue? Is there a way I can force the media browser to refresh itself?