- Joined
- Mar 12, 2014
- Messages
- 115
- Points
- 18
I have backup files with large sizes in rar format. After upload them to my VPS how can I unrar these files on my Centos. Please guide me!
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
[root@server ~]# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
--2016-12-29 03:23:31-- http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Resolving dl.fedoraproject.org... 209.132.181.26, 209.132.181.27, 209.132.181.23, ...
Connecting to dl.fedoraproject.org|209.132.181.26|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14540 (14K) [application/x-rpm]
Saving to: epel-release-6-8.noarch.rpmâ€
100%[===============================================================================>] 14,540 --.-K/s in 0.08s
2016-12-29 03:23:31 (175 KB/s) - epel-release-6-8.noarch.rpm†saved [14540/14540]
rpm -ivh epel-release-6-8.noarch.rpm
[root@server ~]# rpm -ivh epel-release-6-8.noarch.rpm
warning: epel-release-6-8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
Preparing... ########################################### [100%]
1:epel-release ########################################### [100%]
yum install rar unrar
[root@server ~]# yum install rar unrar
Loaded plugins: fastestmirror, presto
Setting up Install Process
Loading mirror speeds from cached hostfile
epel/metalink | 13 kB 00:00
* epel: ca.mirror.babylon.network
epel
........
# unrar x (file_name).rar***** extract with full path
# unrar e -kb (file_name).rar* (Keep broken)
# unrar l (file_name).rar***** list files inside
# unrar e (file_name).rar***** dump files excluding folders
# rar a (file_name).rar (file_name) create a archive Rar file
# rar r (file_name).rar* recover or fix a archive file or files
# rar a -p (file_name).rar create a archive Rar file with password
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-6.noarch.rpm
rpm -ivh epel-release-7-6.noarch.rpm
wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
Instead of using rar/unrar on your VPS, you can use zip and unzip commands to extract your files which is more easier and convenient without installing extra rar/unrar package.I have backup files with large sizes in rar format. After upload them to my VPS how can I unrar these files on my Centos. Please guide me!
ForumWeb.Hosting is a web hosting forum where you’ll find in-depth discussions and resources to help you find the best hosting providers for your websites or how to manage your hosting whether you are new or experienced. You’ll find it all here. With topics ranging from web hosting, internet marketing, search engine optimization, social networking, make money online, affiliate marketing as well as hands-on technical support for web design, programming and more. We are a growing community of like-minded people that is keen to help and support each other with ambitions and online endeavors. Learn and grow, make friends and contacts for life.
The world's smartest hosting providers come here to discuss & share what's trending in the web hosting world!