teddy
Cadet
- Joined
 - Jun 17, 2014
 
- Messages
 - 2
 
I installed FreeNAS on a single drive.
I would like to run a backup every week.
The box has USB3 and that would be the best backup for me.
 
I was thinking about
 
1. format a new 2TB external USB3 as EXT4
2. mount the 2TB to /backup
3. run rsync from the command line
4. repeat steps 2 to 4 every week
	
		
			
		
		
	
			
			I would like to run a backup every week.
The box has USB3 and that would be the best backup for me.
I was thinking about
1. format a new 2TB external USB3 as EXT4
2. mount the 2TB to /backup
3. run rsync from the command line
4. repeat steps 2 to 4 every week