On 03/16/2015 11:57 AM, Chris Murphy wrote:
On Mon, Mar 16, 2015 at 12:03 PM, don fisher <hdf3@comcast.net> wrote:
rsync -rlpgovtS --delete "$SRC_DIR" "$DST_DIR/" 2> /dev/null
-A for acls -X for xattr -H for hardlinks -D to preserve specials
Or use btrfs send/receive.
Sorry for the delay. I have experimented trying to copy my existing 3.1 OS to another drive in the same system. I obviously do not understand the details. As root: btrfs send -v -c /var/log | btrfs receive /usr11/var/log ERROR: open failed. No such file or directory ERROR: could not resolve root_id for /var/log I was trying to copy a exact copy (clone ?) of the log files on my system to the other one. I tried adding the parent, -p / , but then received a ERROR: parent / is not read-only. Please advise, sorry for being so opaque. Don -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org