Groups
Groups
Sign in
Groups
Groups
bup-list
Conversations
About
Send feedback
Help
Sort By Relevance
Sort By Date
1–29 of 29
Martin van Es
, …
Rob Browning
5
5/15/24
Bup crashes on CIFS remote storage
up a
cifs
sandbox at some point, a while ago, but don't have it right now. Of course, if you happen to come up with a way we can reproduce the issue, that could well help resolve the problem
unread,
Bup crashes on CIFS remote storage
up a
cifs
sandbox at some point, a while ago, but don't have it right now. Of course, if you happen to come up with a way we can reproduce the issue, that could well help resolve the problem
5/15/24
Matthew Rankine
,
Rob Browning
7
10/20/23
Permissions error on merging indexes on CIFS mount
failure on
CIFS
: > https://gist.github.com/mrankine/bfbad7d2560591db788b768dc49ef4fd > Branch with test script: https://github.com/mrankine/bup/tree/mrankine
unread,
Permissions error on merging indexes on CIFS mount
failure on
CIFS
: > https://gist.github.com/mrankine/bfbad7d2560591db788b768dc49ef4fd > Branch with test script: https://github.com/mrankine/bup/tree/mrankine
10/20/23
Nathan Christenson
,
Rob Browning
2
6/13/23
permissions issue updating existing backup
) with
cifs
. Might want to search the list. In any case, happy to try to track it down and fix it if we can. -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9
unread,
permissions issue updating existing backup
) with
cifs
. Might want to search the list. In any case, happy to try to track it down and fix it if we can. -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9
6/13/23
winsoz winsoz
, …
Rob Browning
26
3/6/23
Extended attribute in cifs share error
samba-
cifs
-mount-error9-bad-file-descriptor -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as
unread,
Extended attribute in cifs share error
samba-
cifs
-mount-error9-bad-file-descriptor -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as
3/6/23
mle...@gmail.com
, …
Greg Troxel
7
1/19/23
bup prune-older causes loss of a pack and corrupted the branch of the save
repos over
CIFS
or NFS, my advice is figure out how not to do that. Probably it's time to add lockf(3) into bup for access to repos. Some things don't need locking, but some do,
unread,
bup prune-older causes loss of a pack and corrupted the branch of the save
repos over
CIFS
or NFS, my advice is figure out how not to do that. Probably it's time to add lockf(3) into bup for access to repos. Some things don't need locking, but some do,
1/19/23
mle...@gmail.com
, …
Nix
11
12/17/22
Can I send around saves for a multi-tier multi-user backup system?
related to
CIFS
-- including one recent report. Hope this helps -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B
unread,
Can I send around saves for a multi-tier multi-user backup system?
related to
CIFS
-- including one recent report. Hope this helps -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B
12/17/22
Peter Nunn
, …
Rob Browning
4
11/19/22
bup backup job: failed to generate recovery info.
trouble where
cifs
was involved (though don't know that we've ever determined for sure that
cifs
in particular was the issue). For example: https://groups.google.com/
unread,
bup backup job: failed to generate recovery info.
trouble where
cifs
was involved (though don't know that we've ever determined for sure that
cifs
in particular was the issue). For example: https://groups.google.com/
11/19/22
Karl-Philipp Richter
, …
Johannes Berg
8
11/28/21
bup fsck -g fails due to existing files
on a
cifs
mount with options > `rw,relatime,vers=3.1.1,cache=loose,username=...,uid=...,noforceuid,gi > d=...,noforcegid,addr=192.168.[...],file_mode=0755
unread,
bup fsck -g fails due to existing files
on a
cifs
mount with options > `rw,relatime,vers=3.1.1,cache=loose,username=...,uid=...,noforceuid,gi > d=...,noforcegid,addr=192.168.[...],file_mode=0755
11/28/21
Luca Carlon
,
Rob Browning
2
5/23/20
[PATCH 1/1] Use an optional context manager on the packidx class.
least on
CIFS
this results in the file still being visible in the folder, but it can no longer be opened again, or such. This leads to a crash in 'bup gc' because it wants to re-evaluate
unread,
[PATCH 1/1] Use an optional context manager on the packidx class.
least on
CIFS
this results in the file still being visible in the folder, but it can no longer be opened again, or such. This leads to a crash in 'bup gc' because it wants to re-evaluate
5/23/20
Luca Carlon
,
Rob Browning
3
5/23/20
[PATCH 1/1] Unmap mmapped mem explicitly to free the fd asap.
least on
CIFS
this results in the file still being visible in the folder, but it can no longer be opened again, or such. This leads to a crash in 'bup gc' because it wants to re-evaluate
unread,
[PATCH 1/1] Unmap mmapped mem explicitly to free the fd asap.
least on
CIFS
this results in the file still being visible in the folder, but it can no longer be opened again, or such. This leads to a crash in 'bup gc' because it wants to re-evaluate
5/23/20
Luca Carlon
, …
Johannes Berg
30
5/21/20
[PATCH 1/1] Unmap mmapped mem explicitly to free the fd soon
crash on
cifs
(and probably also elsewhere) > > What does crash mean? Do you mean "python system call function throws > error"? I mean bup quits unexpectedly, printing
unread,
[PATCH 1/1] Unmap mmapped mem explicitly to free the fd soon
crash on
cifs
(and probably also elsewhere) > > What does crash mean? Do you mean "python system call function throws > error"? I mean bup quits unexpectedly, printing
5/21/20
carlo...@gmail.com
,
Greg Troxel
7
4/2/20
Bup over smb
support for
cifs
, vs
cifs
itself. Is this > linux? How are you mounting? This is a Linux machine, Kubuntu 19.10, mounting samba server running on another linux server. I tried two
unread,
Bup over smb
support for
cifs
, vs
cifs
itself. Is this > linux? How are you mounting? This is a Linux machine, Kubuntu 19.10, mounting samba server running on another linux server. I tried two
4/2/20
Axelle Apvrille
,
Johannes Berg
7
2/14/20
bup save fails with Error 22 Invalid Argument
> The
CIFS
partition is mounted with options : > > defaults,credentials=/etc/fstab.d/cred.timecaps,sec=ntlm,uid=axelle,gid=users,noauto,vers=1.0 > > >
unread,
bup save fails with Error 22 Invalid Argument
> The
CIFS
partition is mounted with options : > > defaults,credentials=/etc/fstab.d/cred.timecaps,sec=ntlm,uid=axelle,gid=users,noauto,vers=1.0 > > >
2/14/20
karl.ri...@gmail.com
, …
Rob Browning
13
11/16/19
bup reading 5TB data from NAS for saving 1% of 2TB
on a
cifs
mount on a NAS. The first run of `bup index` and `bup save` > took about a week with 6MB/s max. transfer onto the NAS/
cifs
mount. Now, > the second only has a few KB/s transfer
unread,
bup reading 5TB data from NAS for saving 1% of 2TB
on a
cifs
mount on a NAS. The first run of `bup index` and `bup save` > took about a week with 6MB/s max. transfer onto the NAS/
cifs
mount. Now, > the second only has a few KB/s transfer
11/16/19
Mike Nunn
, …
Greg Troxel
6
6/27/19
bup repo on cifs/samba mountpoint
I may have been paged out and not answered earlier. As always, I searched for site:opengroup.org fsync 2017 and found https://pubs.opengroup.org/
unread,
bup repo on cifs/samba mountpoint
I may have been paged out and not answered earlier. As always, I searched for site:opengroup.org fsync 2017 and found https://pubs.opengroup.org/
6/27/19
chamoc
,
Rob Browning
3
1/11/18
bup save / split fails on cifs mounted drives
Indeed, that was it..thanks for your response.
unread,
bup save / split fails on cifs mounted drives
Indeed, that was it..thanks for your response.
1/11/18
Rob Browning
, …
Greg Troxel
6
12/28/17
[PATCH 1/1] Make os.fsync() failure non-fatal. Needed on mounted CIFS file systems.
Greg Troxel writes: > Why would we doing fsync on a filesystem that we can't write to? > Wouldn't a previous write have failed? Or do we
unread,
[PATCH 1/1] Make os.fsync() failure non-fatal. Needed on mounted CIFS file systems.
Greg Troxel writes: > Why would we doing fsync on a filesystem that we can't write to? > Wouldn't a previous write have failed? Or do we
12/28/17
igory...@gmail.com
, …
Tim Riemenschneider
12
9/19/17
How to rename a backup set and/or fix the issue?
mnt/
cifs
/0.12.lotus_f/lotusChAO/ >> >> Yes, I suspect that might be the problem. For the time being I'd avoid >> slashes in save names. While git doesn'
unread,
How to rename a backup set and/or fix the issue?
mnt/
cifs
/0.12.lotus_f/lotusChAO/ >> >> Yes, I suspect that might be the problem. For the time being I'd avoid >> slashes in save names. While git doesn'
9/19/17
xeyow...@noekeon.org
,
Rob Browning
2
5/4/17
[PATCH] Silence fsync() EINVAL error when saving on CIFS
(eg
cifs
). > + if e.errno != errno.EINVAL: > + raise This does still seem plausible. Anyone have objections? Of course we could log something as well if we wanted to be more cautious
unread,
[PATCH] Silence fsync() EINVAL error when saving on CIFS
(eg
cifs
). > + if e.errno != errno.EINVAL: > + raise This does still seem plausible. Anyone have objections? Of course we could log something as well if we wanted to be more cautious
5/4/17
michelegu...@gmail.com
,
Rob Browning
6
11/10/16
bup save crashes on afpfs
been using
CIFS
/SMB to mount the drive but when the > repository grew I started having the "too many open files" problem so I > tried connecting with AFP instead. Remind
unread,
bup save crashes on afpfs
been using
CIFS
/SMB to mount the drive but when the > repository grew I started having the "too many open files" problem so I > tried connecting with AFP instead. Remind
11/10/16
Karl-Philipp Richter
,
Rob Browning
4
12/27/15
"make check" fails with "rsync: get_xattr_names: llistxattr(""[source root]/t/sampledata/var/b"",1024) failed: No such file or directory (2)"
> Possibly
cifs
related? > Since it works on non-
cifs
mount and doesn't on
cifs
I'd say yes. Thanks > for the info. I don't know if `make check` is supposed to work
unread,
"make check" fails with "rsync: get_xattr_names: llistxattr(""[source root]/t/sampledata/var/b"",1024) failed: No such file or directory (2)"
> Possibly
cifs
related? > Since it works on non-
cifs
mount and doesn't on
cifs
I'd say yes. Thanks > for the info. I don't know if `make check` is supposed to work
12/27/15
Elyse M. Grasso
, …
Greg Troxel
7
2/17/15
testing bup with an automated build environment
Hi -- I just started testing bup on Ubuntu 14.04. For some reason the apt-get build-dep bup did not
unread,
testing bup with an automated build environment
Hi -- I just started testing bup on Ubuntu 14.04. For some reason the apt-get build-dep bup did not
2/17/15
tom handler
,
Rob Browning
5
7/12/14
mounting samba/cifs with 'nounix' flag gives BUP some trouble
Hi, I've been using bup over a samba/cifs mount point with no problems for a long time (and with
unread,
mounting samba/cifs with 'nounix' flag gives BUP some trouble
Hi, I've been using bup over a samba/cifs mount point with no problems for a long time (and with
7/12/14
Jed Brown
,
Greg Troxel
6
1/12/14
Exception mmap.error in "bup save"
I'm trying to back up a 170 GB volume. I set BUP_DIR to point at my NAS (cifs mount) because I
unread,
Exception mmap.error in "bup save"
I'm trying to back up a 170 GB volume. I set BUP_DIR to point at my NAS (cifs mount) because I
1/12/14
Alphazo
, …
Rob Browning
6
11/7/13
Interrupted backup process
Hi, I'm in a middle of a significant bup save process (83K+ files, 700GB+, stored on an external
unread,
Interrupted backup process
Hi, I'm in a middle of a significant bup save process (83K+ files, 700GB+, stored on an external
11/7/13
Robert Edmonds
,
Rob Browning
2
9/20/13
"[Errno 11] Resource temporarily unavailable" retrieving file attributes
hi, i'm backing up a file server that happens to be running a samba server. i just got the
unread,
"[Errno 11] Resource temporarily unavailable" retrieving file attributes
hi, i'm backing up a file server that happens to be running a samba server. i just got the
9/20/13
jon.seymour
, …
Oei, Yung-Chin
5
1/22/13
An issues with a bup repo hosted on an Apple Time Capsule
G'day, I am running bup on a linux client which has mounted a file system from an Apple Time
unread,
An issues with a bup repo hosted on an Apple Time Capsule
G'day, I am running bup on a linux client which has mounted a file system from an Apple Time
1/22/13
Gabriel Filion
,
Oei, Yung-Chin
5
10/7/12
[WIP/PATCH v2] Expose metadata through bup-fuse
There is still one problem with the current code: * Directories return a hard-coded value (4096 bytes
unread,
[WIP/PATCH v2] Expose metadata through bup-fuse
There is still one problem with the current code: * Directories return a hard-coded value (4096 bytes
10/7/12
Bruno Bigras
,
Avery Pennarun
2
5/24/12
Is it safe to use a network share as a BUP_DIR?
share (
CIFS
mounted with autofs) BUP_DIR with > bup? > > What happens if the network share or the network goes down while a "bup > save" is taking place? Will it
unread,
Is it safe to use a network share as a BUP_DIR?
share (
CIFS
mounted with autofs) BUP_DIR with > bup? > > What happens if the network share or the network goes down while a "bup > save" is taking place? Will it
5/24/12