Sometimes it's easier to take the path you are familiar with.Screw this, I have no idea what am I doing, I will just create a new pool and copy the files from a a backup I am doing to an external disk right now.
This is way too complicated.
something like this:Could you be more specific please?
I did a google search and my brain is dizzy. Damn Linux command line.
rsync --archive --verbose --human-readable root@172.20.0.2:/mnt/tank/src /mnt/tank/dst/
tmux
or screen
to run it in a virtual session.yes, but it only copies. It does not "move" the files. Try the dry run to verify if the directory structure is like expected.So I guess I can just do rsync /mnt/pool1 /mnt/pool1-temp if I'm just moving files between pools on the same system?
Run tmux -> run the command. You do not have a prompt because the program is still running.And if I use tmux - if I understand what I googled up correctly - will I be able to see the progress if I log back into the machine via SSH?
rsync <your params> | tee -a rysnc.log
yeah, i never used zfs replication currently. I am migrating currently and will repurpose my old nas as backup. So will use it in the future probably.