Regarding installation of Rsync

Asked by Ardhendu Shekhar Singh

    During the installation of Rsync on my system.I received following log on my screen.So I am woried that whether it has replaced my old configuration as it was already installed on the server.
xyz@neptune:/var/lib$ sudo apt-get install rsync
[sudo] password for xyz:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-2.6.31-22 linux-headers-2.6.31-22-generic-pae
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libpopt0
The following packages will be upgraded:
  libpopt0 rsync
2 upgraded, 0 newly installed, 0 to remove and 362 not upgraded.
Need to get 372kB of archives.
After this operation, 32.8kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com lucid/main libpopt0 1.15-1 [31.4kB]
Get:2 http://us.archive.ubuntu.com lucid-updates/main rsync 3.0.7-1ubuntu1.1 [341kB]
Fetched 372kB in 4s (90.5kB/s)
(Reading database ... 74974 files and directories currently installed.)
Preparing to replace libpopt0 1.14-4 (using .../libpopt0_1.15-1_i386.deb) ...
Unpacking replacement libpopt0 ...
Preparing to replace rsync 3.0.6-1ubuntu1.1 (using .../rsync_3.0.7-1ubuntu1.1_i386.deb) ...
Unpacking replacement rsync ...
Processing triggers for man-db ...
Setting up libpopt0 (1.15-1) ...

Setting up rsync (3.0.7-1ubuntu1.1) ...
Installing new version of config file /etc/default/rsync ...
Installing new version of config file /etc/init.d/rsync ...
 Removing any system startup links for /etc/init.d/rsync ...
   /etc/rc1.d/K20rsync
   /etc/rc2.d/S50rsync
   /etc/rc3.d/S50rsync
   /etc/rc4.d/S50rsync
   /etc/rc5.d/S50rsync

Processing triggers for libc-bin ...
ldconfig deferred processing now taking place.

So could you please provide me detail for the same.Its urgent.Moreover I am not a system admin so I am tensed if I have made any mistake .If yes then how to revert it back.
Its Urgent.
Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu rsync Edit question
Assignee:
No assignee Edit question
Solved by:
N1ck 7h0m4d4k15
Solved:
Last query:
Last reply:
Revision history for this message
Best N1ck 7h0m4d4k15 (nicktux) said :
#1

On 10/11/2012 05:26 PM, Ardhendu Shekhar Singh wrote:
> New question #210943 on Ubuntu:
> https://answers.launchpad.net/ubuntu/+question/210943
>
> During the installation of Rsync on my system.I received following log on my screen.So I am woried that whether it has replaced my old configuration as it was already installed on the server.
>
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get update
sudo apt-get dist-upgrade

and you will be fine. I cannot see any other mistake or warning.

As for rsync yes, the newer version replaced the config files in
/etc/init.d/

if you had custom rsync config files , then maybe needs to re-create them.

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Where were your config files help?

Revision history for this message
Ardhendu Shekhar Singh (ardhendu-singh) said :
#3

The issue is that only.I was not aware of the existing installation of Rsync. Also the the task that were configured under that.
Is there any way to fix that thing.I would be thankful to you.
I committed this mistake as I was having focus on only one thing and that was like if I install rsync i can set up a service to migrate my backup's from current machine on weekly basis to my back up server.

Revision history for this message
Ardhendu Shekhar Singh (ardhendu-singh) said :
#4

Thanks NikTh, that solved my question.