File manager - Edit - /usr/local/jetapps/usr/share/rear/backup/BORG/default/100_get_suffix.sh
Back
# This file is part of Relax-and-Recover, licensed under the GNU General # Public License. Refer to the included COPYING for full text of license. # # 100_get_suffix.sh # Do we have Borg binary? has_binary borg StopIfError "Could not find Borg binary" # Let's find largest suffix in use, and increment it by 1. BORGBACKUP_SUFFIX=0 while IFS= read -r suffix_tmp; do if [ "$suffix_tmp" -gt "$BORGBACKUP_SUFFIX" ]; then BORGBACKUP_SUFFIX=$suffix_tmp fi done < <( grep "^${BORGBACKUP_ARCHIVE_PREFIX}_" "$BORGBACKUP_ARCHIVE_CACHE" \ | awk '{print $1}' \ | cut -d "_" -f 2 ) BORGBACKUP_SUFFIX=$(( BORGBACKUP_SUFFIX + 1 ))
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings