User Tools

Site Tools


cluster:150

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
Next revision Both sides next revision
cluster:150 [2016/09/16 14:47]
hmeij07 [The problem]
cluster:150 [2016/09/16 19:28]
hmeij07
Line 48: Line 48:
 </code> </code>
  
-Back on source server, configure the ''/etc/rsnapshot.conf'' file, here are my settings+Back on target server where snapshots will reside, configure the ''/etc/rsnapshot.conf'' file, here are my settings
  
 <code> <code>
Line 103: Line 103:
  
  
-see what is is doing+check what rsync is doing
 [root@sharptail ~]# strace -p 29717 [root@sharptail ~]# strace -p 29717
 Process 29717 attached - interrupt to quit Process 29717 attached - interrupt to quit
Line 123: Line 123:
 <code> <code>
  
-# /etx/exports content, then exportfs -ra+# /etc/exports content, then exportfs -ra
 /mnt/home/.snapshots       localhost.localdomain(sync,rw,no_all_squash,no_root_squash) /mnt/home/.snapshots       localhost.localdomain(sync,rw,no_all_squash,no_root_squash)
  
Line 134: Line 134:
 touch: cannot touch `/snapshots/daily.1/sharptail/home/hmeij/tmp/foo': Read-only file system touch: cannot touch `/snapshots/daily.1/sharptail/home/hmeij/tmp/foo': Read-only file system
  
-<code>+</code>
  
 Finally, if you get this error, which is hardly informative, you've set num-tries to 0 like I did and fussed over it for some time. Set to 1 or leave uncommented. Finally, if you get this error, which is hardly informative, you've set num-tries to 0 like I did and fussed over it for some time. Set to 1 or leave uncommented.
cluster/150.txt ยท Last modified: 2016/11/29 19:36 by hmeij07