You are not logged in.

#26 2018-07-11 14:08:12

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Authentication token manipulation error [SOLVED]

Why not take a look?

stat /home/vipin/mydata/arch/backup/bin/mount

The second command is btw. not what you used for restorage for sure.

Offline

#27 2018-07-11 14:09:18

vipinbalakrishnan
Member
Registered: 2018-07-10
Posts: 36

Re: Authentication token manipulation error [SOLVED]

I got my mistake.... I restore the old backup. And able to make my server up from old tar backup


Backup command --fake-super was the missed.

 rsync -aAXv --exclude-from=excludeditems --fake-super -e ssh  root@192.168.1.10:/  /home/vipin/mydata/arch/backup/ 

restore command --fake-super  added

 rsync -aAXv  --fake-super -e ssh /home/vipin/mydata/arch/backup/  root@192.168.1.11:/ 

Thanks Lone_Wolf,loqs,seth,jasonwryan,ewaller and progandy. Without your help I might have not made the server up, Thanks alot. Have a good day.

Offline

#28 2018-07-11 14:33:32

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: Authentication token manipulation error [SOLVED]

Good to hear, please mark as [SOLVED] by editing the title in your first post: https://wiki.archlinux.org/index.php/Co … ow_to_post

Offline

Board footer

Powered by FluxBB