ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. nextcloud
    Log in to post
    • All categories
    • JaredBusch

      Nextcloud Sync Client now does virtual files
      IT Discussion • nextcloud nextcloud client • • JaredBusch

      5
      0
      Votes
      5
      Posts
      145
      Views

      dafyre

      I'm using this on my office machine now for personal files. It works great!

    • Oksana

      Setting Up Remote Office Using NextCloud with LAMP on Ubuntu
      Starwind • linux apache mysql ubuntu nextcloud • • Oksana

      1
      2
      Votes
      1
      Posts
      142
      Views

      No one has replied

    • M

      Nextcloud experience
      IT Discussion • nextcloud • • Mario Jakovina

      20
      0
      Votes
      20
      Posts
      359
      Views

      Pete.S

      @Mario-Jakovina said in Nextcloud experience:

      What is this "cloud service" that does "data replication directly to the users local drives" if Nextcloud is not that? We use local fileservers just to decrease number of file conflicts.

      When I say local I mean that the actual file is residing on the users harddrive. So if you unplug the network, the file can still be accessed.

      Since you are talking about fileservers, that distinction has to be made. Because if the files are on the fileserver and you have an SMB share or something else, it's not on the users local drive.

    • M

      Nextcloud - how to restore many deleted files
      IT Discussion • nextcloud • • Mario Jakovina

      51
      0
      Votes
      51
      Posts
      2352
      Views

      JaredBusch

      @Mario-Jakovina said in Nextcloud - how to restore many deleted files:

      @JaredBusch said in Nextcloud - how to restore many deleted files:

      @Mario-Jakovina said in Nextcloud - how to restore many deleted files:

      We lost few subfolders (>700files) that we can't find in "Deleted files" which is terrible experience for us, and we will reconsider our usage of Nextcloud (I plan to open another topic for that). We recovered from backup.

      Options:

      Files are in another folder, moved by random_user_03, thus not in trash. Files were deleted, and trash emptied by malicious_user_06.

      What I'm afraid of is:
      Option 3. - Some bug in Nextcloud that deleted our files or lost track of files that users accidentaly moved...

      Nothing would delete something a user moved.
      As for lost track? That is easy there are CLI commands to rescan files.
      Never had to use it because of user error before. Only because I was administratively changing things.

    • JaredBusch

      Solved Nextcloud CardDav not workign on iPhone
      IT Discussion • nextcloud 20 nextcloud contacts carddav • • JaredBusch

      4
      0
      Votes
      4
      Posts
      215
      Views

      JaredBusch

      Updated Nextcloud from 20.0.7 to 20.0.8 today and the problem went away.

      Not the answer, but an answer.

    • gjacobse

      NC: Download direct from Plex
      IT Discussion • plex nextcloud • • gjacobse

      13
      0
      Votes
      13
      Posts
      300
      Views

      M

      @JasGot said in NC: Download direct from Plex:

      @marcinozga said in NC: Download direct from Plex:

      It's a social problem, not a technical one.

      Related to Scott? 🙂

      Nope.

    • JaredBusch

      Powershell to unhide all files and copy to nextcloud folder
      IT Discussion • powershell bobcat nextcloud • • JaredBusch

      17
      0
      Votes
      17
      Posts
      506
      Views

      DustinB3403

      @WrCombs said in Powershell to unhide all files and copy to nextcloud folder:

      @Grey said in Powershell to unhide all files and copy to nextcloud folder:

      @JaredBusch said in Powershell to unhide all files and copy to nextcloud folder:

      @Grey said in Powershell to unhide all files and copy to nextcloud folder:

      @JaredBusch But why robocopy?

      Because it does at least skip the ones with no changes.

      Why get convoluted with Powershell to do the same?

      Not every system may have Robocopy.

      it became part of theOS with Windows Vista. So anything running Windows Vista or Higher will have robocopy as a part of the Operating system (as everyone should be using higher than vista at this point.. I mean.. windows 7 is obsolete now.. sooo..)

      Windows 10 1709 is obsolete too, so really anything not with a support mechanism shouldn't be used. But @JaredBusch might be getting paid stupid amounts of money to support Windows XP / Server 2000

    • JaredBusch

      Setup Nextcloud 19.0.4 on Fedora 32
      IT Discussion • fedora fedora 32 nextcloud nextcloud 19 how to real instructions • • JaredBusch

      43
      4
      Votes
      43
      Posts
      678
      Views

      JaredBusch

      @JaredBusch said in Setup Nextcloud 19.0.4 on Fedora 32:

      The top post has been edited to now include the pretty URL and self signed SSL

      HTTPS only. HTTP not open on the firewall.

      I just followed these through start to finish.
      Copy/Paste only.

      b0dc6866-d819-44ef-b235-f268760cfa1d-image.png

    • gjacobse

      NextCloud: Unrecoverablely broken?
      IT Discussion • ubuntu 18.04 nextcloud shares file permissions share permissions • • gjacobse

      8
      0
      Votes
      8
      Posts
      168
      Views

      JaredBusch

      @scottalanmiller said in NextCloud: Unrecoverablely broken?:

      Bottom line, in NextCloud you shouldn't be looking at the files from the command line, ever. Not NextCloud files anyway. Permissions are meant to be handled by the app and it's database, not by the filesystem.

      Well mostly. Nextcloud needs the files to have the right system permissions.

      But user permissions have nothing to do with system permissions.

      Also, for a few specific instances, I do quite a bit with Nextcloud files on the command line. But that is a very specific use case, and also has nothing to do with group or share permissions.

    • gjacobse

      Unsolved NextCloud SSL Cert
      IT Discussion • nc nextcloud ssl lets encrypt hostmonster • • gjacobse

      7
      0
      Votes
      7
      Posts
      172
      Views

      JaredBusch

      @scottalanmiller said in NextCloud SSL Cert:

      @JaredBusch hard to resist the call of the Natty Light.

      I ran out of Blue Moon.

    • DustinB3403

      Looking for a NC host for an Open Source project
      IT Discussion • xen orchestra nextcloud hosting storage webserver • • DustinB3403

      41
      0
      Votes
      41
      Posts
      535
      Views

      DustinB3403

      @dafyre Thanks, testing now to see if it works (as expected).

    • gjacobse

      NextCloud: Chmod user folders
      IT Discussion • nextcloud ubuntu 18.10 ubuntu server permissions chmod • • gjacobse

      3
      0
      Votes
      3
      Posts
      605
      Views

      Pete.S

      @gjacobse said in NextCloud: Chmod user folders:

      Oh - no - the syntax is incorrect for ownership.

      sudo chown

      Yes,

      chown to change owner chmod to change mode (permission)

      Remember you can always do man chown to see the syntax.

    • scottalanmiller

      Automated NextCloud Backup to Wasabi or Amazon S3
      IT Discussion • nextcloud wasabi amazon s3 backup disaster recovery • • scottalanmiller

      20
      0
      Votes
      20
      Posts
      1291
      Views

      JaredBusch

      @scottalanmiller said in Automated NextCloud Backup to Wasabi or Amazon S3:

      @VoIP_n00b said in Automated NextCloud Backup to Wasabi or Amazon S3:

      @scottalanmiller said in Automated NextCloud Backup to Wasabi or Amazon S3:

      It is indeed. It's running now.

      How much data? How long is it taking?

      Note: Use the -P/--progress flag to view real-time transfer statistics 🙂

      260GB or so, nothing crazy. Not sure, ran it overnight.

      Also, WTF... Who watches backups real time?

    • scottalanmiller

      Show Active Users in NextCloud
      IT Discussion • nextcloud nextcloud 19 • • scottalanmiller

      8
      0
      Votes
      8
      Posts
      213
      Views

      JaredBusch

      @brandon220 said in Show Active Users in NextCloud:

      Mine is on 18.0.5 via the stable channel and shows there is an update to 18.0.6
      Capture.PNG

      I ended up with two systems that will not upgrade path 17 all the rest of them are upgraded 18 on the stable channel

    • gjacobse

      Solved NC: Ubuntu 18.04 to 20.04 error
      IT Discussion • ubuntu 18.04 ubuntu 20.04 nextcloud upgrade • • gjacobse

      8
      0
      Votes
      8
      Posts
      200
      Views

      gjacobse

      Turns out I had a snapshot, restoring it and then regrouping...

    • gjacobse

      Nextcloud Talk: Group Convo closes
      IT Discussion • nextcloud nextcloud 17 nextcloud 18 nextcloud talk nextcloud talk 6 • • gjacobse

      1
      0
      Votes
      1
      Posts
      106
      Views

      No one has replied

    • gjacobse

      NextCloud Shared Folder, not seen
      IT Discussion • nextcloud shared shared folders • • gjacobse

      10
      0
      Votes
      10
      Posts
      318
      Views

      wirestyle22

      @gjacobse said in NextCloud Shared Folder, not seen:

      JEEZE -

      Though I had checked - it's been two months or more since then.

      Some how the permissions had fallen off and just needed to be added to the folder again.

      Solved!

      Enjoy the easy ones

    • JaredBusch

      Disable update checks in the Nextcloud client (windows)
      IT Discussion • nextcloud sync client updates registry windows nextcloud • • JaredBusch

      14
      3
      Votes
      14
      Posts
      1470
      Views

      JaredBusch

      @black3dynamite said in Disable update checks in the Nextcloud client (windows):

      @JaredBusch said in Disable update checks in the Nextcloud client (windows):

      jsut upgraded a system from 2.5 something. I made sure the key was set first.

      after the upgrade it is gone.

      37ce8b3e-b622-417f-9771-e93c6f5d7f78-image.png

      What a pain in the ass.

      Where did you add the registry key?
      HKLM\SOFTWARE\Policies\Nextcloud GmbH\Nextcloud?

      I did not add the second key because that was to prevent user override? My users don't have admin rights so even if they attempted ot override, it would never work.

    • JaredBusch

      Unsolved Need to migrate images from iCloud
      IT Discussion • pictures migration icloud nextcloud • • JaredBusch

      19
      0
      Votes
      19
      Posts
      413
      Views

      J

      Have you tried the linux Icloud Photo downloader?

      https://github.com/ndbroadbent/icloud_photos_downloader

      Or installing Icloud for Linux and then mounting the photo space?
      sudo snap install icloud-for-linux

      If I recall, the drive folder is here, photos can't be too terribly different
      ~/Library/Mobile\ Documents/com~apple~CloudDocs/

    • scottalanmiller

      NextCloud Files Corrupting on Upload and Download in Browser
      IT Discussion • nextcloud nextcloud 18 • • scottalanmiller

      4
      0
      Votes
      4
      Posts
      123
      Views

      Emad R

      @scottalanmiller

      I see , how is your PHP.ini

      max_execution_time = 300 max_input_time = 180 max_input_vars = 10000 memory_limit = 512M error_reporting = E_ALL post_max_size = 64M upload_max_filesize = 64M max_file_uploads = 40

      and PHP mode are you working on, mod_php or FPM.