Skip to content
Snippets Groups Projects
Select Git revision
  • fdd0280a003894b9ab231a4e4cf2f4c31176ece1
  • master default protected
  • systemd_integration
  • borg-sftp-support
  • nap-initial
  • mariaback_full-intial
  • move-mail-deps
  • borg-ssh-keygen
  • bugfix-borg-handler-create-options
  • borg-custom-init-options
  • 11293-partition_table_backup
  • debian
  • tests
  • stretch-backports
  • no_vservers
  • pristine-tar
  • upstream
  • backupninja_debian/1.1.0-1
  • backupninja_upstream/1.1.0
  • backupninja-1.1.0
  • backupninja_debian/1.0.2-1
  • backupninja_upstream/1.0.2
  • backupninja-1.0.2
  • backupninja_debian/1.0.1-2
  • backupninja_debian/1.0.1-1
  • backupninja_upstream/1.0.1
  • backupninja-1.0.1
  • backupninja_debian/1.0-1
  • backupninja_upstream/1.0
  • backupninja-1.0
  • backupninja_debian/1.0_rc1-1
  • backupninja_upstream/1.0_rc1
  • backupninja-1.0-rc1
  • backupninja_debian/0.9.10-2
  • backupninja_debian/0.9.10-1
  • backupninja_upstream/0.9.10
  • backupninja-0.9.10
37 results

example.borg

  • Forked from Liberate / backupninja
    Source project has a limited visibility.
    example.makecd 560 B
    
    # TYP is cd or dvd AS WELL AS the disk inside!!
    burnertype = cd
    
    # system (yes) or directory/files (no)
    # this function not yet implemented
    #system = yes
    
    # location for image file
    backupdir = /var/backups/makecd
    
    # image filename
    imagefile = example.iso
    
    # iso or burn to cd/dvd?
    isoonly = no
    
    # cd/dvd burner device
    device=/dev/hdc
    
    # base directory to include in the backup
    target = /
    
    # files or directories to be excluded
    exclude = /proc
    exclude = /lost+found
    exclude = /tmp
    
    # backupninja will perfrom this at gvien date/time
    when = wednesday at 02:00