You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.
and subsequently delete the repository with borg delete /keybase/private/rsclarke/backup.
When performing a df -h on the KBFS mount it incorrectly reports the used and available sizes:
[rc@xps ~]$ df -h /run/user/1000/keybase/kbfs
Filesystem Size Used Avail Use% Mounted on
/dev/fuse 250G -8.0Z -16E 100% /run/user/1000/keybase/kbfs
Previously I have seen the correct used/available reported.
An extract of .kbfs_status is below which shows a negative UsageBytes and RemoteUsedBytes, whether this has a relation to the output of df above? Should it be negative?
An attempt to create a repository again with borg will report insufficient free space:
[rc@xps ~]$ borg init --encryption=keyfile-blake2 --storage-quota=200G /keybase/private/rsclarke/backup
Enter new passphrase:
Enter same passphrase again:
Do you want your passphrase to be displayed for verification? [yN]: n
Not enough free space to initialize repository at this location.
Insufficient free space to complete transaction (required: 169.14 kB, available: -18.45 EB).
I am able to still able write files to the private folder.
The text was updated successfully, but these errors were encountered:
Sorry about this, I've seen bugs with negative quotas before, probably some bug on our servers we haven't worked out yet.
Have you tried putting 150 MB into the folder (so you get back above 0) and see if that fixes things for borg? Some day we'll figure out the quota bug but probably won't get to it soon.
I have been experimenting with @borgbackup on kbfs. Previously I have been able to initialise a repository in my private folder:
borg init --encryption=keyfile-blake2 --storage-quota=200G /keybase/private/rsclarke/backup
create an archive:
prune:
and subsequently delete the repository with
borg delete /keybase/private/rsclarke/backup
.When performing a
df -h
on the KBFS mount it incorrectly reports the used and available sizes:[rc@xps ~]$ df -h /run/user/1000/keybase/kbfs Filesystem Size Used Avail Use% Mounted on /dev/fuse 250G -8.0Z -16E 100% /run/user/1000/keybase/kbfs
Previously I have seen the correct used/available reported.
An extract of
.kbfs_status
is below which shows a negativeUsageBytes
andRemoteUsedBytes
, whether this has a relation to the output ofdf
above? Should it be negative?An attempt to create a repository again with
borg
will report insufficient free space:I am able to still able write files to the private folder.
The text was updated successfully, but these errors were encountered: