Guest User

Untitled

a guest
Oct 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. # Basic Setup
  2. #***********************************
  3. # Currently building from source with:
  4. #
  5. # perl configure.pl --fhs --data-dir /backups --install-dir /usr/local --cgi-dir /var/www/backuppc/cgi-bin --html-dir /var/www/backuppc/images --html-dir-url /images --config-dir /engineyard/etc/backuppc
  6. #
  7. # FOR UPGRADES:
  8. #
  9. # perl configure.pl --fhs --data-dir /backups --install-dir /usr/local --cgi-dir /var/www/backuppc/cgi-bin --html-dir /var/www/backuppc/images --html-dir-url /images --config-dir /engineyard/etc/backuppc --config-path /engineyard/etc/backuppc/config.pl
  10. #
  11. # Also need to follow the gentoo instructions at init.d/README
  12. #
  13. # Relies on from CPAN: File::Listing
  14. #
  15. # WRT CPAN: adding
  16. #
  17. # 'dontload_hash' => { 'Net::FTP' => 1 },
  18. #
  19. # to /usr/lib64/perl5/5.8.8/CPAN/Config.pm or similar seems to
  20. # help a lot.
  21. #
  22. # FIXME: When we actually have BackupPC in our portage tree,
  23. # uncomment this, and look for other FIXMEs.
  24. #
Add Comment
Please, Sign In to add comment