Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: storeBackup | Distribution: openSUSE Leap 16.0 |
Version: 3.5.2 | Vendor: openSUSE |
Release: lp160.1.1 | Build date: Sun Feb 25 17:20:09 2024 |
Group: Productivity/Archiving/Backup | Build host: reproducible |
Size: 2718872 | Source RPM: storeBackup-3.5.2-lp160.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://storebackup.org/ | |
Summary: A disk-to-disk backup tool for Linux |
storeBackup is a disk-to-disk backup tool. The backuped files can be directly browsed (locally, via NFS, via SAMBA or whatever). This gives the users the possibility to restore files. They only have to copy (and possibly uncompress) the file. The is also a tool for restoring (sub) trees for the administrator. Every single backup of a specific time can be deleted without affecting the other existing backups. Before you can start using storeBackup, please carefully read /usr/share/doc/packages/storeBackup/README.1ST and create an appropriate configuration file /etc/storebackup.d/storebackup.config using /usr/share/doc/packages/storeBackup/storebackup.config.default as a template.
GPL-3.0-or-later
* Sun Feb 25 2024 Andrea Manzini <andrea.manzini@suse.com> - Update to 3.5.2 storeBackup.pl - option --maxHardLinks was not configurable in the configuration file - pipe buffering was changed to new needs since about kernel 5.13 (relevant only if you backup devices) storeBackupRecover.pl - restoring of devices (eg. sda) didn't work because of bug in option checkDevicesDir0 in storeBackup.pl when using more than one directory level like "Devs/Sticks" storeBackupUpdateBackup.pl - added log file entry about number of WARNINGs and ERRORs happend (like at storeBackup.pl) - update to 3.5.1 storeBackup.pl - linkToRecent didn't work when used for the very first time in a series - added option suppressInfo with key readCheckSums - changed the order of execution: write backup -> sync -> write 'finished' -> write linkToRecent - > delete old backups -> start postcommand storeBackupMergeIsolatedBackup.pl - added option --move storeBackupSearch.pl - option 'backupDir' didn't work (normally not needed) lib/fileDir.pl - more detailed error messages when copying of a file does not succeed lib/checkParam2.pl - overwriting settings from config file via commandline didn't work for options with parameters storeBackup.pl, storeBackupUpdateBackup.pl, linkToDirs.pl - added option --maxHardLinks - run spec-cleaner and fixed deprecated %patchN * Thu Jul 08 2021 danilo.spinella@suse.com - Improve config detection for storeBackup-run-all script - Remove storeBackup-3.5.diff * Wed Jul 07 2021 danilo.spinella@suse.com - Migrate from cron to systemd timers (bsc#1115457) * Add a simple script to replace cron-storeBackup * Sat Feb 22 2020 Thomas Wagner <wagner-thomas@gmx.at> - add missing requirement to `which` * Mon Jan 20 2020 Jan Ritzerfeld <suse@bugs.jan.ritzerfeld.org> - add fix-tmp-lock-file-race-condition.patch: fix CVE-2020-7040 (bsc#1156767) * Tue Aug 20 2019 kukuk@suse.de - Package /etc/cron.daily, as this is now part of cron and we don' want to hard require cron. * Wed Feb 06 2019 Jan Engelhardt <jengelh@inai.de> - Remove useless -n of %prep. - Replace old $RPM_* shell vars. - Ensure neutrality of description. * Sun Mar 18 2018 suse@bugs.jan.ritzerfeld.org - fixed location of original README.1ST in README.SUSE and spec file * Sun Mar 18 2018 suse@bugs.jan.ritzerfeld.org - add fix-rpmlint-env-script-interpreter.patch: fix rpmlint perl env-script-interpreter errors * Mon May 29 2017 wagner-thomas@gmx.at - don't process vim's *.swp and *.udf files (in addition to *~) from /etc/storebackup.d/ * Sat Dec 05 2015 wagner-thomas@gmx.at - Added earlier_execute_precommand.patch: Fixed exceptDirs incomatible when mounting with precommand see http://savannah.nongnu.org/bugs/?46605 * Wed Aug 06 2014 wagner-thomas@gmx.at - config file backups in /etc/storebackup.d are now ignored (bnc#855477) * Mon Apr 21 2014 suse@bugs.jan.ritzerfeld.org - Update to 3.5: * Added wildcard support to series names and option - -createNewSeries for replication in storeBackupUpdateBackup.pl * Fixed ownership and permissions of sysmlinks and their targets in linkToDirs.pl * Added option --force to storeBackupIsolatedMode.pl * Added options --suppressTime, --maxFilelen, --noOfOldFiles, - -saveLogs, and --compressWith to storeBackupMount.pl * Added auto-detection for cpIsGnu on Linux in storeBackup.pl * Fixed exit on error message "no permissions to read ..." in storeBackup.pl * Added option stayInFileSystem to storeBackup.pl * Renamed option --noOldFiles to --noOfOldFiles in multiTail.pl * Mon Nov 11 2013 suse@bugs.jan.ritzerfeld.org - Update to 3.4.3: * Fixed occasional copying instead of hard linking identical blocks in blocked files * Added caching of already created directories in backup when using --lateLinks to reduce checking whether directory does already exist on high latency remote line * Renamed multitail.pl to multiTail.pl * Added options --print, --color, and --grep to multiTail.pl * Added option --printDepth to linkToDirs.pl * Added time frame support to --progressReport option of linkToDirs.pl * Fri Sep 27 2013 suse@bugs.jan.ritzerfeld.org - Update to 3.4.2: * Fixed reading output of external programs * Fixed option --debug in storeBackupUpdateBackup.pl * Added time frame support to --progressReport option * Added --createSparseFiles option to storeBackupRecover.pl and linkToDirs.pl to create sparse files when restoring blocked files and copying files, respectively * Sun Sep 08 2013 suse@bugs.jan.ritzerfeld.org - Update to 3.4.1: * Fixed rule functions MARK_DIR and MARK_DIR_REC when using saveRAM option * Added chapter "Internals" to documentation * Mon Aug 19 2013 suse@bugs.jan.ritzerfeld.org - Update to 3.4: * Store "special files" in individual cpio or tar archives on not system compatible file systems like NTFS or sshfs, - -archiveTypes and --specialTypeArchiver on the command line * Exclude defined directories from backup or compression by file system flags * Simple recreation of isolated mode * Some bug fixes * Sun Jun 16 2013 suse@bugs.jan.ritzerfeld.org - Update to 3.3.1: * rewritten storeBackupMount.pl, options have changed * easy compression rule, --checkCompr (-C) on the command line * Sun Mar 10 2013 suse@bugs.jan.ritzerfeld.org - Update to 3.3: * Improved configurability of file compression * Added isolated mode/offline backups * Added Replication of backups * Added linkToDirs.pl * Added storeBackupCheckSource.pl - Added "Recommends: cron" again, otherwise included automated backup script will not work - Linked all storeBackup* tools to /usr/bin - Included _ATTENTION_ and correct.sh in documentation - Included man pages * Mon Oct 01 2012 aj@suse.de - Really package README.SUSE and storebackup.config.default (bnc#780664). * Mon Jan 02 2012 cfarrell@suse.com - license update: GPL-3.0+ No indication of a GPL-3.0 "only" license in the package * Thu Dec 15 2011 coolo@suse.com - fix license to be in spdx.org format * Fri Jan 08 2010 mge@novell.com - Update to 3.2, fixes bnc#512990 - Thanks to Lars for providing the update. * Wed Apr 09 2008 crrodriguez@suse.de - soft 'Recommends' cron, otherwise included automated backup script will not work * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Mon Jan 23 2006 mge@suse.de - applied patches by lenz@grimmer.com (Tue Dec 13 2005): [#132857]: Fixed directory permissions * re-added the config file to the file list with the proper permissions, marked as ghost * use more macros * Tue Sep 06 2005 mge@suse.de - update to 1.19 includes fixes to several smaller issues, and mainly these bugs: [#73908]: Insecure tempfile-names [#73910]: too generous permissions of backup-root - also #100101: Installing storeBackup causes cron job failure emails is fixed * Fri Mar 18 2005 mge@suse.de - this patch is (nearly) 1.19, but not final - fixes #65788 - /etc/storebackup.d/storebackup.config should not be executable - fixes #65422 - storebackup symlink attack * Thu Aug 12 2004 mge@suse.de - update to 1.18.4 * Mon Mar 22 2004 mge@suse.de - update to 1.16.1: storeBackup.pl * better explanations in the configuration file and for command line options * better error messages * option --print did not work for some values * fixed a bug in the module for reading the configuration file with keepWeekday * when printing to a log file and to stdout simultaneously, a possible error message with exit is now also printed to stdout * option verbose now has the same effekt as debug=1 * Mon Mar 01 2004 mge@suse.de - update to 1.16 * Mon Feb 23 2004 hmacht@suse.de - building as non-root * Mon Sep 01 2003 mge@suse.de - update to 1.14 * Thu Aug 07 2003 mge@suse.de - update to 1.13 * Wed Jul 30 2003 mge@suse.de - initial checkin 1.12.2
/etc/storebackup.d /usr/bin/storeBackup /usr/bin/storeBackup.pl /usr/bin/storeBackupCheckBackup.pl /usr/bin/storeBackupCheckSource.pl /usr/bin/storeBackupConvertBackup.pl /usr/bin/storeBackupDel.pl /usr/bin/storeBackupMergeIsolatedBackup.pl /usr/bin/storeBackupMount.pl /usr/bin/storeBackupRecover.pl /usr/bin/storeBackupReplicationWizard.pl /usr/bin/storeBackupSearch.pl /usr/bin/storeBackupSetupIsolatedMode.pl /usr/bin/storeBackupUpdateBackup.pl /usr/bin/storeBackupVersions.pl /usr/bin/storeBackup_du.pl /usr/bin/storeBackupls.pl /usr/lib/storeBackup /usr/lib/storeBackup/bin /usr/lib/storeBackup/bin/linkToDirs.pl /usr/lib/storeBackup/bin/llt /usr/lib/storeBackup/bin/multiTail.pl /usr/lib/storeBackup/bin/storeBackup.pl /usr/lib/storeBackup/bin/storeBackupCheckBackup.pl /usr/lib/storeBackup/bin/storeBackupCheckSource.pl /usr/lib/storeBackup/bin/storeBackupConvertBackup.pl /usr/lib/storeBackup/bin/storeBackupDel.pl /usr/lib/storeBackup/bin/storeBackupMergeIsolatedBackup.pl /usr/lib/storeBackup/bin/storeBackupMount.pl /usr/lib/storeBackup/bin/storeBackupRecover.pl /usr/lib/storeBackup/bin/storeBackupReplicationWizard.pl /usr/lib/storeBackup/bin/storeBackupSearch.pl /usr/lib/storeBackup/bin/storeBackupSetupIsolatedMode.pl /usr/lib/storeBackup/bin/storeBackupUpdateBackup.pl /usr/lib/storeBackup/bin/storeBackupVersions.pl /usr/lib/storeBackup/bin/storeBackup_du.pl /usr/lib/storeBackup/bin/storeBackupls.pl /usr/lib/storeBackup/lib /usr/lib/storeBackup/lib/checkObjPar.pl /usr/lib/storeBackup/lib/checkParam2.pl /usr/lib/storeBackup/lib/dateTools.pl /usr/lib/storeBackup/lib/evalTools.pl /usr/lib/storeBackup/lib/fileDir.pl /usr/lib/storeBackup/lib/forkProc.pl /usr/lib/storeBackup/lib/humanRead.pl /usr/lib/storeBackup/lib/prLog.pl /usr/lib/storeBackup/lib/splitLine.pl /usr/lib/storeBackup/lib/stbuLog.pl /usr/lib/storeBackup/lib/stbuMd5Exec.pl /usr/lib/storeBackup/lib/stbuMd5cp.pl /usr/lib/storeBackup/lib/storeBackupGlob.pl /usr/lib/storeBackup/lib/storeBackupLib.pl /usr/lib/storeBackup/lib/tail.pl /usr/lib/storeBackup/lib/version.pl /usr/lib/storeBackup/storeBackup-run-all /usr/lib/systemd/system/storeBackup.service /usr/lib/systemd/system/storeBackup.timer /usr/sbin/rcstoreBackup /usr/share/doc/packages/storeBackup /usr/share/doc/packages/storeBackup/ChangeLog /usr/share/doc/packages/storeBackup/LICENSE /usr/share/doc/packages/storeBackup/README.1ST /usr/share/doc/packages/storeBackup/README.SUSE /usr/share/doc/packages/storeBackup/_ATTENTION_ /usr/share/doc/packages/storeBackup/checksum.tar /usr/share/doc/packages/storeBackup/correct.sh /usr/share/doc/packages/storeBackup/md5sum.tar /usr/share/doc/packages/storeBackup/storeBackupDE.pdf /usr/share/doc/packages/storeBackup/storeBackupEN.pdf /usr/share/doc/packages/storeBackup/storebackup.config.default /usr/share/man/man1/linkToDirs.pl.1.gz /usr/share/man/man1/llt.1.gz /usr/share/man/man1/multiTail.pl.1.gz /usr/share/man/man1/storeBackup.1.gz /usr/share/man/man1/storeBackup.pl.1.gz /usr/share/man/man1/storeBackupCheckBackup.pl.1.gz /usr/share/man/man1/storeBackupCheckSource.pl.1.gz /usr/share/man/man1/storeBackupConvertBackup.pl.1.gz /usr/share/man/man1/storeBackupDel.pl.1.gz /usr/share/man/man1/storeBackupMergeIsolatedBackup.pl.1.gz /usr/share/man/man1/storeBackupMount.pl.1.gz /usr/share/man/man1/storeBackupRecover.pl.1.gz /usr/share/man/man1/storeBackupSearch.pl.1.gz /usr/share/man/man1/storeBackupSetupIsolatedMode.pl.1.gz /usr/share/man/man1/storeBackupUpdateBackup.pl.1.gz /usr/share/man/man1/storeBackupVersions.pl.1.gz /usr/share/man/man1/storeBackup_du.pl.1.gz /usr/share/man/man1/storeBackupls.pl.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Feb 7 23:57:44 2025