Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
storeBackup
storeBackup-run-all
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File storeBackup-run-all of Package storeBackup
#! /bin/sh -e # run storeBackup on all files in /etc/storebackup.d/ sequentially PATH=/bin:/sbin:/usr/bin:/usr/sbin error=0 configs=$(find /etc/storebackup.d/ -type f \( ! -iname "*~" ! -iname "*.swp" ! -iname "*.udf" \)) for file in $configs do if ! nice storeBackup -f "$file" then echo Error running backup for \"$file\" error=1 fi done exit $error
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor