/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup-2.2.0-restore_list.patch2
ViewVC logotype

Contents of /rpms/e-smith-backup/sme8/e-smith-backup-2.2.0-restore_list.patch2

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


Revision 1.2 - (show annotations) (download)
Tue Oct 21 13:50:57 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Fix patch name

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