Revision 13291
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/web/links/index.htm | ||
---|---|---|
736 | 736 |
## $ sudo service postgresql restart |
737 | 737 |
# run: |
738 | 738 |
## copy files using rsync, etc. |
739 |
## copy again to get changes since last backup
|
|
739 |
## copy again to get changes that occurred during the copy operation
|
|
740 | 740 |
## copy again to make sure there are no more changes |
741 | 741 |
|
742 | 742 |
offline backups: |
743 | 743 |
|
744 | 744 |
# copy files using rsync, etc. |
745 |
# copy again to get changes since last backup
|
|
745 |
# copy again to get changes that occurred during the copy operation
|
|
746 | 746 |
# $ sudo service postgresql stop |
747 | 747 |
# copy again to make the copy a consistent snapshot |
748 | 748 |
# $ sudo service postgresql start |
Also available in: Unified diff
web/links/index.htm: updated to Firefox bookmarks: PostgreSQL: backups: documented how to set up online and offline backups (with two possible approaches for online backups)