RSYNC to local disk

Status
Not open for further replies.

Dwight Turner

Explorer
Joined
Oct 13, 2014
Messages
76
how can i RSYNC my volume to another volume disk on my same machine
 

Spearfoot

He of the long foot
Moderator
Joined
May 13, 2015
Messages
2,478
Something like this will copy a source dataset to a target dataset, both on pool 'tank', and should work even if the source and target datasets are on different pools:

Code:
rsync -rltgoDhv /mnt/tank/source_dataset/ /mnt/tank/target_dataset
 

Dwight Turner

Explorer
Joined
Oct 13, 2014
Messages
76
this worked
 
Last edited:
Status
Not open for further replies.
Top