NAME
    Sys::RevoBackup - an rsync-based backup script
METHODS
  run
    Run the backups.
  vaults
    Return a list of all vaults (i.e. backup jobs).
CONFIGURATION
    Place the configuration inside /etc/revobackup/revobackup.conf
        
            
                bank = /srv/backup/bank
                
                        daily = 10
                        weekly = 4
                        monthly = 12
                        yearly = 10
                
                
                        
                                source = /home/
                                description = Uhm
                                hardlink = 1
                                nocrossfs = 1
                        
                        
                                source = anotherhost:/
                                description = Backup anotherhost
                        
                
            
        
NAME
    Sys::RevoBackup - Rsync based backup script
AUTHOR
    Dominik Schulz 
COPYRIGHT AND LICENSE
    This software is copyright (c) 2012 by Dominik Schulz.
    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.