/[smeserver]/rpms/e-smith-backup/sme7/e-smith-backup-2.0.0-restore_list.patch
ViewVC logotype

Contents of /rpms/e-smith-backup/sme7/e-smith-backup-2.0.0-restore_list.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Oct 16 16:15:54 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-backup-2_0_0-4_el4_sme
Fix dar backup list

1 --- e-smith-backup-2.0.0/root/etc/e-smith/templates/etc/dar/DailyBackup.dcf/40go-into.restore_list 2008-10-07 11:34:31.000000000 -0600
2 +++ e-smith-backup-2.0.0/root/etc/e-smith/templates/etc/dar/DailyBackup.dcf/40go-into 2008-10-16 10:11:42.000000000 -0600
3 @@ -1,13 +1,8 @@
4 ---go-into etc/e-smith/templates-custom
5 ---go-into etc/e-smith/templates-user-custom
6 ---go-into etc/group
7 ---go-into etc/gshadow
8 ---go-into etc/passwd
9 ---go-into etc/samba/secrets.tdb
10 ---go-into etc/samba/smbpasswd
11 ---go-into etc/shadow
12 ---go-into etc/smbpasswd
13 ---go-into etc/ssh
14 ---go-into etc/sudoers
15 ---go-into home/e-smith
16 ---go-into root
17 +{
18 + use esmith::Backup;
19 +
20 + my @backup_list = esmith::Backup->restore_list;
21 + foreach my $dir ( @backup_list ) {
22 + $OUT .= "--go-into $dir\n";
23 + }
24 +}

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed