search for: asylum_backup

Displaying 1 result from an estimated 1 matches for "asylum_backup".

2009 Jun 21
1
Running filesystem backup?
Hi all. I currently have a problem. I try to make a backup of a running / filesystem to a second disc. I've read tha some people use rsync for it. I mount the second harddisc at /mnt/hdb1 and issue a command: rsync -vaHx --progress --numeric-ids --delete \ --exclude-from=asylum_backup.excludes --delete-excluded \ / /mnt/hdb1 Then I shutdown the system, remove the first disc and try to boot the system with a rescue cd to install grub through grub-install. I chroot to the second disc (the filesystem which I copied earlier through rsync) and try to use grub-install but someti...