This short README is for the rsbu backup program written by David Both. ################################################################################ # # # Copyright (C) 2007, 2016 David Both # # Millennium Technology Consulting LLC # # http://www.millennium-technology.com # # # # This program is free software; you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # # the Free Software Foundation; either version 2 of the License, or # # (at your option) any later version. # # # # This program is distributed in the hope that it will be useful, # # but WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # # GNU General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with this program; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # ################################################################################ Installation: To be performed as root. 1. Untar the tarball in a temporary directory. 2. Change ownership of the files to root.root 3. Move the rsbu script to /usr/local/bin. 4. Move the rsbu.conf configuration file to /usr/local/etc. 5. Use the command "rsbu -h" to read the help. 6. Configure /usr/local/etc/rsbu.conf for your system and backup devices.
wzygzlm/rsync-backup-script
A script to accompany https://opensource.com/article/17/1/rsync-backup-linux
ShellGPL-2.0