Displaying 5 results from an estimated 5 matches for "avxx".
Did you mean:
avx
2024 Jun 19
2
vfs_snapper
...s the
> required permissions (provided you are not using the 'ad' idmap
> backend).
thanks so far
I am a bit lost right now.
I currently prepare the migration from old to new server
I rsync the data from old server "main" to new server "main2":
/usr/bin/rsync -avXx main:/mnt/daten/ /mnt/pool1/samba/daten
--exclude=".snapshots" --delete
additional fact:
old server fs: ext4
new server fs: btrfs
The ACLs ("getfacl" ?) aren't synced over ...
Unfortunately we have a bit more complex ACLs than in the Samba-Howto,
and we would like to...
2024 Jun 19
1
vfs_snapper
...using the 'ad' idmap
>> backend).
>
> thanks so far
>
> I am a bit lost right now.
>
> I currently prepare the migration from old to new server
>
> I rsync the data from old server "main" to new server "main2":
>
> /usr/bin/rsync -avXx main:/mnt/daten/ /mnt/pool1/samba/daten
> --exclude=".snapshots"? --delete
>
> additional fact:
>
> old server fs: ext4
>
> new server fs: btrfs
>
> The ACLs ("getfacl" ?) aren't synced over ...
>
> Unfortunately we have a bit more comp...
2024 Jun 19
1
vfs_snapper
...t; >
> > thanks so far
> >
> > I am a bit lost right now.
> >
> > I currently prepare the migration from old to new server
> >
> > I rsync the data from old server "main" to new server "main2":
> >
> > /usr/bin/rsync -avXx main:/mnt/daten/ /mnt/pool1/samba/daten
> > --exclude=".snapshots"? --delete
> >
> > additional fact:
> >
> > old server fs: ext4
> >
> > new server fs: btrfs
> >
> > The ACLs ("getfacl" ?) aren't synced over ...
>...
2024 Jun 17
1
vfs_snapper
On Mon, 17 Jun 2024 15:40:42 +0200
"Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote:
>
> I don't fully understand.
>
> man-page says
>
> "This directory must permit traversal for any users wishing to access
> snapshots via the Windows Explorer previous versions dialog. By
> default, traversal is forbidden for all non-root users.
2011 Jan 13
2
[PATCH] One more -x to not traverse cyclic bind-mounts
...g scenario would cyclically traverse the bind
mounts until the OS (Linux in this case) hits a maximum traversal count,
thank goodness. Other OSes may traverse the bind mount indefinitely...
su
cd
mkdir ~/cycle
touch ~/cycle/file.txt
mkdir ~/cycle/cycle
mount -o bind ~/cycle ~/cycle/cycle
rsync -avxx ~/cycle ~/cycle2
Please let me if there is any feedback on this patch and when/if this
patch can be merged. Thanks!
-Jeff
--
//Jeff Hansen
////Card Access, Inc.//
//11778 So. Election Rd., Ste. 260//
//Salt Lake City, UT 84020//
//JHansen at CardAccess-inc.com// <mailto:JHansen at CardAcce...