linux:clone-linux-drive
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:clone-linux-drive [2025/09/02 23:13] – [Live remote cloning] Wulf Rajek | linux:clone-linux-drive [2025/09/03 01:50] (current) – Wulf Rajek | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Clone Linux Drive ====== | + | ====== Clone Linux Drive/ |
Line 135: | Line 135: | ||
< | < | ||
sudo su - | sudo su - | ||
+ | apt-get install sshfs rsync | ||
mkdir / | mkdir / | ||
mount -t fuse.sshfs root@IP:/ / | mount -t fuse.sshfs root@IP:/ / | ||
cp / | cp / | ||
rsync -ahPHAXx --delete --exclude={/ | rsync -ahPHAXx --delete --exclude={/ | ||
+ | |||
+ | #or for overall bandwidth stats and brief output: | ||
+ | rsync -ahPHAXx --info=progress2 --info=name0 --delete --exclude={/ | ||
+ | |||
</ | </ | ||
linux/clone-linux-drive.1756851207.txt.gz · Last modified: by Wulf Rajek