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.
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
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.
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
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:
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
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.
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
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 .
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