Announcement

Collapse
No announcement yet.

How to make an archive

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to make an archive

    How the **** do you make an archive using kubuntu interpid ibex os ?

    #2
    Re: How to make an archive

    What type of archive? Generally, you open a bash session, move to the directory (or the parent of the directory) you want to archive and type something similar to:
    "tar -cvzf archiveName.tgz [directory or files]"
    I don't have a bash terminal available here, so I'm doing that from memory.
    v - verbose
    f - write/read to/from file
    z - use gzip compression
    c - create?? (need to check this one)

    Or are you talking about some other archive?

    Comment


      #3
      Re: How to make an archive

      1. Open dolphin
      2. select the files you want
      3. right click "compress as.."

      Mark Your Solved Issues [SOLVED]
      (top of thread: thread tools)

      Comment


        #4
        Re: How to make an archive

        If you have program called ark, run it.
        Then file/new select type of archive and call it and save it.
        Add file or folders.

        That's all.

        Comment

        Working...
        X