Solved Someone tell me WTF is wrong with my rync skills this morning
-
Wanting to migrate from an old owncloud instance (upgrade to nextcloud 13) on centOS 7 to a Fedora based Nextcloud 13 system.. but I cannot rsync the files...
I R DUMB this morning or something...
[root@owncloud ~]# rsync -av --progress /var/www/html/owncloud/data/ 10.201.1.121:/var/www/html/nextcloud/data --dry-run [email protected]'s password: sending incremental file list ./ sent 37 bytes received 15 bytes 11.56 bytes/sec total size is 0 speedup is 0.00 (DRY RUN)
-
tired or stupid or something this morning..
works perfectly when one specifies the correct data directory on the source.
/home/owncloud/data/
sent 1764471 bytes received 178175 bytes 56308.58 bytes/sec total size is 148236697158 speedup is 76306.59 (DRY RUN)
-
Don''t you need to still need to specify the user at the remote address?
IE [email protected] . . . .
-
@dustinb3403 said in Someone tell me WTF is wrong with my rync skills this morning:
Don''t you need to still need to specify the user at the remote address?
IE [email protected] . . . .
No. If you do not specify a user, it uses your current user. In this case root as I used
su -
to switch to root.Look at the challenge for my password.
-
tired or stupid or something this morning..
works perfectly when one specifies the correct data directory on the source.
/home/owncloud/data/
sent 1764471 bytes received 178175 bytes 56308.58 bytes/sec total size is 148236697158 speedup is 76306.59 (DRY RUN)
-
Ha. . . yea there would be no way for me to guess where you want the data. . .
-
@dustinb3403 said in Someone tell me WTF is wrong with my rync skills this morning:
Ha. . . yea there would be no way for me to guess where you want the data. . .
Shows you how old this system is. I've used a mount to the default
/var/www/html/owncloud/data
folder for pretty all but my first couple setups. -
This one started lilfe around owncloud 8 or so.
-
Maybe I'm slow this morning but I dunno (linux isn't my baby yet).
-
@jaredbusch said in Someone tell me WTF is wrong with my rync skills this morning:
tired or stupid or something this morning..
works perfectly when one specifies the correct data directory on the source.
/home/owncloud/data/
sent 1764471 bytes received 178175 bytes 56308.58 bytes/sec total size is 148236697158 speedup is 76306.59 (DRY RUN)
I hate that. You always have a few outliers before you standardize on things and they are always the gotchas. This has happened to me on many occasions.