The following pages and posts are tagged with

TitleTypeExcerpt
How to backup and restore a NextCloudPi instance using ncp-config Page You may want to move your NCP instance to a larger drive or restore it after a hardware failure. Note: check out this article on deciding your backup strategy. Making backup excluding your data You can visit https://nextcloudpi.local:4443 for NCP’s web interface or start ncp-config from your NCP...
How to periodically backup to a second USB drive with NextCloudPi Page This guide will help you set up automatic backup to a second USB drive.
How to snapshot with BTRFS Page For now all info on this subject is here In order to restore the data from a snapshot, you replace the ncdata subvolume, as for example: To remove datadir sudo btrfs subvolume delete /media/USBdrive/ncdata To restore old copy sudo btrfs subvolume snapshot /media/USBdrive/ncp-snapshots/daily-xxxxx /media/USBdrive/ncdata <h2...