Questions tagged [rar]
18 questions
14
votes
2 answers
extract rar files to folder
I tried googling around and checked the man page but couldn't find what I was looking for.
Basically need to extract a rar archive to a separate volume. I know:
rar e archive.rar
will extract it to the current folder but I want to extract it to…
ss44
- 501
- 1
- 4
- 9
8
votes
3 answers
How secure are password-protected WinRAR archives?
The web seems to be flooded by password removers. I'm however on the other side. I'm interested in security of my files.
If I have a WinRAR archive (> 1 Mbyte) and use a password (> 6 characters length with non-alphanumeric characters), how secure…
Mastermind
- 354
- 3
- 4
- 9
6
votes
2 answers
Is it possible to stream input into RAR
I'm using RARLABS RAR.exe to archive/backup my server data. I am familiar with using RAR for creating an archive and adding files from a folder, but what about streaming data directly into an archive?
For example, when backing up my MySQL databases…
Dscoduc
- 1,095
- 2
- 8
- 15
3
votes
2 answers
Is rsync corrupting my RAR?
We have two qnap devices - one in our datacentre and one off-site. We have hundreds of password protected RAR files stored on the qnap that contain virtual machine image snapshots, with approx 20 of them being created each day.
We synchronise the…
Mark Henderson
- 68,316
- 31
- 175
- 255
2
votes
1 answer
zip file extracts faster than copying
System Win 7 32 bit. I am using WinRAR to extract a .rar file, but I think it is the same for any zipped files. I have:
1) SomeSourceCodeFolder.rar -> extract -> SomeDestCodeFolder
2) SomeSourceCodeFolder -> copy -> SomeDestCodeFolder
1st way is in…
Tom
- 123
- 1
- 4
1
vote
1 answer
use the cli of winrar to backup outlook pst
hello is it possible to use the winrar cli to backup a pst file. i have outlook openend 24/7 so the file is locked.
i use the following command:
C:\Backup>"c:\Program Files\WinRAR\rar.exe" a meel.rar…
JP Hellemons
- 267
- 6
- 16
1
vote
2 answers
Bash script to convert archive to .zip format
I'm looking for a flexible bash script to do the following:
Convert .rar, .tar, .tar.gz, .bz2, .7z archives to .zip format
Keep all folder structures and filenames as source archive.
Convert it quietly, outputs "error" on failure and outputs…
jack
- 1,705
- 5
- 21
- 24
1
vote
1 answer
Winrar repair corrupted .Rar Files
Good day, I have not extracted .rar file. I go to open it and get the error message An error has occurred while while expanding the file '*.rar' Format error. Any Help?
ErikDor
- 11
- 1
1
vote
4 answers
clamav can't find viruses in rar files on centos 6.4
I use ClamAV 0.97.8/17494 on CentOS 6.4. It's good but can't find viruses in rar files. It can detect same virus file as it is or in a zip file but in rar file ClamAV reports no virus.
ScanArchive=yes option is already enabled
I searched a lot on…
Ergec
- 578
- 1
- 7
- 25
1
vote
4 answers
file-system incremental backup - ideally with no downtime for the web site
I am trying to design a web site with backup in mind. Large media elements would be stored on the file system and a daily backup would be done both for the DB and the file-system (which would hold the media elements).
While backing up the DB seems…
Andrei Rînea
- 310
- 5
- 17
0
votes
0 answers
Streaming compression for large files
We want to compress large backup files and push them into the cloud. I'm looking for an application/utility/codebase that will allow us to efficiently compress on the fly as part of the transfer.
I've found that WinRAR is taking 40 times longer to…
MrTelly
- 311
- 3
- 9
0
votes
1 answer
Uninstall WinRAR through GPO?
I wrote a script that I have added in as a computer based policy to run at startup. This script checks which version of WinRAR (x86/x64) is installed and runs the correct uninstall.exe with the /s flag (uninstall.exe /s) for a silent uninstall.
The…
Mitch
- 181
- 1
- 5
0
votes
1 answer
error when trying to install rar package - php centos
building in /tmp/pear/temp/rar
running: phpize
sh: phpize: command not found
rolling back 388 file operations
ERROR: `phpize' failed
getting this error when trying to install the RAR package for php using the command "pecl -v install rar"
what does…
Jon87
- 111
- 5
0
votes
4 answers
Command Line Winrar & Batch Scripts
I've written a wee batch script to backup some stuff on my desktop and dump it
over the network to a share... The only thing that's bugging me is the verbosity
of rar.exe while it's doing the compress part of the job.
Anyone know if it's possible…
Eoin Campbell
- 105
- 1
- 1
- 7
0
votes
2 answers
WinZip, 7zip, Winrar Command Line to Compress structure of folders
I have a Windows Server 2008R2 which has a massive file share of Video files, I need to run a zip command line in a batch script which will :
a) Compress / zip each video file inside each folder with the respective filename
b) then compress / zip…
Mutahir
- 2,347
- 2
- 32
- 42