<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Torfinn Ingolfsen schrieb:
<blockquote
 cite="mid:ef8c8a880909120645h35dbafb9yac4f06c527baecc9@mail.gmail.com"
 type="cite">Hi, <br>
  <br>
  <div class="gmail_quote">On Thu, Sep 10, 2009 at 4:33 AM, Stefan
Monnier <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:monnier@iro.umontreal.ca">monnier@iro.umontreal.ca</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div class="im"><br>
    </div>
Just be careful to only backup the partition's own files. &nbsp;I.e. use<br>
the --one-file-system argument. &nbsp;Otherwise you might start copying /sys,<br>
/proc and that will get you into trouble.<br>
    <font color="#888888"><br>
    </font></blockquote>
  <div>I mounted /dev/mmcblk0p3 on /mnt, and did 'cp -Rpvx /&nbsp; /mnt'<br>
Now I just need to find out how to boot from p3 with Qi, I thought That
presding the AUX button while the LED was red should do it, but so far
that doesn't want to work for me.<br>
  <br>
  </div>
  </div>
</blockquote>
i make my backups always with rsync on the mmc.<br>
<br>
but with the real rsync, not with busybox.<br>
<br>
here is my script:<br>
<br>
#!/bin/sh -x<br>
cd /<br>
rsync -avulH --del --exclude=/home/root/Maps --exclude=boot/*
--exclude=Maps/* --exclude=sicherung/* --exclude=media/*
--exclude=sys/* --exclude=dev/* --exclude=proc/* * /media/disk/shr/
2&gt;/media/disk/sicherung/fehler.txt<br>
<br>
echo errors are in /media/disk/sicherung/fehler.txt<br>
<br>
</body>
</html>