tar
Bash script to tar folders with spaces
I am trying to make a bash script which will tar all folders individually recursively. However, I have a problem because some folder names have spaces, etc.[详细]
2023-04-01 14:28 分类:问答ant tar task: procedure for enabling "tar append"
Goal: use ant to create a single tar archive for any combination of (say) 5 folders (all folders, or any 3 folders or any 4 folders[详细]
2023-03-31 14:37 分类:问答Bash script - splitting .TAR file in smaller parts
th开发者_JAVA百科is a part of a .sh script I need to edit to make some backups and upload them on Dropbox but I need to split that backup in smaller parts.[详细]
2023-03-31 01:08 分类:问答Can TAR both record symbolic links and the files/directories they reference?
The Tar command has an -h flag to follow symbolic links instead of recording the symbolic links.Is it possible to have both the symbo开发者_如何学运维lic links and what they point to in the archive?Ca[详细]
2023-03-31 00:52 分类:问答Inject parameter in hardcoded tar command
I\'m using a linux software solution that uses the tar command to backup huge amounts of data. The command which is hardcoded into the binary which calls the tar is:[详细]
2023-03-28 08:54 分类:问答Algorithms for tar and dump [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incompl开发者_如何学运维ete, overly broad, or rhetorical andcannot be reasonably answered in its current for[详细]
2023-03-28 02:58 分类:问答Make tar file by Java
I want to use Java to compre开发者_Go百科ss a folder to a tar file (in programmatic way). I think there must be an open source or library to do it. However, I cannot find such method.[详细]
2023-03-26 19:30 分类:问答How do I use the TarFile dereference flag in Python 2.4?
I wrote a script that collects all our log files to one tar file. The problem is that it doesn\'t contain soft link\'s data. I tried to use the dereference flag but it is not recognized for python 2.4[详细]
2023-03-26 18:45 分类:问答Can tar -xvf be used in a If statement to return true or false
I know I might sound weird but I wa开发者_JAVA技巧s wondering if I could do a if [ tar -xvf ] on some file and that will return me true or false .[详细]
2023-03-23 15:51 分类:问答Is there a way to make zip or other compressed files that extract more quickly?
I\'d like to know if there\'s a way to make a zip file, or any other compressed file (tar,gz,etc) that will extract as quickly as possible. I\'m just trying to move one folder to another computer, so[详细]
2023-03-23 05:11 分类:问答