Displaying 9 results from an estimated 9 matches for "f2500462".
2017 Nov 19
2
Rsync to just upload new/updated files without comparing source/destination
...;Destination Root Folder>
Assuming 5 TB of data available at destination and source has about 50 files
(New or Updated i.e. files with same name and in same folder), source file
will be removed as soon as it's uploaded.
Thanks
--
Sent from: http://samba.2283325.n4.nabble.com/Samba-rsync-f2500462.html
2017 Nov 19
2
Rsync to just upload new/updated files without comparing source/destination
...any
comparisons? I read about --ignore-existing flag but not sure if
checksum/comparison between source and destination is still performed and
will we run into performance issues.
Is it feasible with rsync in an efficient way?
Thanks
--
Sent from: http://samba.2283325.n4.nabble.com/Samba-rsync-f2500462.html
2017 Oct 26
1
Yet another filter question
...?
I mean it's pretty-darned-close, but just checking I'm not missing some
option to prevent the premature short-circuiting of recursion, or something
like that.
https://stackoverflow.com/questions/46925606/rsync-greedy-include
--
Sent from: http://samba.2283325.n4.nabble.com/Samba-rsync-f2500462.html
2017 Nov 20
1
Rsync to just upload new/updated files without comparing source/destination
...this can be happening?
Unfortunately i don't have way to copy ssh to Cygwin\bin folder as i keep
getting 'Access Denied' error from windows explorer and cmd (tried taking
ownership of Cygwin folder as well).
Thanks,
Amit
--
Sent from: http://samba.2283325.n4.nabble.com/Samba-rsync-f2500462.html
2018 Feb 03
4
Unfortunate results from fake-super
...u, but is still the same
in version 3.1.3 as of 28 Jan 2018.
See also Storing-ownership-device-nodes-without-root
<http://samba.2283325.n4.nabble.com/Storing-ownership-device-nodes-without-root-td2503256.html#a2503261>
.Dave.
--
Sent from: http://samba.2283325.n4.nabble.com/Samba-rsync-f2500462.html
2017 Nov 19
0
Rsync to just upload new/updated files without comparing source/destination
...f data available at destination and source has about 50 files
> (New or Updated i.e. files with same name and in same folder), source file
> will be removed as soon as it's uploaded.
>
> Thanks
>
>
>
> --
> Sent from: http://samba.2283325.n4.nabble.com/Samba-rsync-f2500462.html
>
--
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,
Kevin Korb Phone: (407) 252-6853
Systems Administrator Internet:
FutureQuest, Inc. Kevin at FutureQuest.net (work)
Orlando, Florida kmk at sanitarium.net (personal)...
2020 Mar 03
0
question about batches
..., but the whole rootfs is scanned the
same.
I also tried to search that on this forum, but without success.
I don't want/I can't use other software but rsync.
My rsync command is:
Thanks to who will reply me something.
--
Sent from: http://samba.2283325.n4.nabble.com/Samba-rsync-f2500462.html
2017 Nov 19
0
Rsync to just upload new/updated files without comparing source/destination
...t not sure if
> checksum/comparison between source and destination is still performed and
> will we run into performance issues.
>
> Is it feasible with rsync in an efficient way?
>
> Thanks
>
>
>
> --
> Sent from: http://samba.2283325.n4.nabble.com/Samba-rsync-f2500462.html
>
--
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,
Kevin Korb Phone: (407) 252-6853
Systems Administrator Internet:
FutureQuest, Inc. Kevin at FutureQuest.net (work)
Orlando, Florida kmk at sanitarium.net (personal)...
2018 Feb 03
0
Unfortunate results from fake-super
...on 3.1.3 as of 28 Jan 2018.
> See also Storing-ownership-device-nodes-without-root
> <http://samba.2283325.n4.nabble.com/Storing-ownership-device-nodes-without-root-td2503256.html#a2503261>
>
> .Dave.
>
> --
> Sent from: http://samba.2283325.n4.nabble.com/Samba-rsync-f2500462.html
>
Hmm, the forum seems to have dropped the example (which was in 'raw'
tags to preserve the formatting). Oh well, here it is ...
Example:
As regular user 'dg':
dg$ mkdir src
dg$ touch src/foo
dg$ chmod 444 src/foo
dg$ ln -s foo src/bar
Then as trusted (but unprivileged)...