NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
cwsyeh
Sep 09, 2019Aspirant
Deleting Redundant Time Machine Backup
I noticed that my NAS was low on space, but the numbers didn't add up, so I checked the file structure and notice there is approximately 1TB of timemachine backup that was for a machine that is no lo...
- Sep 09, 2019
cwsyeh wrote:
Log in as root using the NAS admin password.
This worked for me, now I can see the list, but how delete the folder? I assume rm will not work?
# btrfs subvolume delete -c /path
using the fully qualified folder name (/data/... )
The -c tells btrfs to wait for the deletion to complete. You can omit that if you want.
StephenB
Sep 09, 2019Guru - Experienced User
cwsyeh wrote:
Log in as root using the NAS admin password.
This worked for me, now I can see the list, but how delete the folder? I assume rm will not work?
# btrfs subvolume delete -c /path
using the fully qualified folder name (/data/... )
The -c tells btrfs to wait for the deletion to complete. You can omit that if you want.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!