backup - rsync corrupted my system partition. Does anyone know why and how to recover? -
i did rsync partition on second drive (mounted symbolically linked). seemed go ok, terminal complaining system partition read-only. tried rebooting , no longer boots. complains couldn't mount /tmp/
stops black screen , cursor in top left corner.
when boot usb key there nothing chewed up. @ glance files , folders seem there. , seem on backup partition. /etc/fstab
looks good.
i found 1 minor error in syntax on backup bash, doesn't seem explain this. put -e
ssh (extraneously) wasn't meant on ssh , didn't include server. (i forgot --dry-run
. should have done it.) here command line of interest bash (below)
does know corrupt , how fix it?
#now backup
rsync -aaxve ssh --progress --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found","/etc/udev/devices","/osback/*","/vpsback/*","/jingleshare/*","/jstorage/*","/home/*/.cache","/home/*/.thumbnails","/home/*/.local/share/trash","/home/*/.mozilla/firefox/*/cache","/etc/fstab","/var/run/*","/var/lock/*","/lib/modules/*/volatile/.mounted","/var/cache/apt/archives/*","/home/joe/dropbox/*"} /* /$backup_dir
Comments
Post a Comment