- Timestamp:
- 08/25/09 15:01:55 (1 year ago)
- Files:
-
- 1 modified
-
trunk/s3napback.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/s3napback.pl
r66 r67 4 4 # Manage cycling, incremental, compressed, encrypted backups on Amazon S3. 5 5 # 6 # Version 1.04 6 # Version 1.04rc1 7 7 # 8 8 # Copyright (c) 2008-2009 David Soergel … … 65 65 ###### Setup logging 66 66 67 my $conf_file = 's3napback.logconfig'; 68 Log::Log4perl->init($conf_file); 67 Log::Log4perl->init("${curPath}s3napback.logconfig); 69 68 70 69 sub main() {
