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
- 2574 reads




















Recent comments
3 years 38 weeks ago
3 years 39 weeks ago
3 years 39 weeks ago
3 years 51 weeks ago
3 years 51 weeks ago
4 years 1 day ago
4 years 4 weeks ago