![]() |
command line to tar backup directory on server...
i forget... it it something like...
tar cxvf [filename.tar] [directoryname] ?? |
gnu tar....
tar -c file_list or directory_name > outputfile.tar |
thanks :)
this saves all permissions and ownerships right? |
tar -cvf file.tar directory
would be better IMHO |
tar czf directory.tgz directory
is even better since it will zip the tar file as it is made, thereby saving disk space :winkwink: the v can be dropped (in czvf) if you don't want it to spew all the filenames out during hte making of the tar |
All times are GMT -7. The time now is 04:10 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123