#1053 PR merged
: Renumbering (NM becomes NM0) to get more free number space¶
Labels: cleanup
, fixed / solved / done
jsmeix opened issue at 2016-10-27 10:48:¶
Get more free number space in particular for user scripts, cf.
https://github.com/rear/rear/pull/1051#issuecomment-256581232
Renumbered by ading a trailing 0 so that 12 becomes 120
except 00 which becomes 005 and adapted symlinks
to point again to the right re-numbered scripts.
Cf.
https://github.com/rear/rear/pull/1051
jsmeix commented at 2016-10-27 10:51:¶
Do not yet merge it.
I need to test it and I like to adapt all texts where
the old script names are used to the new numbering:
"NM_foo_bar.sh" -> "NM0_foo_bar.sh"
"00_blah.sh" -> "005_blah.sh"
jsmeix commented at 2016-10-27 14:22:¶
Now the sequence of scripts is even more messed up compared to https://github.com/rear/rear/pull/1051#issuecomment-256338122
Since there are now three digits used (instead of two)
I also need to fix the way how the sequence of scripts
is generated...
Incredible how fragile all that is...
Impressive that it works at all ...
jsmeix commented at 2016-10-27 15:29:¶
I verified that the sequence of scripts is the same
before and after renumbering for "rear mkbackup -s"
and "rear recover -s" with BACKUP=NETFS.
I tested "rear mkbackup" and "rear recover"
with BACKUP=NETFS on my SLES12-SP2 system
and it still works for me.
Because I changed all scripts (all got at least a new number)
I will merge it now to avoid conflicts with further work.
schlomo commented at 2016-10-27 17:38:¶
Brilliant idea, thanks a lot!
Am 27.10.2016 12:48 nachm. schrieb "Johannes Meixner" <
notifications@github.com>:
Get more free number space in particular for user scripts, cf.
#1051 (comment)
https://github.com/rear/rear/pull/1051#issuecomment-256581232Renumbered by ading a trailing 0 so that 12 becomes 120
except 00 which becomes 005 and adapted symlinks
to point again to the right re-numbered scripts.Cf. #1051 https://github.com/rear/rear/pull/1051¶
You can view, comment on, or merge this pull request online at:
https://github.com/rear/rear/pull/1053
Commit Summary
- renumbered by ading a trailing 0 so that 12 becomes 120 except 00
which becomes 005 and adapted symlinks to point again to the right
re-numbered scriptsFile Changes
- R usr/share/rear/backup/BORG/default/100_get_suffix.sh
https://github.com/rear/rear/pull/1053/files#diff-0 (0)- A usr/share/rear/backup/BORG/default/400_create_include_
exclude_files.sh https://github.com/rear/rear/pull/1053/files#diff-1
(1)- D usr/share/rear/backup/BORG/default/40_create_include_
exclude_files.sh https://github.com/rear/rear/pull/1053/files#diff-2
(1)- R usr/share/rear/backup/BORG/default/500_make_backup.sh
https://github.com/rear/rear/pull/1053/files#diff-3 (0)- R usr/share/rear/backup/BORG/default/800_prune_old_backups.sh
https://github.com/rear/rear/pull/1053/files#diff-4 (0)- R usr/share/rear/backup/DUPLICITY/default/500_make_
duplicity_backup.sh
https://github.com/rear/rear/pull/1053/files#diff-5 (0)- R usr/share/rear/backup/EXTERNAL/default/500_make_
backup_with_external.sh
https://github.com/rear/rear/pull/1053/files#diff-6 (0)- A usr/share/rear/backup/NETFS/GNU/Linux/310_stop_selinux.sh
https://github.com/rear/rear/pull/1053/files#diff-7 (1)- D usr/share/rear/backup/NETFS/GNU/Linux/31_stop_selinux.sh
https://github.com/rear/rear/pull/1053/files#diff-8 (1)- R usr/share/rear/backup/NETFS/GNU/Linux/600_start_selinux.sh
https://github.com/rear/rear/pull/1053/files#diff-9 (0)- A usr/share/rear/backup/NETFS/GNU/Linux/620_force_autorelabel.sh
https://github.com/rear/rear/pull/1053/files#diff-10 (1)- D usr/share/rear/backup/NETFS/GNU/Linux/62_force_autorelabel.sh
https://github.com/rear/rear/pull/1053/files#diff-11 (1)- R usr/share/rear/backup/NETFS/default/100_mount_NETFS_path.sh
https://github.com/rear/rear/pull/1053/files#diff-12 (0)- R usr/share/rear/backup/NETFS/default/150_save_copy_of_
prefix_dir.sh https://github.com/rear/rear/pull/1053/files#diff-13
(0)- R usr/share/rear/backup/NETFS/default/200_make_prefix_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-14 (0)- R usr/share/rear/backup/NETFS/default/250_create_lock.sh
https://github.com/rear/rear/pull/1053/files#diff-15 (0)- R usr/share/rear/backup/NETFS/default/400_create_include_
exclude_files.sh https://github.com/rear/rear/pull/1053/files#diff-16
(0)- R usr/share/rear/backup/NETFS/default/500_make_backup.sh
https://github.com/rear/rear/pull/1053/files#diff-17 (0)- R usr/share/rear/backup/NETFS/default/970_remove_lock.sh
https://github.com/rear/rear/pull/1053/files#diff-18 (0)- R usr/share/rear/backup/NETFS/default/980_umount_NETFS_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-19 (0)- R usr/share/rear/backup/OBDR/default/510_rewind_tape_drive.sh
https://github.com/rear/rear/pull/1053/files#diff-20 (0)- R usr/share/rear/backup/RSYNC/GNU/Linux/310_stop_selinux.sh
https://github.com/rear/rear/pull/1053/files#diff-21 (0)- R usr/share/rear/backup/RSYNC/GNU/Linux/610_start_selinux.sh
https://github.com/rear/rear/pull/1053/files#diff-22 (0)- R usr/share/rear/backup/RSYNC/GNU/Linux/620_force_autorelabel.sh
https://github.com/rear/rear/pull/1053/files#diff-23 (0)- R usr/share/rear/backup/RSYNC/default/200_check_rsync_
relative_option.sh
https://github.com/rear/rear/pull/1053/files#diff-24 (0)- A usr/share/rear/backup/RSYNC/default/400_create_include_
exclude_files.sh https://github.com/rear/rear/pull/1053/files#diff-25
(1)- D usr/share/rear/backup/RSYNC/default/40_create_include_
exclude_files.sh https://github.com/rear/rear/pull/1053/files#diff-26
(1)- R usr/share/rear/backup/RSYNC/default/450_calculate_req_space.sh
https://github.com/rear/rear/pull/1053/files#diff-27 (0)- R usr/share/rear/backup/RSYNC/default/500_make_rsync_backup.sh
https://github.com/rear/rear/pull/1053/files#diff-28 (0)- R usr/share/rear/backup/RSYNC/default/700_copy_backup_log.sh
https://github.com/rear/rear/pull/1053/files#diff-29 (0)- R usr/share/rear/backup/default/005_valid_backup_methods.sh
https://github.com/rear/rear/pull/1053/files#diff-30 (0)- R usr/share/rear/backup/default/010_pre_backup_script.sh
https://github.com/rear/rear/pull/1053/files#diff-31 (0)- R usr/share/rear/backup/default/990_post_backup_script.sh
https://github.com/rear/rear/pull/1053/files#diff-32 (0)- R usr/share/rear/build/DUPLICITY/default/600_create_
python_symlink.sh
https://github.com/rear/rear/pull/1053/files#diff-33 (0)- R usr/share/rear/build/Debian/610_jessie_link_systemd_lib.sh
https://github.com/rear/rear/pull/1053/files#diff-34 (0)- R usr/share/rear/build/Debian/i386/600_fix_debian_stuff.sh
https://github.com/rear/rear/pull/1053/files#diff-35 (0)- R usr/share/rear/build/GNU/Linux/005_create_symlinks.sh
https://github.com/rear/rear/pull/1053/files#diff-36 (0)- R usr/share/rear/build/GNU/Linux/090_create_lib_
directories_and_symlinks.sh
https://github.com/rear/rear/pull/1053/files#diff-37 (0)- R usr/share/rear/build/GNU/Linux/100_copy_as_is.sh
https://github.com/rear/rear/pull/1053/files#diff-38 (0)- R usr/share/rear/build/GNU/Linux/110_touch_empty_files.sh
https://github.com/rear/rear/pull/1053/files#diff-39 (0)- R usr/share/rear/build/GNU/Linux/130_create_dotfiles.sh
https://github.com/rear/rear/pull/1053/files#diff-40 (0)- R usr/share/rear/build/GNU/Linux/150_adjust_permissions.sh
https://github.com/rear/rear/pull/1053/files#diff-41 (0)- R usr/share/rear/build/GNU/Linux/390_copy_binaries_libraries.sh
https://github.com/rear/rear/pull/1053/files#diff-42 (0)- R usr/share/rear/build/GNU/Linux/400_copy_modules.sh
https://github.com/rear/rear/pull/1053/files#diff-43 (0)- R usr/share/rear/build/GNU/Linux/450_symlink_mingetty.sh
https://github.com/rear/rear/pull/1053/files#diff-44 (0)- R usr/share/rear/build/GNU/Linux/600_verify_and_adjust_udev.sh
https://github.com/rear/rear/pull/1053/files#diff-45 (0)- R usr/share/rear/build/GNU/Linux/610_verify_and_adjust_
udev_systemd.sh https://github.com/rear/rear/pull/1053/files#diff-46
(0)- R usr/share/rear/build/GNU/Linux/620_verify_os_release_file.sh
https://github.com/rear/rear/pull/1053/files#diff-47 (0)- R usr/share/rear/build/GNU/Linux/630_simplify_systemd_
reboot_halt_poweroff_shutdown.sh
https://github.com/rear/rear/pull/1053/files#diff-48 (0)- R usr/share/rear/build/NSR/default/550_add_nsr_libs_to_ldsoconf.sh
https://github.com/rear/rear/pull/1053/files#diff-49 (0)- R usr/share/rear/build/SUSE_LINUX/610_link_systemd_lib.sh
https://github.com/rear/rear/pull/1053/files#diff-50 (0)- R usr/share/rear/build/USB/default/800_enforce_usb_output.sh
https://github.com/rear/rear/pull/1053/files#diff-51 (0)- R usr/share/rear/build/default/500_patch_sshd_config.sh
https://github.com/rear/rear/pull/1053/files#diff-52 (0)- R usr/share/rear/build/default/960_remove_encryption_keys.sh
https://github.com/rear/rear/pull/1053/files#diff-53 (0)- R usr/share/rear/build/default/970_add_rear_release.sh
https://github.com/rear/rear/pull/1053/files#diff-54 (0)- R usr/share/rear/build/default/980_verify_rootfs.sh
https://github.com/rear/rear/pull/1053/files#diff-55 (0)- R usr/share/rear/build/default/990_update_os_conf.sh
https://github.com/rear/rear/pull/1053/files#diff-56 (0)- R usr/share/rear/finalize/Debian/i386/170_rebuild_initramfs.sh
https://github.com/rear/rear/pull/1053/files#diff-57 (0)- R usr/share/rear/finalize/Fedora/i386/170_rebuild_initramfs.sh
https://github.com/rear/rear/pull/1053/files#diff-58 (0)- R usr/share/rear/finalize/GNU/Linux/150_migrate_disk_
devices_layout.sh
https://github.com/rear/rear/pull/1053/files#diff-59 (0)- R usr/share/rear/finalize/GNU/Linux/150_migrate_lun_wwid.sh
https://github.com/rear/rear/pull/1053/files#diff-60 (0)- R usr/share/rear/finalize/GNU/Linux/150_migrate_uuid_tags.sh
https://github.com/rear/rear/pull/1053/files#diff-61 (0)- R usr/share/rear/finalize/GNU/Linux/160_rename_diskbyid.sh
https://github.com/rear/rear/pull/1053/files#diff-62 (0)- R usr/share/rear/finalize/GNU/Linux/300_create_mac_mapping.sh
https://github.com/rear/rear/pull/1053/files#diff-63 (0)- R usr/share/rear/finalize/GNU/Linux/410_migrate_udev_rules.sh
https://github.com/rear/rear/pull/1053/files#diff-64 (0)- R usr/share/rear/finalize/GNU/Linux/420_migrate_network_
configuration_files.sh
https://github.com/rear/rear/pull/1053/files#diff-65 (0)- R usr/share/rear/finalize/Linux-i386/210_install_grub.sh
https://github.com/rear/rear/pull/1053/files#diff-66 (0)- R usr/share/rear/finalize/Linux-i386/220_install_elilo.sh
https://github.com/rear/rear/pull/1053/files#diff-67 (0)- R usr/share/rear/finalize/Linux-i386/220_install_grub2.sh
https://github.com/rear/rear/pull/1053/files#diff-68 (0)- R usr/share/rear/finalize/Linux-i386/230_run_efibootmgr.sh
https://github.com/rear/rear/pull/1053/files#diff-69 (0)- R usr/share/rear/finalize/Linux-ia64/200_install_elilo.sh
https://github.com/rear/rear/pull/1053/files#diff-70 (0)- R usr/share/rear/finalize/Linux-ppc64/200_install_yaboot.sh
https://github.com/rear/rear/pull/1053/files#diff-71 (0)- R usr/share/rear/finalize/Linux-ppc64/220_install_grub2.sh
https://github.com/rear/rear/pull/1053/files#diff-72 (0)- R usr/share/rear/finalize/Linux-ppc64le/220_install_grub2.sh
https://github.com/rear/rear/pull/1053/files#diff-73 (0)- R usr/share/rear/finalize/NBU/default/990_copy_bplogrestorelog.sh
https://github.com/rear/rear/pull/1053/files#diff-74 (0)- R usr/share/rear/finalize/SUSE_LINUX/i386/170_rebuild_initramfs.sh
https://github.com/rear/rear/pull/1053/files#diff-75 (0)- R usr/share/rear/finalize/SUSE_LINUX/ppc64/200_install_yaboot.sh
https://github.com/rear/rear/pull/1053/files#diff-76 (0)- R usr/share/rear/finalize/SUSE_LINUX/ppc64/500_rebuild_initramfs.sh
https://github.com/rear/rear/pull/1053/files#diff-77 (0)- R usr/share/rear/finalize/default/010_prepare_checks.sh
https://github.com/rear/rear/pull/1053/files#diff-78 (0)- R usr/share/rear/finalize/default/100_populate_dev.sh
https://github.com/rear/rear/pull/1053/files#diff-79 (0)- R usr/share/rear/finalize/default/880_check_for_mount_by_id.sh
https://github.com/rear/rear/pull/1053/files#diff-80 (0)- R usr/share/rear/finalize/default/890_finish_checks.sh
https://github.com/rear/rear/pull/1053/files#diff-81 (0)- R usr/share/rear/finalize/default/900_remount_sync.sh
https://github.com/rear/rear/pull/1053/files#diff-82 (0)- A usr/share/rear/format/OBDR/BACULA/default/030_bextract_
tape_device.sh https://github.com/rear/rear/pull/1053/files#diff-83
(1)- D usr/share/rear/format/OBDR/BACULA/default/03_bextract_
tape_device.sh https://github.com/rear/rear/pull/1053/files#diff-84
(1)- A usr/share/rear/format/OBDR/default/020_translate_url.sh
https://github.com/rear/rear/pull/1053/files#diff-85 (1)- D usr/share/rear/format/OBDR/default/02_translate_url.sh
https://github.com/rear/rear/pull/1053/files#diff-86 (1)- A usr/share/rear/format/OBDR/default/040_translate_tape.sh
https://github.com/rear/rear/pull/1053/files#diff-87 (1)- D usr/share/rear/format/OBDR/default/04_translate_tape.sh
https://github.com/rear/rear/pull/1053/files#diff-88 (1)- A usr/share/rear/format/OBDR/default/050_change_tape_name.sh
https://github.com/rear/rear/pull/1053/files#diff-89 (1)- D usr/share/rear/format/OBDR/default/05_change_tape_name.sh
https://github.com/rear/rear/pull/1053/files#diff-90 (1)- A usr/share/rear/format/OBDR/default/700_write_OBDR_header.sh
https://github.com/rear/rear/pull/1053/files#diff-91 (1)- D usr/share/rear/format/OBDR/default/70_write_OBDR_header.sh
https://github.com/rear/rear/pull/1053/files#diff-92 (1)- R usr/share/rear/format/USB/default/200_check_usb_layout.sh
https://github.com/rear/rear/pull/1053/files#diff-93 (0)- R usr/share/rear/format/USB/default/300_format_usb_disk.sh
https://github.com/rear/rear/pull/1053/files#diff-94 (0)- R usr/share/rear/format/USB/default/350_label_usb_disk.sh
https://github.com/rear/rear/pull/1053/files#diff-95 (0)- R usr/share/rear/init/default/010_set_drlm_env.sh
https://github.com/rear/rear/pull/1053/files#diff-96 (0)- R usr/share/rear/init/default/030_update_recovery_system.sh
https://github.com/rear/rear/pull/1053/files#diff-97 (0)- R usr/share/rear/init/default/050_check_rear-recover_mode.sh
https://github.com/rear/rear/pull/1053/files#diff-98 (0)- R usr/share/rear/layout/compare/default/500_compare_layout.sh
https://github.com/rear/rear/pull/1053/files#diff-99 (0)- R usr/share/rear/layout/compare/default/510_compare_files.sh
https://github.com/rear/rear/pull/1053/files#diff-100 (0)- R usr/share/rear/layout/precompare/default/110_check_layout_file.sh
https://github.com/rear/rear/pull/1053/files#diff-101 (0)- R usr/share/rear/layout/prepare/GNU/Linux/100_include_
partition_code.sh
https://github.com/rear/rear/pull/1053/files#diff-102 (0)- R usr/share/rear/layout/prepare/GNU/Linux/110_include_lvm_code.sh
https://github.com/rear/rear/pull/1053/files#diff-103 (0)- R usr/share/rear/layout/prepare/GNU/Linux/120_include_raid_code.sh
https://github.com/rear/rear/pull/1053/files#diff-104 (0)- R usr/share/rear/layout/prepare/GNU/Linux/130_include_
filesystem_code.sh
https://github.com/rear/rear/pull/1053/files#diff-105 (0)- R usr/share/rear/layout/prepare/GNU/Linux/130_include_mount_
filesystem_code.sh
https://github.com/rear/rear/pull/1053/files#diff-106 (0)- R usr/share/rear/layout/prepare/GNU/Linux/130_include_mount_
subvolumes_code.sh
https://github.com/rear/rear/pull/1053/files#diff-107 (0)- R usr/share/rear/layout/prepare/GNU/Linux/140_include_swap_code.sh
https://github.com/rear/rear/pull/1053/files#diff-108 (0)- R usr/share/rear/layout/prepare/GNU/Linux/150_include_drbd_code.sh
https://github.com/rear/rear/pull/1053/files#diff-109 (0)- R usr/share/rear/layout/prepare/GNU/Linux/160_include_luks_code.sh
https://github.com/rear/rear/pull/1053/files#diff-110 (0)- R usr/share/rear/layout/prepare/GNU/Linux/170_include_hpraid_
code.sh https://github.com/rear/rear/pull/1053/files#diff-111 (0)- R usr/share/rear/layout/prepare/GNU/Linux/210_load_multipath.sh
https://github.com/rear/rear/pull/1053/files#diff-112 (0)- R usr/share/rear/layout/prepare/default/010_prepare_files.sh
https://github.com/rear/rear/pull/1053/files#diff-113 (0)- R usr/share/rear/layout/prepare/default/200_recreate_hpraid.sh
https://github.com/rear/rear/pull/1053/files#diff-114 (0)- R usr/share/rear/layout/prepare/default/250_compare_disks.sh
https://github.com/rear/rear/pull/1053/files#diff-115 (0)- R usr/share/rear/layout/prepare/default/300_map_disks.sh
https://github.com/rear/rear/pull/1053/files#diff-116 (0)- A usr/share/rear/layout/prepare/default/310_remove_exclusions.sh
https://github.com/rear/rear/pull/1053/files#diff-117 (1)- D usr/share/rear/layout/prepare/default/31_remove_exclusions.sh
https://github.com/rear/rear/pull/1053/files#diff-118 (1)- R usr/share/rear/layout/prepare/default/320_apply_mappings.sh
https://github.com/rear/rear/pull/1053/files#diff-119 (0)- R usr/share/rear/layout/prepare/default/400_autoresize_disks.sh
https://github.com/rear/rear/pull/1053/files#diff-120 (0)- R usr/share/rear/layout/prepare/default/500_confirm_layout.sh
https://github.com/rear/rear/pull/1053/files#diff-121 (0)- R usr/share/rear/layout/prepare/default/510_list_dependencies.sh
https://github.com/rear/rear/pull/1053/files#diff-122 (0)- R usr/share/rear/layout/prepare/default/520_exclude_components.sh
https://github.com/rear/rear/pull/1053/files#diff-123 (0)- R usr/share/rear/layout/prepare/default/540_generate_device_code.sh
https://github.com/rear/rear/pull/1053/files#diff-124 (0)- R usr/share/rear/layout/prepare/default/550_finalize_script.sh
https://github.com/rear/rear/pull/1053/files#diff-125 (0)- R usr/share/rear/layout/prepare/default/600_show_unprocessed.sh
https://github.com/rear/rear/pull/1053/files#diff-126 (0)- R usr/share/rear/layout/prepare/default/610_exclude_from_restore.sh
https://github.com/rear/rear/pull/1053/files#diff-127 (0)- R usr/share/rear/layout/recreate/default/100_ask_confirmation.sh
https://github.com/rear/rear/pull/1053/files#diff-128 (0)- R usr/share/rear/layout/recreate/default/200_run_script.sh
https://github.com/rear/rear/pull/1053/files#diff-129 (0)- R usr/share/rear/layout/recreate/default/250_verify_mount.sh
https://github.com/rear/rear/pull/1053/files#diff-130 (0)- R usr/share/rear/layout/save/GNU/Linux/100_create_layout_file.sh
https://github.com/rear/rear/pull/1053/files#diff-131 (0)- R usr/share/rear/layout/save/GNU/Linux/150_save_diskbyid_
mappings.sh https://github.com/rear/rear/pull/1053/files#diff-132
(0)- R usr/share/rear/layout/save/GNU/Linux/200_partition_layout.sh
https://github.com/rear/rear/pull/1053/files#diff-133 (0)- R usr/share/rear/layout/save/GNU/Linux/210_raid_layout.sh
https://github.com/rear/rear/pull/1053/files#diff-134 (0)- R usr/share/rear/layout/save/GNU/Linux/220_lvm_layout.sh
https://github.com/rear/rear/pull/1053/files#diff-135 (0)- R usr/share/rear/layout/save/GNU/Linux/230_filesystem_layout.sh
https://github.com/rear/rear/pull/1053/files#diff-136 (0)- R usr/share/rear/layout/save/GNU/Linux/240_swaps_layout.sh
https://github.com/rear/rear/pull/1053/files#diff-137 (0)- R usr/share/rear/layout/save/GNU/Linux/250_drbd_layout.sh
https://github.com/rear/rear/pull/1053/files#diff-138 (0)- R usr/share/rear/layout/save/GNU/Linux/260_crypt_layout.sh
https://github.com/rear/rear/pull/1053/files#diff-139 (0)- R usr/share/rear/layout/save/GNU/Linux/270_hpraid_layout.sh
https://github.com/rear/rear/pull/1053/files#diff-140 (0)- R usr/share/rear/layout/save/GNU/Linux/280_multipath_layout.sh
https://github.com/rear/rear/pull/1053/files#diff-141 (0)- R usr/share/rear/layout/save/GNU/Linux/340_false_blacklisted.sh
https://github.com/rear/rear/pull/1053/files#diff-142 (0)- R usr/share/rear/layout/save/GNU/Linux/350_copy_drbdtab.sh
https://github.com/rear/rear/pull/1053/files#diff-143 (0)- R usr/share/rear/layout/save/GNU/Linux/500_extract_vgcfg.sh
https://github.com/rear/rear/pull/1053/files#diff-144 (0)- R usr/share/rear/layout/save/GNU/Linux/510_current_disk_usage.sh
https://github.com/rear/rear/pull/1053/files#diff-145 (0)- R usr/share/rear/layout/save/NSR/default/650_check_iso_
recoverable.sh https://github.com/rear/rear/pull/1053/files#diff-146
(0)- A usr/share/rear/layout/save/default/300_list_dependencies.sh
https://github.com/rear/rear/pull/1053/files#diff-147 (1)- D usr/share/rear/layout/save/default/30_list_dependencies.sh
https://github.com/rear/rear/pull/1053/files#diff-148 (1)- R usr/share/rear/layout/save/default/310_autoexclude_usb.sh
https://github.com/rear/rear/pull/1053/files#diff-149 (0)- R usr/share/rear/layout/save/default/310_include_exclude.sh
https://github.com/rear/rear/pull/1053/files#diff-150 (0)- R usr/share/rear/layout/save/default/320_autoexclude.sh
https://github.com/rear/rear/pull/1053/files#diff-151 (0)- R usr/share/rear/layout/save/default/330_remove_exclusions.sh
https://github.com/rear/rear/pull/1053/files#diff-152 (0)- R usr/share/rear/layout/save/default/340_generate_
mountpoint_device.sh
https://github.com/rear/rear/pull/1053/files#diff-153 (0)- R usr/share/rear/layout/save/default/400_check_backup_
special_files.sh
https://github.com/rear/rear/pull/1053/files#diff-154 (0)- R usr/share/rear/layout/save/default/450_check_bootloader_files.sh
https://github.com/rear/rear/pull/1053/files#diff-155 (0)- R usr/share/rear/layout/save/default/450_check_network_files.sh
https://github.com/rear/rear/pull/1053/files#diff-156 (0)- R usr/share/rear/layout/save/default/600_snapshot_files.sh
https://github.com/rear/rear/pull/1053/files#diff-157 (0)- R usr/share/rear/output/DP/default/950_dp_save_result_files.sh
https://github.com/rear/rear/pull/1053/files#diff-158 (0)- R usr/share/rear/output/ISO/Linux-i386/250_populate_efibootimg.sh
https://github.com/rear/rear/pull/1053/files#diff-159 (0)- R usr/share/rear/output/ISO/Linux-i386/300_create_isolinux.sh
https://github.com/rear/rear/pull/1053/files#diff-160 (0)- R usr/share/rear/output/ISO/Linux-i386/700_create_efibootimg.sh
https://github.com/rear/rear/pull/1053/files#diff-161 (0)- R usr/share/rear/output/ISO/Linux-i386/800_create_isofs.sh
https://github.com/rear/rear/pull/1053/files#diff-162 (0)- R usr/share/rear/output/ISO/Linux-i386/810_prepare_multiple_iso.sh
https://github.com/rear/rear/pull/1053/files#diff-163 (0)- R usr/share/rear/output/ISO/Linux-i386/820_create_iso_image.sh
https://github.com/rear/rear/pull/1053/files#diff-164 (0)- R usr/share/rear/output/ISO/Linux-i386/850_check_for_errors.sh
https://github.com/rear/rear/pull/1053/files#diff-165 (0)- R usr/share/rear/output/ISO/Linux-ia64/200_mount_bootimg.sh
https://github.com/rear/rear/pull/1053/files#diff-166 (0)- R usr/share/rear/output/ISO/Linux-ia64/300_create_bootimg.sh
https://github.com/rear/rear/pull/1053/files#diff-167 (0)- R usr/share/rear/output/ISO/Linux-ia64/400_create_local_efi_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-168 (0)- R usr/share/rear/output/ISO/Linux-ia64/700_umount_bootimg.sh
https://github.com/rear/rear/pull/1053/files#diff-169 (0)- R usr/share/rear/output/ISO/Linux-ia64/800_create_isofs.sh
https://github.com/rear/rear/pull/1053/files#diff-170 (0)- R usr/share/rear/output/ISO/Linux-ppc64/300_create_yaboot.sh
https://github.com/rear/rear/pull/1053/files#diff-171 (0)- R usr/share/rear/output/ISO/Linux-ppc64/310_create_grub2.sh
https://github.com/rear/rear/pull/1053/files#diff-172 (0)- R usr/share/rear/output/ISO/Linux-ppc64/800_create_isofs.sh
https://github.com/rear/rear/pull/1053/files#diff-173 (0)- R usr/share/rear/output/ISO/Linux-ppc64le/300_create_grub2.sh
https://github.com/rear/rear/pull/1053/files#diff-174 (0)- R usr/share/rear/output/ISO/Linux-ppc64le/800_create_isofs.sh
https://github.com/rear/rear/pull/1053/files#diff-175 (0)- R usr/share/rear/output/NSR/default/950_nsr_save_result_files.sh
https://github.com/rear/rear/pull/1053/files#diff-176 (0)- A usr/share/rear/output/OBDR/Linux-i386/300_create_isolinux.sh
https://github.com/rear/rear/pull/1053/files#diff-177 (1)- D usr/share/rear/output/OBDR/Linux-i386/30_create_isolinux.sh
https://github.com/rear/rear/pull/1053/files#diff-178 (1)- A usr/share/rear/output/OBDR/Linux-i386/800_create_isofs.sh
https://github.com/rear/rear/pull/1053/files#diff-179 (1)- D usr/share/rear/output/OBDR/Linux-i386/80_create_isofs.sh
https://github.com/rear/rear/pull/1053/files#diff-180 (1)- A usr/share/rear/output/OBDR/Linux-ia64/200_mount_bootimg.sh
https://github.com/rear/rear/pull/1053/files#diff-181 (1)- D usr/share/rear/output/OBDR/Linux-ia64/20_mount_bootimg.sh
https://github.com/rear/rear/pull/1053/files#diff-182 (1)- A usr/share/rear/output/OBDR/Linux-ia64/300_create_bootimg.sh
https://github.com/rear/rear/pull/1053/files#diff-183 (1)- D usr/share/rear/output/OBDR/Linux-ia64/30_create_bootimg.sh
https://github.com/rear/rear/pull/1053/files#diff-184 (1)- A usr/share/rear/output/OBDR/Linux-ia64/400_create_local_efi_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-185 (1)- D usr/share/rear/output/OBDR/Linux-ia64/40_create_local_efi_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-186 (1)- A usr/share/rear/output/OBDR/Linux-ia64/700_umount_bootimg.sh
https://github.com/rear/rear/pull/1053/files#diff-187 (1)- D usr/share/rear/output/OBDR/Linux-ia64/70_umount_bootimg.sh
https://github.com/rear/rear/pull/1053/files#diff-188 (1)- A usr/share/rear/output/OBDR/Linux-ia64/800_create_isofs.sh
https://github.com/rear/rear/pull/1053/files#diff-189 (1)- D usr/share/rear/output/OBDR/Linux-ia64/80_create_isofs.sh
https://github.com/rear/rear/pull/1053/files#diff-190 (1)- A usr/share/rear/output/OBDR/Linux-ppc64/300_create_yaboot.sh
https://github.com/rear/rear/pull/1053/files#diff-191 (1)- D usr/share/rear/output/OBDR/Linux-ppc64/30_create_yaboot.sh
https://github.com/rear/rear/pull/1053/files#diff-192 (1)- A usr/share/rear/output/OBDR/Linux-ppc64/800_create_isofs.sh
https://github.com/rear/rear/pull/1053/files#diff-193 (1)- D usr/share/rear/output/OBDR/Linux-ppc64/80_create_isofs.sh
https://github.com/rear/rear/pull/1053/files#diff-194 (1)- R usr/share/rear/output/OBDR/default/500_set_obdr_blocksize.sh
https://github.com/rear/rear/pull/1053/files#diff-195 (0)- R usr/share/rear/output/OBDR/default/810_write_image.sh
https://github.com/rear/rear/pull/1053/files#diff-196 (0)- R usr/share/rear/output/PXE/default/800_copy_to_tftp.sh
https://github.com/rear/rear/pull/1053/files#diff-197 (0)- R usr/share/rear/output/PXE/default/810_create_pxelinux_cfg.sh
https://github.com/rear/rear/pull/1053/files#diff-198 (0)- R usr/share/rear/output/PXE/default/820_copy_to_net.sh
https://github.com/rear/rear/pull/1053/files#diff-199 (0)- R usr/share/rear/output/RAMDISK/Linux-i386/900_copy_ramdisk.sh
https://github.com/rear/rear/pull/1053/files#diff-200 (0)- R usr/share/rear/output/RSYNC/default/200_make_prefix_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-201 (0)- R usr/share/rear/output/RSYNC/default/900_copy_result_files.sh
https://github.com/rear/rear/pull/1053/files#diff-202 (0)- R usr/share/rear/output/TSM/default/950_dsmc_save_result_files.sh
https://github.com/rear/rear/pull/1053/files#diff-203 (0)- R usr/share/rear/output/TSM/default/960_dsmc_verify_isofile.sh
https://github.com/rear/rear/pull/1053/files#diff-204 (0)- R usr/share/rear/output/USB/Linux-i386/100_create_efiboot.sh
https://github.com/rear/rear/pull/1053/files#diff-205 (0)- R usr/share/rear/output/USB/Linux-i386/300_create_extlinux.sh
https://github.com/rear/rear/pull/1053/files#diff-206 (0)- R usr/share/rear/output/USB/Linux-i386/830_copy_kernel_initrd.sh
https://github.com/rear/rear/pull/1053/files#diff-207 (0)- R usr/share/rear/output/USB/Linux-i386/850_make_USB_bootable.sh
https://github.com/rear/rear/pull/1053/files#diff-208 (0)- R usr/share/rear/output/default/010_set_umask.sh
https://github.com/rear/rear/pull/1053/files#diff-209 (0)- R usr/share/rear/output/default/100_mount_output_path.sh
https://github.com/rear/rear/pull/1053/files#diff-210 (0)- R usr/share/rear/output/default/150_save_copy_of_prefix_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-211 (0)- R usr/share/rear/output/default/200_make_boot_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-212 (0)- R usr/share/rear/output/default/200_make_prefix_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-213 (0)- R usr/share/rear/output/default/250_create_lock.sh
https://github.com/rear/rear/pull/1053/files#diff-214 (0)- R usr/share/rear/output/default/940_grub2_rescue.sh
https://github.com/rear/rear/pull/1053/files#diff-215 (0)- R usr/share/rear/output/default/940_grub_rescue.sh
https://github.com/rear/rear/pull/1053/files#diff-216 (0)- R usr/share/rear/output/default/950_copy_result_files.sh
https://github.com/rear/rear/pull/1053/files#diff-217 (0)- R usr/share/rear/output/default/950_email_result_files.sh
https://github.com/rear/rear/pull/1053/files#diff-218 (0)- R usr/share/rear/output/default/970_remove_lock.sh
https://github.com/rear/rear/pull/1053/files#diff-219 (0)- R usr/share/rear/output/default/980_umount_output_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-220 (0)- R usr/share/rear/pack/Debian/ia64/300_copy_kernel.sh
https://github.com/rear/rear/pull/1053/files#diff-221 (0)- R usr/share/rear/pack/Fedora/ia64/300_copy_kernel.sh
https://github.com/rear/rear/pull/1053/files#diff-222 (0)- R usr/share/rear/pack/GNU/Linux/900_create_initramfs.sh
https://github.com/rear/rear/pull/1053/files#diff-223 (0)- R usr/share/rear/pack/Linux-i386/300_copy_kernel.sh
https://github.com/rear/rear/pull/1053/files#diff-224 (0)- R usr/share/rear/pack/Linux-ppc64/300_copy_kernel.sh
https://github.com/rear/rear/pull/1053/files#diff-225 (0)- R usr/share/rear/pack/Linux-ppc64le/300_copy_kernel.sh
https://github.com/rear/rear/pull/1053/files#diff-226 (0)- R usr/share/rear/prep/BACULA/default/400_prep_bacula.sh
https://github.com/rear/rear/pull/1053/files#diff-227 (0)- R usr/share/rear/prep/BACULA/default/450_check_BACULA_
client_configured.sh
https://github.com/rear/rear/pull/1053/files#diff-228 (0)- R usr/share/rear/prep/BACULA/default/500_check_BACULA_
bconsole_results.sh
https://github.com/rear/rear/pull/1053/files#diff-229 (0)- R usr/share/rear/prep/BAREOS/default/400_prep_bareos.sh
https://github.com/rear/rear/pull/1053/files#diff-230 (0)- R usr/share/rear/prep/BAREOS/default/450_check_BAREOS_
client_configured.sh
https://github.com/rear/rear/pull/1053/files#diff-231 (0)- R usr/share/rear/prep/BAREOS/default/500_check_BAREOS_
bconsole_results.sh
https://github.com/rear/rear/pull/1053/files#diff-232 (0)- R usr/share/rear/prep/BAREOS/default/550_check_bareos_
restore_jobs.sh https://github.com/rear/rear/pull/1053/files#diff-233
(0)- R usr/share/rear/prep/BAREOS/default/560_check_bareos_filesets.sh
https://github.com/rear/rear/pull/1053/files#diff-234 (0)- R usr/share/rear/prep/BORG/default/100_set_vars.sh
https://github.com/rear/rear/pull/1053/files#diff-235 (0)- R usr/share/rear/prep/BORG/default/200_prep_borg.sh
https://github.com/rear/rear/pull/1053/files#diff-236 (0)- R usr/share/rear/prep/BORG/default/300_init_archive.sh
https://github.com/rear/rear/pull/1053/files#diff-237 (0)- R usr/share/rear/prep/DP/default/400_prep_dp.sh
https://github.com/rear/rear/pull/1053/files#diff-238 (0)- R usr/share/rear/prep/DP/default/450_check_dp_client_configured.sh
https://github.com/rear/rear/pull/1053/files#diff-239 (0)- R usr/share/rear/prep/DUPLICITY/default/050_prep_duplicity.sh
https://github.com/rear/rear/pull/1053/files#diff-240 (0)- R usr/share/rear/prep/DUPLICITY/default/200_find_duply_profile.sh
https://github.com/rear/rear/pull/1053/files#diff-241 (0)- R usr/share/rear/prep/DUPLICITY/default/220_define_backup_prog.sh
https://github.com/rear/rear/pull/1053/files#diff-242 (0)- R usr/share/rear/prep/DUPLICITY/default/250_find_all_libs.sh
https://github.com/rear/rear/pull/1053/files#diff-243 (0)- R usr/share/rear/prep/EXTERNAL/default/050_check_external.sh
https://github.com/rear/rear/pull/1053/files#diff-244 (0)- R usr/share/rear/prep/FDRUPSTREAM/default/400_prep_fdrupstream.sh
https://github.com/rear/rear/pull/1053/files#diff-245 (0)- R usr/share/rear/prep/GALAXY/default/400_prep_galaxy.sh
https://github.com/rear/rear/pull/1053/files#diff-246 (0)- R usr/share/rear/prep/GALAXY10/default/400_prep_galaxy.sh
https://github.com/rear/rear/pull/1053/files#diff-247 (0)- R usr/share/rear/prep/GALAXY7/default/400_prep_galaxy.sh
https://github.com/rear/rear/pull/1053/files#diff-248 (0)- R usr/share/rear/prep/GNU/Linux/200_include_getty.sh
https://github.com/rear/rear/pull/1053/files#diff-249 (0)- R usr/share/rear/prep/GNU/Linux/200_include_serial_console.sh
https://github.com/rear/rear/pull/1053/files#diff-250 (0)- R usr/share/rear/prep/GNU/Linux/210_include_dhclient.sh
https://github.com/rear/rear/pull/1053/files#diff-251 (0)- R usr/share/rear/prep/GNU/Linux/220_include_lvm_tools.sh
https://github.com/rear/rear/pull/1053/files#diff-252 (0)- R usr/share/rear/prep/GNU/Linux/230_include_md_tools.sh
https://github.com/rear/rear/pull/1053/files#diff-253 (0)- R usr/share/rear/prep/GNU/Linux/240_include_multipath_tools.sh
https://github.com/rear/rear/pull/1053/files#diff-254 (0)- R usr/share/rear/prep/GNU/Linux/280_include_systemd.sh
https://github.com/rear/rear/pull/1053/files#diff-255 (0)- R usr/share/rear/prep/GNU/Linux/280_include_vmware_tools.sh
https://github.com/rear/rear/pull/1053/files#diff-256 (0)- R usr/share/rear/prep/GNU/Linux/290_include_drbd.sh
https://github.com/rear/rear/pull/1053/files#diff-257 (0)- R usr/share/rear/prep/GNU/Linux/300_check_backup_and_output_url.sh
https://github.com/rear/rear/pull/1053/files#diff-258 (0)- R usr/share/rear/prep/GNU/Linux/300_include_grub_tools.sh
https://github.com/rear/rear/pull/1053/files#diff-259 (0)- R usr/share/rear/prep/GNU/Linux/310_include_cap_utils.sh
https://github.com/rear/rear/pull/1053/files#diff-260 (0)- R usr/share/rear/prep/ISO/GNU/Linux/320_verify_mkisofs.sh
https://github.com/rear/rear/pull/1053/files#diff-261 (0)- R usr/share/rear/prep/ISO/GNU/Linux/340_add_isofs_module.sh
https://github.com/rear/rear/pull/1053/files#diff-262 (0)- R usr/share/rear/prep/ISO/Linux-i386/330_find_isolinux.sh
https://github.com/rear/rear/pull/1053/files#diff-263 (0)- R usr/share/rear/prep/ISO/Linux-ia64/330_find_elilo_efi.sh
https://github.com/rear/rear/pull/1053/files#diff-264 (0)- R usr/share/rear/prep/ISO/Linux-ia64/340_define_console_ia64.sh
https://github.com/rear/rear/pull/1053/files#diff-265 (0)- R usr/share/rear/prep/ISO/default/300_check_iso_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-266 (0)- R usr/share/rear/prep/ISO/default/320_check_cdrom_size.sh
https://github.com/rear/rear/pull/1053/files#diff-267 (0)- R usr/share/rear/prep/NBKDC/default/400_prep_nbkdc.sh
https://github.com/rear/rear/pull/1053/files#diff-268 (0)- R usr/share/rear/prep/NBU/default/400_prep_nbu.sh
https://github.com/rear/rear/pull/1053/files#diff-269 (0)- R usr/share/rear/prep/NBU/default/450_check_nbu_client_
configured.sh https://github.com/rear/rear/pull/1053/files#diff-270
(0)- A usr/share/rear/prep/NETFS/GNU/Linux/200_selinux_in_use.sh
https://github.com/rear/rear/pull/1053/files#diff-271 (1)- D usr/share/rear/prep/NETFS/GNU/Linux/20_selinux_in_use.sh
https://github.com/rear/rear/pull/1053/files#diff-272 (1)- R usr/share/rear/prep/NETFS/default/050_check_NETFS_requirements.sh
https://github.com/rear/rear/pull/1053/files#diff-273 (0)- A usr/share/rear/prep/NETFS/default/060_mount_NETFS_path.sh
https://github.com/rear/rear/pull/1053/files#diff-274 (1)- D usr/share/rear/prep/NETFS/default/06_mount_NETFS_path.sh
https://github.com/rear/rear/pull/1053/files#diff-275 (1)- R usr/share/rear/prep/NETFS/default/070_set_backup_archive.sh
https://github.com/rear/rear/pull/1053/files#diff-276 (0)- R usr/share/rear/prep/NETFS/default/090_check_encrypted_backup.sh
https://github.com/rear/rear/pull/1053/files#diff-277 (0)- R usr/share/rear/prep/NETFS/default/100_check_nfs_version.sh
https://github.com/rear/rear/pull/1053/files#diff-278 (0)- R usr/share/rear/prep/NETFS/default/150_save_rsync_version.sh
https://github.com/rear/rear/pull/1053/files#diff-279 (0)- R usr/share/rear/prep/NETFS/default/400_automatic_exclude_
recreate.sh https://github.com/rear/rear/pull/1053/files#diff-280
(0)- A usr/share/rear/prep/NETFS/default/980_umount_NETFS_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-281 (1)- D usr/share/rear/prep/NETFS/default/98_umount_NETFS_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-282 (1)- R usr/share/rear/prep/NSR/default/400_prep_nsr.sh
https://github.com/rear/rear/pull/1053/files#diff-283 (0)- R usr/share/rear/prep/NSR/default/450_check_nsr_client.sh
https://github.com/rear/rear/pull/1053/files#diff-284 (0)- R usr/share/rear/prep/OBDR/BACULA/default/030_bextract_
tape_device.sh https://github.com/rear/rear/pull/1053/files#diff-285
(0)- A usr/share/rear/prep/OBDR/GNU/Linux/320_verify_mkisofs.sh
https://github.com/rear/rear/pull/1053/files#diff-286 (1)- D usr/share/rear/prep/OBDR/GNU/Linux/32_verify_mkisofs.sh
https://github.com/rear/rear/pull/1053/files#diff-287 (1)- A usr/share/rear/prep/OBDR/Linux-i386/330_find_isolinux.sh
https://github.com/rear/rear/pull/1053/files#diff-288 (1)- D usr/share/rear/prep/OBDR/Linux-i386/33_find_isolinux.sh
https://github.com/rear/rear/pull/1053/files#diff-289 (1)- A usr/share/rear/prep/OBDR/Linux-ia64/330_find_elilo_efi.sh
https://github.com/rear/rear/pull/1053/files#diff-290 (1)- D usr/share/rear/prep/OBDR/Linux-ia64/33_find_elilo_efi.sh
https://github.com/rear/rear/pull/1053/files#diff-291 (1)- A usr/share/rear/prep/OBDR/Linux-ia64/340_define_console_ia64.sh
https://github.com/rear/rear/pull/1053/files#diff-292 (1)- D usr/share/rear/prep/OBDR/Linux-ia64/34_define_console_ia64.sh
https://github.com/rear/rear/pull/1053/files#diff-293 (1)- R usr/share/rear/prep/OBDR/default/040_change_tape_name.sh
https://github.com/rear/rear/pull/1053/files#diff-294 (0)- A usr/share/rear/prep/OBDR/default/300_check_iso_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-295 (1)- D usr/share/rear/prep/OBDR/default/30_check_iso_dir.sh
https://github.com/rear/rear/pull/1053/files#diff-296 (1)- A usr/share/rear/prep/OBDR/default/320_check_cdrom_size.sh
https://github.com/rear/rear/pull/1053/files#diff-297 (1)- D usr/share/rear/prep/OBDR/default/32_check_cdrom_size.sh
https://github.com/rear/rear/pull/1053/files#diff-298 (1)- A usr/share/rear/prep/OBDR/default/400_check_tape_drive.sh
https://github.com/rear/rear/pull/1053/files#diff-299 (1)- I usr/share/rear/prep/OBDR/default/40_check_tape_drive.sh
https://github.com/rear/rear/pull/1053/files#diff-300 (0)Patch Links:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/rear/rear/pull/1053, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAGMCIoYR2jLo20p2KoBUznFSgLSliEqks5q4IGVgaJpZM4KiNCw
.
jsmeix commented at 2016-10-27 17:53:¶
@schlomo
very many thanks for your positive feedback!
I was in fear my re-numbering causes more
pain and annoyance than it is actually worth.
But I also think we really needed more free space
in the numbering to be future-proof for some time.
schlomo commented at 2016-10-27 21:05:¶
We should just make it very clear in the release notes that existing
custom
scripts need to be adapted to the new numbering scheme.
Since this is somewhat a breaking change maybe it is worth bumping the
major version number, too? Or at least abort with an error if NN_*.sh
files
are found?
I think increasing the major version number on a regular base would
also
signal more development happening :-)
On 27 October 2016 at 19:53, Johannes Meixner
notifications@github.com
wrote:
@schlomo https://github.com/schlomo
very many thanks for your positive feedback!I was in fear my re-numbering causes more
pain and annoyance than it is actually worth.But I also think we really needed more free space
in the numbering to be future-proof for some time.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/rear/rear/pull/1053#issuecomment-256720458, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAGMCOlooPrQt7-fAewY8D4qKLxU_evuks5q4OUHgaJpZM4KiNCw
.
jsmeix commented at 2016-10-28 07:58:¶
@schlomo
I like the general idea of a major version bump.
@gdha
what do you think about using FOSDEM to introduce
a new Relax-and-Recover major version?
According to the "Milestone" dates here "Rear v1.20" is
planned end of December 2016.
Perhaps it is better to skip that and have a
"Relax-and-Recover v 2.0" at FOSDEM 2017
(e.g. end of January just before FOSDEM)?
jsmeix commented at 2016-10-28 08:01:¶
I will implement an error if NN_*.sh files are found.
I may try to implement an error if files starting with digits
are found that do not match the NNN_ scheme.
schlomo commented at 2016-10-29 17:34:¶
Since people are usually wary of a X.0 version I would suggest to do
the
2.0 release sooner and then have a 2.1 or 2.2 ready for FOSDEM :-)
On 28 October 2016 at 10:01, Johannes Meixner
notifications@github.com
wrote:
I will implement an error if NN_*.sh files are found.
I may try to implement an error if files starting with digits
are found that do not match the NNN_ scheme.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/rear/rear/pull/1053#issuecomment-256860356, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAGMCCjKa9dXYWDQMZObhjamvQPvUc1lks5q4avfgaJpZM4KiNCw
.
[Export of Github issue for rear/rear.]