Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:rsync [2017/07/18 23:04] – lamboringo | linux:rsync [2019/03/19 07:55] (current) – lamboringo | ||
---|---|---|---|
Line 35: | Line 35: | ||
time rsync --dry-run --exclude ' | time rsync --dry-run --exclude ' | ||
time rsync --dry-run --exclude ' | time rsync --dry-run --exclude ' | ||
- | time rsync --dry-run --exclude ' | + | time rsync --dry-run |
# win | # win | ||
time rsync --dry-run --exclude ' | time rsync --dry-run --exclude ' | ||
Line 54: | Line 54: | ||
tests & edit & run | tests & edit & run | ||
- | mount --bind /dev / | + | mount --bind /dev / |
# same for sys & proc | # same for sys & proc | ||
# edit / | # edit / | ||
Line 60: | Line 60: | ||
chroot / | chroot / | ||
# grub2-install /dev/sd?? /dev/sda or /dev/sdb or /dev/sdc usually | # grub2-install /dev/sd?? /dev/sda or /dev/sdb or /dev/sdc usually | ||
+ | umount / | ||
+ | umount / | ||
+ | umount / | ||
+ | umount / | ||
+ | umount / | ||
+ | umount / | ||
+ | / | ||
+ | # reboot | ||
+ | |||
+ | == links == | ||
+ | |||
+ | * https:// |