/usr/local/jetapps/usr/share/rear/backup/NETFS/default
# 210_check_rsync_relative_option.sh # See issue #871 for details # check for the --relative option in BACKUP_RSYNC_OPTIONS array # for the default values see the standard definition in conf/default.conf file if ! grep -q relative <<< "${BACKUP_RSYNC_OPTIONS[*]}" ; then BACKUP_RSYNC_OPTIONS+=( --relative ) Log "Added option '--relative' to the BACKUP_RSYNC_OPTIONS array during $WORKFLOW workflow" fi
.
Edit
..
Edit
100_mount_NETFS_path.sh
Edit
150_save_copy_of_prefix_dir.sh
Edit
200_make_prefix_dir.sh
Edit
210_check_rsync_relative_option.sh
Edit
250_create_lock.sh
Edit
400_create_include_exclude_files.sh
Edit
500_make_backup.sh
Edit
970_remove_lock.sh
Edit
980_umount_NETFS_dir.sh
Edit