Results 1 to 2 of 2
I have an external hard drive mounted at ~/video, which holds videos as well as backups of the internal drive. I've copied everything to it and then have been using ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-27-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 24
Backing up with cp - files are missed
I have an external hard drive mounted at ~/video, which holds videos as well as backups of the internal drive. I've copied everything to it and then have been using this to update the backup:
For some reason this is not copying all updated files.Code:sudo cp --preserve=all --update --recursive --verbose ~/*?[!video] ~/video/.backup/home/hyperhacker/

I'd like to switch to backing things up to a compressed archive, as well. What format would be good for this? 7zip doesn't preserve some attributes from the filesystem, and if I use a .tar.gz I'd have to recompress the entire .tar every time.
- 07-27-2009 #2


Reply With Quote
