How To Take Backup of window system using Linux
Submitted by Vinod Dev on Tue, 01/26/2010 - 13:23.
Linux works nicely with a number of other computer systems, including Windows. With a few simple
commands, Linux will happily safeguard data in those systems as well.
entirely.
For now, here's a quick Samba example. Pretend that you have a Windows PC called
speedy on your network. The user has shared the C: drive with the name SPEEDY_C. I can mount
that share on a Linux system running Samba like this:
smbmount //speedy/speedy_c /mnt/linux_mount_point
Then, I simply back it up to my drive like this:
cd /mnt/linux_mount_point
tar -cvf /dev/st0.
- Vinod Dev's blog
- Add new comment
- 881 reads




















Recent comments
2 years 16 weeks ago
2 years 17 weeks ago
2 years 17 weeks ago
2 years 29 weeks ago
2 years 29 weeks ago
2 years 30 weeks ago
2 years 34 weeks ago