A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
applications:backup [2013/12/17 13:30]
admin [FSArchiver]
applications:backup [2013/12/17 14:05]
admin [FSArchiver]
Line 23: Line 23:
 Once booted from the SystemRerqcueCD,​ first setup your network using Once booted from the SystemRerqcueCD,​ first setup your network using
 <​code>​ <​code>​
-Net-****+net-setup eth0
 </​code>​ </​code>​
  
Line 37: Line 37:
 mount -t nfs 192.168.0.200:/​volume1/​nfs_share /​mnt/​nfs/​nfs_share01 mount -t nfs 192.168.0.200:/​volume1/​nfs_share /​mnt/​nfs/​nfs_share01
 </​code>​ </​code>​
 +
 +If you would like to know how to setup the NFS server, you could start with [[http://​sasikumarp.wordpress.com/​how-to-take-backup-of-a-working-system-using-system-rescue-cd/​|this guide]].
  
 You can use fsarchiver to create a backup of your partitions: You can use fsarchiver to create a backup of your partitions:
 <​code>​ <​code>​
-fsarchiver savefs /​mnt/​nfs/​nfs_share01/​sdb2.fsa /dev/sdb2+fsarchiver ​-v savefs /​mnt/​nfs/​nfs_share01/​sdb2.fsa /dev/sdb2
 </​code>​ </​code>​
  
 +To learn more about the fsarchiver command, you can refer to it's [[http://​www.fsarchiver.org/​QuickStart|Quick Start Guide]]
 ----- -----
 ===== Synchronizing ===== ===== Synchronizing =====