[TriLUG] question about backups

Charles Mangin option8 at option8.com
Fri Mar 4 14:30:28 EST 2011


i think i've figured out what i need. 

the problem with using most rsync-based options is that i want to store the increments on a separate filesystem from the full backup. thus, hard links  wouldn't work.

so... tar to the rescue:

	find / -mtime -1 -type f -print > backup-list.txt
	tar -cv -T backup-list.txt -f increment.tar





--charles.





More information about the TriLUG mailing list