1 |
# $Id: e-smith-backup.spec,v 1.3 2016/05/12 17:15:07 vip-ire Exp $ |
# $Id: e-smith-backup.spec,v 1.5 2016/07/31 07:28:07 stephdl Exp $ |
2 |
|
|
3 |
Summary: e-smith module to provide the backup panel |
Summary: e-smith module to provide the backup panel |
4 |
%define name e-smith-backup |
%define name e-smith-backup |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 4 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
38 |
Requires: nfs-utils |
Requires: nfs-utils |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
|
* Tue Aug 02 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-5.sme |
42 |
|
- Remove the dar exclusion message in the email if there is no exclusion. |
43 |
|
- Modified e-smith-backup-2.6.0.Do_Dar_Exclusion.patch [SME: 9633] |
44 |
|
- Added two commented files backup.{include,exclude} in /etc/backup-data.d |
45 |
|
- Modified e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch [SME: 9607] |
46 |
|
|
47 |
* Sun Jul 31 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-4.sme |
* Sun Jul 31 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-4.sme |
48 |
- Add or remove path in your backup by a file *.include and *.exclude |
- Add or remove path in your backup by a file *.include and *.exclude |
49 |
- Added e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch [SME: 9607] |
- Added e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch [SME: 9607] |
|
|
|
50 |
- Test if the remote host (cifs/nfs) is up, else save and display a warning. |
- Test if the remote host (cifs/nfs) is up, else save and display a warning. |
51 |
- Added e-smith-backup-2.6.0.bz9090.Testing_the_remote_host_parameters.patch [SME: 9090] |
- Added e-smith-backup-2.6.0.bz9090.Testing_the_remote_host_parameters.patch [SME: 9090] |
|
|
|
52 |
- The 'tar backup to desktop' of the backup panel takes consideration of exclusion |
- The 'tar backup to desktop' of the backup panel takes consideration of exclusion |
53 |
- Added e-smith-backup-2.6.0.Do_Tar_Exclusion_In_Panel.patch [SME: 9635] |
- Added e-smith-backup-2.6.0.Do_Tar_Exclusion_In_Panel.patch [SME: 9635] |
|
|
|
54 |
- The 'dar workstation backup' of the backup panel takes consideration of exclusion |
- The 'dar workstation backup' of the backup panel takes consideration of exclusion |
55 |
- Added e-smith-backup-2.6.0.Do_Dar_Exclusion.patch [SME: 9633] |
- Added e-smith-backup-2.6.0.Do_Dar_Exclusion.patch [SME: 9633] |
|
|
|
56 |
- The 'tar backup' of the console takes consideration of exclusion and display a page with the exclusion content |
- The 'tar backup' of the console takes consideration of exclusion and display a page with the exclusion content |
57 |
- e-smith-backup-2.6.0.Do_Tar_Exclusion_In_the_console.patch [SME: 9635] |
- e-smith-backup-2.6.0.Do_Tar_Exclusion_In_the_console.patch [SME: 9635] |
58 |
|
|