Hi list,
I'm using a Raspi2 for vdr and attached a HDD over USB for storage.
I'm also backuping the rootfs (SD-card) onto the HDD on a regular basis.
Checking the logs for another problem it turns out the it enters my
backup-dir and tries to delete empty-directories.
I read in the ML-archive t
The easiest way to fix this would be to separate backup and video dir.
Why don't you create two directories on your USB HDD and link them into
different locations? E.g. Mount the HDD as /mnt/usbdisk and then create
a symbolic link /video that points to /mnt/usbdisk/video and one
symbolic link /
On Wed, 17 Feb 2016 08:29:10 +0100
Reiner Bühl wrote:
> The easiest way to fix this would be to separate backup and video
> dir. Why don't you create two directories on your USB HDD and link
> them into different locations? E.g. Mount the HDD as /mnt/usbdisk and
> then create a symbolic link /vid