How do I compress and backup files using tar command to another directory on same computer or another Linux computer under Ubuntu Linux?
{ 1 comment }
How do I compress and backup files using tar command to another directory on same computer or another Linux computer under Ubuntu Linux?
{ 1 comment }
How can I keep out certain files when creating a tarball? For example:
/home/me/file1 /home/me/dir1 /home/me/dir2 /home/me/abc /home/me/xyz
How do I execute zyz and abc file while using a tar command?
{ 5 comments }