Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:programming:shell_scripting:backup_rsync [2007/07/12 12:40] – created billh | docs:programming:shell_scripting:backup_rsync [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 207: | Line 207: | ||
</ | </ | ||
+ | |||
+ | ===== snapshot technique ===== | ||
+ | Modify the beginning of the file to create/ | ||
+ | * rsync_snapshot/ | ||
+ | < | ||
+ | #!/bin/bash | ||
+ | |||
+ | a=/ | ||
+ | b="/ | ||
+ | y=$a$b | ||
+ | |||
+ | (continue with main script) | ||
+ | ... | ||
+ | |||
+ | </ | ||
+ |