View previous topic :: View next topic |
Author |
Message |
FizzyWidget Veteran
Joined: 21 Nov 2008 Posts: 1133 Location: 127.0.0.1
|
Posted: Tue Jan 31, 2012 11:55 am Post subject: Backing up one drive to another? |
|
|
I have a few systems and i am moving them to Linux, under windows i use a program called syncback which will scan the source drive, then the destination and change only the files that needed to be changed, I have looked at rysnc but am not too sure if it can do what i need.
Basicaly i will be copying one /home dir on my main pc raid5, to the other /home dir on the other pcs raid5, for the other pc from raid5 to a folder on the laptop
can rsync do this? _________________ I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch. |
|
Back to top |
|
|
Kaso_da_Zmok Apprentice
Joined: 19 Aug 2004 Posts: 189 Location: Zurich, Switzerland
|
Posted: Tue Jan 31, 2012 4:00 pm Post subject: rsync will do this |
|
|
You are right.
rsync will do this. |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Tue Jan 31, 2012 6:32 pm Post subject: |
|
|
I use this command when I backup my things :
Code: |
# time rsync -aHA --del --force --stats --progress /mnt/source /mnt/destination
|
|
|
Back to top |
|
|
FizzyWidget Veteran
Joined: 21 Nov 2008 Posts: 1133 Location: 127.0.0.1
|
Posted: Wed Feb 01, 2012 6:04 pm Post subject: |
|
|
guess i need to get off my bum and sort out nfs, and read rsync man page to understand the command _________________ I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch. |
|
Back to top |
|
|
Jaglover Watchman
Joined: 29 May 2005 Posts: 8291 Location: Saint Amant, Acadiana
|
|
Back to top |
|
|
FizzyWidget Veteran
Joined: 21 Nov 2008 Posts: 1133 Location: 127.0.0.1
|
Posted: Sat Feb 04, 2012 5:25 pm Post subject: |
|
|
time rsync -aHA --del --force --stats --progress rsync: // 192.168.1.1 / home /home/dfoo (removed link :p)
works fine _________________ I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch. |
|
Back to top |
|
|
feystorm Tux's lil' helper
Joined: 29 Jan 2004 Posts: 96
|
Posted: Sun Feb 05, 2012 6:07 am Post subject: |
|
|
Jaglover wrote: | You can fire up an rsync server, then you do not need to mount anything. |
You dont need an rsync server to not mount. Rsync works over ssh natively. |
|
Back to top |
|
|
|