Giter VIP home page Giter VIP logo

Comments (8)

framps avatar framps commented on July 18, 2024 1

I would be able to include my external hard drive mounted to /media in the full backup

Yes 😄

from raspibackup.

framps avatar framps commented on July 18, 2024

Backup

  1. An additional configuration option DEFAULT_MOUNTPATHS_TO_BACKUP and option -X allows to define a list of mountpoints of partitions to be included in the backup. The backup type selected for the OS is used also to save these partitions (tar or rsync). Backuptype dd doesn't support additional partitions.
    Example: DEFAULT_MOUNTPATHS_TO_BACKUP="/influxDB /mnt/videos /mnt/photos. Default is an empty number of mounts to backup.
  2. The additional partition backups are stored in an encoded backup directory in the backup. Every / will be substituted by _. Therefore a mountpoint which includes _ is not supported. In addition a mountpoint has to be absolute and start with /.
    Example: /home/pi/my/mountpoint will be store in the backup directory as _home_pi_my_mountpoint.
  3. The partitions are saved in the sequence they are defined in the option
  4. Only local mounted devices are supported. Network mounted partitions (nfs, samba, ...) are not supported.
  5. This new feature is available only in the partition oriented mode.

Restore

  1. The restore uses the same mountpoints as used in the backup and can be derived from the subdirectory name used in the backup (endoding see above). If there is no partition mounted on any mountpoint the restore fails. This is tested before the restore starts.
  2. Configuration option DEFAULT_MOUNTPATHS_TO_RESTORE will allow to define which external partitions should be restored. Default is an empty number of mounts to restore. Corresponding pption is -X .

Installer

See #762

from raspibackup.

ckantor8 avatar ckantor8 commented on July 18, 2024

Just to double-check, this means that I would be able to include my external hard drive mounted to /media in the full backup, right? Because that would be amazing, it's the only thing I'm missing from raspiBackup

from raspibackup.

ckantor8 avatar ckantor8 commented on July 18, 2024

That's incredible, can't wait!

from raspibackup.

ckantor8 avatar ckantor8 commented on July 18, 2024

Any update on this??

from raspibackup.

framps avatar framps commented on July 18, 2024

You can check on the issues page which issues I'm working on right now 😉

from raspibackup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.