Thread
:
How Do I Make a Backup Copy of .GVM File?
View Single Post
gowen
2008-12-01 , 21:06
Posts: 223 | Thanked: 67 times | Joined on Jun 2006
#
2
you need to use cp -r to recurse into the directory.
The alternative backup method is to use tar:
tar zcvf gvmbackup.tar.gz .gvm
and then to extract it
tar zxvf gvmbackup.tar.gz
Quote & Reply
|
gowen
View Public Profile
Send a private message to gowen
Find all posts by gowen